From e67c058f2fab1c0e52c6558af55233f00bbc4bad Mon Sep 17 00:00:00 2001 From: henk717 Date: Mon, 3 Jan 2022 01:16:19 +0100 Subject: [PATCH] Clarify You Bias Originally it is worded the opposite of what the default settings are, this commit remedy's this. --- userscripts/kaipreset_you_bias.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/userscripts/kaipreset_you_bias.lua b/userscripts/kaipreset_you_bias.lua index 3c89296a..bff422c9 100644 --- a/userscripts/kaipreset_you_bias.lua +++ b/userscripts/kaipreset_you_bias.lua @@ -1,6 +1,6 @@ -- You bias --- Makes the word "You" more or less common, optionally only if not between --- double quotes. +-- Makes the word "You" less (or more) common in character references +-- , optionally also between double quotes. -- Only works with models with a tokenizer based on GPT-2, such as GPT-2, -- GPT-Neo and GPT-J.