Merge pull request #4128 from LumiWasTaken/release add dots1 templates
Signed| @@ -810,5 +810,13 @@ | ||
| 810 | 810 | { |
| 811 | 811 | "filename": "presets/reasoning/Blank.json", |
| 812 | 812 | "type": "reasoning" |
| 813 | + }, | |
| 814 | + { | |
| 815 | + "filename": "presets/instruct/Dots1.json", | |
| 816 | + "type": "instruct" | |
| 817 | + }, | |
| 818 | + { | |
| 819 | + "filename": "presets/context/Dots1.json", | |
| 820 | + "type": "context" | |
| 813 | 821 | } |
| 814 | 822 | ] |
| @@ -0,0 +1,11 @@ | ||
| 1 | +{ | |
| 2 | + "story_string": "<|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}}<|endofsystem|>", | |
| 3 | + "example_separator": "", | |
| 4 | + "chat_start": "", | |
| 5 | + "use_stop_strings": false, | |
| 6 | + "names_as_stop_strings": true, | |
| 7 | + "always_force_name2": true, | |
| 8 | + "trim_sentences": false, | |
| 9 | + "single_line": false, | |
| 10 | + "name": "Dots1" | |
| 11 | +} | |
| 11 | \ No newline at end of file | |
| @@ -0,0 +1,24 @@ | ||
| 1 | +{ | |
| 2 | + "input_sequence": "<|userprompt|>", | |
| 3 | + "output_sequence": "<|response|>", | |
| 4 | + "last_output_sequence": "", | |
| 5 | + "system_sequence": "<|system|>", | |
| 6 | + "stop_sequence": "<|endofresponse|>", | |
| 7 | + "wrap": true, | |
| 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": "<|endofresponse|>\n", | |
| 16 | + "input_suffix": "<|endofuserprompt|>\n", | |
| 17 | + "system_suffix": "<|endofsystem|>\n", | |
| 18 | + "user_alignment_message": "", | |
| 19 | + "system_same_as_user": false, | |
| 20 | + "last_system_sequence": "", | |
| 21 | + "first_input_sequence": "", | |
| 22 | + "last_input_sequence": "", | |
| 23 | + "name": "Dots1" | |
| 24 | +} | |