enable chatmode by default in KoboldAI (#1)
- enable chatmode by default in KoboldAI (2e250bcc7192c3d3581a991df1176e7c55425616)
This commit is contained in:
parent
fcfe044206
commit
2aef22b201
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"_name_or_path": "pygmalion-6b",
|
"_name_or_path": "pygmalion-6b",
|
||||||
|
"chatmode": true,
|
||||||
"activation_function": "gelu_new",
|
"activation_function": "gelu_new",
|
||||||
"architectures": [
|
"architectures": [
|
||||||
"GPTJForCausalLM"
|
"GPTJForCausalLM"
|
||||||
|
|
Loading…
Reference in New Issue