Update ChatML-PR-Context.json
Browse files- ChatML-PR-Context.json +3 -3
ChatML-PR-Context.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
-
"story_string": "<|im_start|>system\n{{#if system}}{{system}}
|
3 |
"example_separator": "### Example Message:",
|
4 |
-
"chat_start": "### Chat Start
|
5 |
"use_stop_strings": true,
|
6 |
"allow_jailbreak": false,
|
7 |
"names_as_stop_strings": true,
|
@@ -9,5 +9,5 @@
|
|
9 |
"trim_sentences": false,
|
10 |
"include_newline": false,
|
11 |
"single_line": false,
|
12 |
-
"name": "ChatML-PR
|
13 |
}
|
|
|
1 |
{
|
2 |
+
"story_string": "<|im_start|>system\n{{#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}}{{trim}}",
|
3 |
"example_separator": "### Example Message:",
|
4 |
+
"chat_start": "### Chat Start:<|im_end|>",
|
5 |
"use_stop_strings": true,
|
6 |
"allow_jailbreak": false,
|
7 |
"names_as_stop_strings": true,
|
|
|
9 |
"trim_sentences": false,
|
10 |
"include_newline": false,
|
11 |
"single_line": false,
|
12 |
+
"name": "ChatML-PR"
|
13 |
}
|