Current Mistral Small 24B Instruct Format (#4226)

* Current Mistral Small 24B Instruct Format

* Current Mistral Small 24B Instruct Format

* Add new files to index

---------

Co-authored-by: Cohee <18619528+Cohee1207@users.noreply.github.com>
This commit is contained in:
Vhallo
2025-07-03 20:59:16 +02:00
committed by GitHub
parent 51904c2f10
commit 61b12ec657
3 changed files with 40 additions and 0 deletions
+8
View File
@@ -822,5 +822,13 @@
{
"filename": "presets/context/Dots1.json",
"type": "context"
},
{
"filename": "presets/context/Mistral V7-Tekken.json",
"type": "context"
},
{
"filename": "presets/instruct/Mistral V7-Tekken.json",
"type": "instruct"
}
]
@@ -0,0 +1,10 @@
{
"story_string": "[SYSTEM_PROMPT]{{#if system}}{{system}}\n{{/if}}{{#if wiBefore}}{{wiBefore}}\n{{/if}}{{#if description}}{{description}}\n{{/if}}{{#if personality}}{{personality}}\n{{/if}}{{#if scenario}}{{scenario}}\n{{/if}}{{#if wiAfter}}{{wiAfter}}\n{{/if}}{{#if persona}}{{persona}}\n{{/if}}{{trim}}[/SYSTEM_PROMPT]",
"example_separator": "",
"chat_start": "",
"use_stop_strings": false,
"always_force_name2": true,
"trim_sentences": false,
"single_line": false,
"name": "Mistral V7-Tekken"
}
@@ -0,0 +1,22 @@
{
"input_sequence": "[INST]",
"output_sequence": " ",
"last_output_sequence": "",
"system_sequence": "[SYSTEM_PROMPT]",
"stop_sequence": "</s>",
"wrap": false,
"macro": true,
"names_behavior": "force",
"activation_regex": "",
"system_sequence_prefix": "",
"system_sequence_suffix": "",
"first_output_sequence": "",
"skip_examples": false,
"output_suffix": "</s>",
"input_suffix": "[/INST]",
"system_suffix": "[/SYSTEM_PROMPT]",
"user_alignment_message": "",
"system_same_as_user": false,
"last_system_sequence": "",
"name": "Mistral V7-Tekken"
}