consolidate mistral templates (too many)

This commit is contained in:
Concedo 2024-12-15 00:03:34 +08:00
parent 60cd68a39d
commit a577015425
2 changed files with 2 additions and 10 deletions

View file

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

View file

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