ChatON:ChatML: Update wrt detailed meta json
This commit is contained in:
parent
a64dcd7796
commit
368fbf17a1
1 changed files with 11 additions and 4 deletions
|
@ -64,19 +64,26 @@
|
|||
"end": ""
|
||||
},
|
||||
"system": {
|
||||
"begin": "",
|
||||
"prefix": "<|im_start|>system\n",
|
||||
"suffix": "<|im_end|>\n"
|
||||
"suffix": "<|im_end|>\n",
|
||||
"end": ""
|
||||
},
|
||||
"user": {
|
||||
"begin": "",
|
||||
"prefix": "\n<|im_start|>user\n",
|
||||
"suffix": "<|im_end|>\n"
|
||||
"prefix": "<|im_start|>user\n",
|
||||
"suffix": "<|im_end|>\n",
|
||||
"end": ""
|
||||
},
|
||||
"assistant": {
|
||||
"begin": "",
|
||||
"prefix": "<|im_start|>assistant\n",
|
||||
"suffix": "<|im_end|>\n"
|
||||
"suffix": "<|im_end|>\n",
|
||||
"end": ""
|
||||
},
|
||||
"reverse-prompt": "<|im_start|>user\n",
|
||||
"systemuser-system-has-suffix": true,
|
||||
"systemuser-system-has-end": true,
|
||||
"systemuser-1st-user-has-begin": true,
|
||||
"systemuser-1st-user-has-prefix": true
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue