From 2aef22b201e2d37ef05d3b2c1a42c36fc5d1bbf9 Mon Sep 17 00:00:00 2001 From: "0x000011b@waifu.club" <11b@users.noreply.huggingface.co> Date: Wed, 11 Jan 2023 21:42:38 +0000 Subject: [PATCH] enable chatmode by default in KoboldAI (#1) - enable chatmode by default in KoboldAI (2e250bcc7192c3d3581a991df1176e7c55425616) --- config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config.json b/config.json index a9f67b5..58a0a3f 100644 --- a/config.json +++ b/config.json @@ -1,5 +1,6 @@ { "_name_or_path": "pygmalion-6b", + "chatmode": true, "activation_function": "gelu_new", "architectures": [ "GPTJForCausalLM"