chore: add llama 4 chat templates
| @@ -0,0 +1,11 @@ | ||
| 1 | +{ | |
| 2 | + "story_string": "<|start_header_id|>system<|end_header_id|>\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 | + "example_separator": "", | |
| 4 | + "chat_start": "", | |
| 5 | + "use_stop_strings": false, | |
| 6 | + "allow_jailbreak": false, | |
| 7 | + "always_force_name2": true, | |
| 8 | + "trim_sentences": false, | |
| 9 | + "single_line": false, | |
| 10 | + "name": "Llama 4 Instruct" | |
| 11 | +} | |
| @@ -0,0 +1,22 @@ | ||
| 1 | +{ | |
| 2 | + "input_sequence": "<|start_header_id|>user<|end_header_id|>\n\n", | |
| 3 | + "output_sequence": "<|start_header_id|>assistant<|end_header_id|>\n\n", | |
| 4 | + "last_output_sequence": "", | |
| 5 | + "system_sequence": "<|start_header_id|>system<|end_header_id|>\n\n", | |
| 6 | + "stop_sequence": "<|eot|>", | |
| 7 | + "wrap": false, | |
| 8 | + "macro": true, | |
| 9 | + "names_behavior": "always", | |
| 10 | + "activation_regex": "", | |
| 11 | + "system_sequence_prefix": "", | |
| 12 | + "system_sequence_suffix": "", | |
| 13 | + "first_output_sequence": "", | |
| 14 | + "skip_examples": false, | |
| 15 | + "output_suffix": "<|eot|>", | |
| 16 | + "input_suffix": "<|eot|>", | |
| 17 | + "system_suffix": "<|eot|>", | |
| 18 | + "user_alignment_message": "", | |
| 19 | + "system_same_as_user": true, | |
| 20 | + "last_system_sequence": "", | |
| 21 | + "name": "Llama 4 Instruct" | |
| 22 | +} | |