mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 17:14:36 +00:00
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:
parent
229108f877
commit
d4d19f6dbe
3 changed files with 18 additions and 2 deletions
8
kcpp_adapters/Mistral V2 & V3.json
Normal file
8
kcpp_adapters/Mistral V2 & V3.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"system_start": "",
|
||||||
|
"system_end": "",
|
||||||
|
"user_start": "[INST] ",
|
||||||
|
"user_end": "",
|
||||||
|
"assistant_start": "[/INST]",
|
||||||
|
"assistant_end": "</s>"
|
||||||
|
}
|
8
kcpp_adapters/Mistral V3-Tekken.json
Normal file
8
kcpp_adapters/Mistral V3-Tekken.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"system_start": "",
|
||||||
|
"system_end": "",
|
||||||
|
"user_start": "[INST]",
|
||||||
|
"user_end": "",
|
||||||
|
"assistant_start": "[/INST]",
|
||||||
|
"assistant_end": "</s>"
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue