11b commited on
Commit
5d66b8c
1 Parent(s): 2b4b8b8

enable chat mode by default on KoboldAI

Browse files
Files changed (1) hide show
  1. config.json +1 -0
config.json CHANGED
@@ -1,5 +1,6 @@
1
  {
2
  "_name_or_path": "pygmalion-2.7b",
 
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "GPTNeoForCausalLM"
 
1
  {
2
  "_name_or_path": "pygmalion-2.7b",
3
+ "chatmode": true,
4
  "activation_function": "gelu_new",
5
  "architectures": [
6
  "GPTNeoForCausalLM"