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>
Signed| @@ -822,5 +822,13 @@ | |||
| 822 | { | 822 | { |
| 823 | "filename": "presets/context/Dots1.json", | 823 | "filename": "presets/context/Dots1.json", |
| 824 | "type": "context" | 824 | "type": "context" |
| 825 | }, | ||
| 826 | { | ||
| 827 | "filename": "presets/context/Mistral V7-Tekken.json", | ||
| 828 | "type": "context" | ||
| 829 | }, | ||
| 830 | { | ||
| 831 | "filename": "presets/instruct/Mistral V7-Tekken.json", | ||
| 832 | "type": "instruct" | ||
| 825 | } | 833 | } |
| 826 | ] | 834 | ] |
| @@ -0,0 +1,10 @@ | |||
| 1 | { | ||
| 2 | "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]", | ||
| 3 | "example_separator": "", | ||
| 4 | "chat_start": "", | ||
| 5 | "use_stop_strings": false, | ||
| 6 | "always_force_name2": true, | ||
| 7 | "trim_sentences": false, | ||
| 8 | "single_line": false, | ||
| 9 | "name": "Mistral V7-Tekken" | ||
| 10 | } | ||
| @@ -0,0 +1,22 @@ | |||
| 1 | { | ||
| 2 | "input_sequence": "[INST]", | ||
| 3 | "output_sequence": " ", | ||
| 4 | "last_output_sequence": "", | ||
| 5 | "system_sequence": "[SYSTEM_PROMPT]", | ||
| 6 | "stop_sequence": "</s>", | ||
| 7 | "wrap": false, | ||
| 8 | "macro": true, | ||
| 9 | "names_behavior": "force", | ||
| 10 | "activation_regex": "", | ||
| 11 | "system_sequence_prefix": "", | ||
| 12 | "system_sequence_suffix": "", | ||
| 13 | "first_output_sequence": "", | ||
| 14 | "skip_examples": false, | ||
| 15 | "output_suffix": "</s>", | ||
| 16 | "input_suffix": "[/INST]", | ||
| 17 | "system_suffix": "[/SYSTEM_PROMPT]", | ||
| 18 | "user_alignment_message": "", | ||
| 19 | "system_same_as_user": false, | ||
| 20 | "last_system_sequence": "", | ||
| 21 | "name": "Mistral V7-Tekken" | ||
| 22 | } | ||