Upload 2 files
Browse files- Llama 3 Instruct.json +12 -0
- Llama-3-Instruct-Names.json +12 -0
Llama 3 Instruct.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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_id|>",
|
| 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 |
+
"include_newline": false,
|
| 10 |
+
"single_line": false,
|
| 11 |
+
"name": "Llama 3 Instruct"
|
| 12 |
+
}
|
Llama-3-Instruct-Names.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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_id|>",
|
| 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 |
+
"include_newline": false,
|
| 10 |
+
"single_line": false,
|
| 11 |
+
"name": "Llama-3-Instruct-Names"
|
| 12 |
+
}
|