Lewdiculous
commited on
Commit
•
3aed5d5
1
Parent(s):
1d17224
Upload 2 files
Browse files- presets/Llama_3_Context.json +12 -0
- presets/Llama_3_Instruct.json +24 -0
presets/Llama_3_Context.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"story_string": "<|begin_of_text|><|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}}{{personality}}\n{{/if}}{{#if 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": false,
|
8 |
+
"trim_sentences": true,
|
9 |
+
"include_newline": true,
|
10 |
+
"single_line": false,
|
11 |
+
"name": "Llama 3 Context"
|
12 |
+
}
|
presets/Llama_3_Instruct.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"wrap": false,
|
3 |
+
"names": true,
|
4 |
+
"system_prompt": "Write the next reply in this fictional roleplay.",
|
5 |
+
"system_sequence": "<|start_header_id|>user({{name}})<|end_header_id|>\n\n",
|
6 |
+
"stop_sequence": "<|eot_id|>",
|
7 |
+
"input_sequence": "<|start_header_id|>user({{user}})<|end_header_id|>\n\n",
|
8 |
+
"output_sequence": "<|start_header_id|>assistant({{char}})<|end_header_id|>\n\n",
|
9 |
+
"macro": true,
|
10 |
+
"names_force_groups": false,
|
11 |
+
"last_output_sequence": "",
|
12 |
+
"activation_regex": "",
|
13 |
+
"system_sequence_prefix": "",
|
14 |
+
"system_sequence_suffix": "",
|
15 |
+
"first_output_sequence": "",
|
16 |
+
"skip_examples": false,
|
17 |
+
"output_suffix": "<|eot_id|>",
|
18 |
+
"input_suffix": "<|eot_id|>",
|
19 |
+
"system_suffix": "<|eot_id|>",
|
20 |
+
"user_alignment_message": "Let's begin.",
|
21 |
+
"system_same_as_user": false,
|
22 |
+
"last_system_sequence": "",
|
23 |
+
"name": "Llama 3"
|
24 |
+
}
|