Adventure mode by default
Browse files- config.json +1 -0
config.json
CHANGED
@@ -22,5 +22,6 @@
|
|
22 |
"torch_dtype": "float16",
|
23 |
"transformers_version": "4.31.0",
|
24 |
"use_cache": true,
|
|
|
25 |
"vocab_size": 32000
|
26 |
}
|
|
|
22 |
"torch_dtype": "float16",
|
23 |
"transformers_version": "4.31.0",
|
24 |
"use_cache": true,
|
25 |
+
"adventure": true,
|
26 |
"vocab_size": 32000
|
27 |
}
|