Fixing Mistral Templates (#1131)

* Update and rename Mistral.json to Mistral V1.json

* Create Mistral V2 & V3

* Rename Mistral V2 & V3 to Mistral V2 & V3.json

* Create Mistral V3-Tekken.json
This commit is contained in:
pandora 2024-09-21 19:30:17 +02:00 committed by GitHub
parent 229108f877
commit d4d19f6dbe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 18 additions and 2 deletions

View file

@ -1,8 +1,8 @@
{ {
"system_start": "", "system_start": "",
"system_end": "", "system_end": "",
"user_start": "[INST] ", "user_start": " [INST] ",
"user_end": "", "user_end": "",
"assistant_start": " [/INST]", "assistant_start": " [/INST]",
"assistant_end": "</s> " "assistant_end": "</s>"
} }

View file

@ -0,0 +1,8 @@
{
"system_start": "",
"system_end": "",
"user_start": "[INST] ",
"user_end": "",
"assistant_start": "[/INST]",
"assistant_end": "</s>"
}

View file

@ -0,0 +1,8 @@
{
"system_start": "",
"system_end": "",
"user_start": "[INST]",
"user_end": "",
"assistant_start": "[/INST]",
"assistant_end": "</s>"
}