ChatON:Mistral: Add detailed meta json entries

This commit is contained in:
HanishKVC 2024-04-27 14:58:07 +05:30
parent 368fbf17a1
commit ad5e5216ce

View file

@ -231,6 +231,35 @@
"systemuser-system-has-end": true,
"systemuser-1st-user-has-begin": true,
"systemuser-1st-user-has-prefix": true
},
"mistral": {
"global": {
"begin": "",
"end": ""
},
"system": {
"begin": "<s>",
"prefix": "[INST] ",
"suffix": " [/INST]\n",
"end": ""
},
"user": {
"begin": "",
"prefix": "[INST] ",
"suffix": " [/INST]\n",
"end": ""
},
"assistant": {
"begin": "",
"prefix": "",
"suffix": "",
"end": "</s> \n"
},
"reverse-prompt": "</s>",
"systemuser-system-has-suffix": true,
"systemuser-system-has-end": true,
"systemuser-1st-user-has-begin": true,
"systemuser-1st-user-has-prefix": true
}
}