ParasiticRogue commited on
Commit
d9c2fd7
·
verified ·
1 Parent(s): 170638c

Update ChatML-PR-Context.json

Browse files
Files changed (1) hide show
  1. 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}}<|im_end|>\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:",
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-Context"
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
  }