Update WIP/MasterImport/JSON-Instruct.json
Browse files
WIP/MasterImport/JSON-Instruct.json
CHANGED
|
@@ -2,16 +2,16 @@
|
|
| 2 |
"instruct": {
|
| 3 |
"input_sequence": "\n{role:{{name}},content:",
|
| 4 |
"output_sequence": "\n{role:{{name}},content:",
|
| 5 |
-
"last_output_sequence": "",
|
| 6 |
"system_sequence": "\n{role:system,content:",
|
| 7 |
-
"stop_sequence": "}",
|
| 8 |
"wrap": false,
|
| 9 |
"macro": true,
|
| 10 |
"names_behavior": "none",
|
| 11 |
"activation_regex": "",
|
| 12 |
"system_sequence_prefix": "",
|
| 13 |
"system_sequence_suffix": "",
|
| 14 |
-
"first_output_sequence": "",
|
| 15 |
"skip_examples": true,
|
| 16 |
"output_suffix": "},",
|
| 17 |
"input_suffix": "},",
|
|
@@ -25,7 +25,7 @@
|
|
| 25 |
"name": "!JSON-FLATER"
|
| 26 |
},
|
| 27 |
"context": {
|
| 28 |
-
"story_string": "{messages:[\n{role:system,content:{{# if system}}{{system}}{{/if}}
|
| 29 |
"example_separator": "",
|
| 30 |
"chat_start": "",
|
| 31 |
"use_stop_strings": false,
|
|
|
|
| 2 |
"instruct": {
|
| 3 |
"input_sequence": "\n{role:{{name}},content:",
|
| 4 |
"output_sequence": "\n{role:{{name}},content:",
|
| 5 |
+
"last_output_sequence": "\n{role:system,content:{{defaultSystemPrompt}}.},\n{role:{{name}},content:",
|
| 6 |
"system_sequence": "\n{role:system,content:",
|
| 7 |
+
"stop_sequence": "},\\n",
|
| 8 |
"wrap": false,
|
| 9 |
"macro": true,
|
| 10 |
"names_behavior": "none",
|
| 11 |
"activation_regex": "",
|
| 12 |
"system_sequence_prefix": "",
|
| 13 |
"system_sequence_suffix": "",
|
| 14 |
+
"first_output_sequence": "{role:Narrator,content:",
|
| 15 |
"skip_examples": true,
|
| 16 |
"output_suffix": "},",
|
| 17 |
"input_suffix": "},",
|
|
|
|
| 25 |
"name": "!JSON-FLATER"
|
| 26 |
},
|
| 27 |
"context": {
|
| 28 |
+
"story_string": "{messages:[\n{role:system,content:{{# if system}}{{system}}{{/if}}\n{{#if description}}{{description}}{{/if}}{{trim}}\n{{#if personality}} {{personality}}{{/if}}{{trim}}\n{{#if wiBefore}} {{wiBefore}}{{/if}}{{trim}}\n{{#if scenario}} [Genre+Scenario]{{scenario}}{{/if}}{{trim}}\n{{#if wiAfter}} {{wiAfter}}{{/if}}{{trim}}\n{{#if persona}}<<<<The USER is {{user}}. {{persona}}>>>>{{/if}}{{trim}}.},",
|
| 29 |
"example_separator": "",
|
| 30 |
"chat_start": "",
|
| 31 |
"use_stop_strings": false,
|