Lewdiculous commited on
Commit
48efffe
1 Parent(s): a0f313c

Upload 2 files

Browse files
data/presets/cope-llama-3-0.1/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": "Cope - Llama 3 Context"
12
+ }
data/presets/cope-llama-3-0.1/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": "Cope - Llama 3 Instruct"
24
+ }