From 5d66b8c13fdd4c2721f63ef4a5b7a87541132c3f Mon Sep 17 00:00:00 2001 From: "0x000011b@waifu.club" <11b@users.noreply.huggingface.co> Date: Wed, 11 Jan 2023 21:46:10 +0000 Subject: [PATCH] enable chat mode by default on KoboldAI --- config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config.json b/config.json index db20fb6..6ae4161 100644 --- a/config.json +++ b/config.json @@ -1,5 +1,6 @@ { "_name_or_path": "pygmalion-2.7b", + "chatmode": true, "activation_function": "gelu_new", "architectures": [ "GPTNeoForCausalLM"