11b commited on
Commit
2e250bc
1 Parent(s): a6d95fb

enable chatmode by default in 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-6b",
 
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "GPTJForCausalLM"
 
1
  {
2
  "_name_or_path": "pygmalion-6b",
3
+ "chatmode": true,
4
  "activation_function": "gelu_new",
5
  "architectures": [
6
  "GPTJForCausalLM"