fix: start/end header tags
| @@ -1,5 +1,5 @@ | ||
| 1 | 1 | { |
| 2 | 2 | "story_string": "<|start_header_idheader_start|>system<|end_header_idheader_end|>\n\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}}<|eot|>", |
| 3 | 3 | "example_separator": "", |
| 4 | 4 | "chat_start": "", |
| 5 | 5 | "use_stop_strings": false, |
| @@ -1,8 +1,8 @@ | ||
| 1 | 1 | { |
| 2 | 2 | "input_sequence": "<|start_header_idheader_start|>user<|end_header_idheader_end|>\n\n", |
| 3 | 3 | "output_sequence": "<|start_header_idheader_start|>assistant<|end_header_idheader_end|>\n\n", |
| 4 | 4 | "last_output_sequence": "", |
| 5 | 5 | "system_sequence": "<|start_header_idheader_start|>system<|end_header_idheader_end|>\n\n", |
| 6 | 6 | "stop_sequence": "<|eot|>", |
| 7 | 7 | "wrap": false, |
| 8 | 8 | "macro": true, |