Upload Llama 3 Instruct Direct.json
Browse files
advanced_formatting/context_template/Llama 3 Instruct Direct.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"story_string": "<|start_header_id|>system<|end_header_id|>\n
|
3 |
"example_separator": "",
|
4 |
"chat_start": "",
|
5 |
"use_stop_strings": false,
|
|
|
1 |
{
|
2 |
+
"story_string": "<|start_header_id|>system<|end_header_id|>\n{{#if system}}{{system}}\n{{/if}}{{#if scenario}}Scenario:{{scenario}}\n{{/if}}{{#if wiBefore}}{{wiBefore}}\n{{/if}}{{#if description}}{{description}}\n{{/if}}{{#if personality}}{{char}}'s personality:{{personality}}\n{{/if}}{{#if wiAfter}}{{wiAfter}}\n{{/if}}{{#if persona}}{{persona}}\n{{/if}}{{#if mesExamples}}### Noncanonical example dialogue\n<!-- Start of noncanonical example dialogue -->\n{{mesExamples}}\n<!-- End of noncanonical example dialogue -->\n{{/if}}{{trim}}<|eot_id|>",
|
3 |
"example_separator": "",
|
4 |
"chat_start": "",
|
5 |
"use_stop_strings": false,
|