ChatON: Add Zephyr template to meta-json file
This commit is contained in:
parent
57bd772bfd
commit
2a8028fba8
1 changed files with 20 additions and 0 deletions
|
@ -59,6 +59,26 @@
|
||||||
},
|
},
|
||||||
"reverse-prompt": "<|im_start|>user\n",
|
"reverse-prompt": "<|im_start|>user\n",
|
||||||
"systemuser-1st-user-has-prefix": true
|
"systemuser-1st-user-has-prefix": true
|
||||||
|
},
|
||||||
|
"zephyr": {
|
||||||
|
"global": {
|
||||||
|
"begin": "",
|
||||||
|
"end": ""
|
||||||
|
},
|
||||||
|
"system": {
|
||||||
|
"prefix": "<|system|>\n",
|
||||||
|
"suffix": "<|endoftext|>\n"
|
||||||
|
},
|
||||||
|
"user": {
|
||||||
|
"prefix": "<|user|>\n",
|
||||||
|
"suffix": "<|endoftext|>\n"
|
||||||
|
},
|
||||||
|
"assistant": {
|
||||||
|
"prefix": "<|assistant|>\n",
|
||||||
|
"suffix": ""
|
||||||
|
},
|
||||||
|
"reverse-prompt": "</s>",
|
||||||
|
"systemuser-1st-user-has-prefix": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue