Upload 2 files
Browse files- Magnum-Mistral-Context.json +12 -0
- Magnum-Mistral-Instruct.json +24 -0
Magnum-Mistral-Context.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"story_string": "[INST] {{#if system}} {{system}}\n{{/if}}{{#if wiBefore}}{{wiBefore}}\n{{/if}}{{#if description}}{{description}}\n{{/if}}{{#if personality}}{{char}}'s personality: {{personality}}\n{{/if}}{{#if scenario}}Scenario: {{scenario}}\n{{/if}}{{#if wiAfter}}{{wiAfter}}\n{{/if}}{{#if persona}}{{persona}}\n{{/if}}\nLet's get started. Please respond based on the information and instructions provided above.[/INST] ",
|
| 3 |
+
"example_separator": "",
|
| 4 |
+
"chat_start": "",
|
| 5 |
+
"use_stop_strings": false,
|
| 6 |
+
"allow_jailbreak": false,
|
| 7 |
+
"always_force_name2": true,
|
| 8 |
+
"trim_sentences": false,
|
| 9 |
+
"include_newline": false,
|
| 10 |
+
"single_line": false,
|
| 11 |
+
"name": "Mistral"
|
| 12 |
+
}
|
Magnum-Mistral-Instruct.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"system_prompt": "Write {{char}}'s next reply in this fictional roleplay with {{user}}.",
|
| 3 |
+
"input_sequence": "[INST] ",
|
| 4 |
+
"output_sequence": "",
|
| 5 |
+
"last_output_sequence": "",
|
| 6 |
+
"system_sequence": "",
|
| 7 |
+
"stop_sequence": "</s>",
|
| 8 |
+
"wrap": false,
|
| 9 |
+
"macro": true,
|
| 10 |
+
"names": true,
|
| 11 |
+
"names_force_groups": true,
|
| 12 |
+
"activation_regex": "",
|
| 13 |
+
"system_sequence_prefix": "",
|
| 14 |
+
"system_sequence_suffix": "",
|
| 15 |
+
"first_output_sequence": "",
|
| 16 |
+
"skip_examples": false,
|
| 17 |
+
"output_suffix": "</s>",
|
| 18 |
+
"input_suffix": "[/INST] ",
|
| 19 |
+
"system_suffix": "",
|
| 20 |
+
"user_alignment_message": "",
|
| 21 |
+
"system_same_as_user": true,
|
| 22 |
+
"last_system_sequence": "",
|
| 23 |
+
"name": "Mistral"
|
| 24 |
+
}
|