ChatON:Update meta.json wrt command-r models
template info picked from tokenizer config's default entry, Verified that same is used in the existing hardcoded chat apply template flow.
This commit is contained in:
parent
2b14bcaddb
commit
5380b1e86e
1 changed files with 29 additions and 0 deletions
|
@ -291,6 +291,35 @@
|
|||
"systemuser-system-has-end": true,
|
||||
"systemuser-1st-user-has-begin": true,
|
||||
"systemuser-1st-user-has-prefix": true
|
||||
},
|
||||
"command-r": {
|
||||
"global": {
|
||||
"begin": "",
|
||||
"end": ""
|
||||
},
|
||||
"system": {
|
||||
"begin": "",
|
||||
"prefix": "<|START_OF_TURN_TOKEN|><|SYSTEM_TOKEN|>",
|
||||
"suffix": "<|END_OF_TURN_TOKEN|>",
|
||||
"end": ""
|
||||
},
|
||||
"user": {
|
||||
"begin": "",
|
||||
"prefix": "<|START_OF_TURN_TOKEN|><|USER_TOKEN|>",
|
||||
"suffix": "<|END_OF_TURN_TOKEN|>",
|
||||
"end": ""
|
||||
},
|
||||
"assistant": {
|
||||
"begin": "",
|
||||
"prefix": "<|START_OF_TURN_TOKEN|><|CHATBOT_TOKEN|>",
|
||||
"suffix": "<|END_OF_TURN_TOKEN|>",
|
||||
"end": ""
|
||||
},
|
||||
"reverse-prompt": "<|END_OF_TURN_TOKEN|>",
|
||||
"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