Lewdiculous commited on
Commit
1a4d919
1 Parent(s): 4020b85

Upload 3 files

Browse files
presets/cope-llama-3-0.1/3.1.0-Lewdicu-Samplers.json ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "temp": 1.1,
3
+ "temperature_last": false,
4
+ "top_p": 1,
5
+ "top_k": 0,
6
+ "top_a": 0,
7
+ "tfs": 1,
8
+ "epsilon_cutoff": 0,
9
+ "eta_cutoff": 0,
10
+ "typical_p": 1,
11
+ "min_p": 0.075,
12
+ "rep_pen": 1.1,
13
+ "rep_pen_range": 1024,
14
+ "no_repeat_ngram_size": 0,
15
+ "penalty_alpha": 0,
16
+ "num_beams": 1,
17
+ "length_penalty": 1,
18
+ "min_length": 0,
19
+ "encoder_rep_pen": 1,
20
+ "freq_pen": 0,
21
+ "presence_pen": 0,
22
+ "do_sample": true,
23
+ "early_stopping": false,
24
+ "dynatemp": false,
25
+ "min_temp": 0.75,
26
+ "max_temp": 0.95,
27
+ "dynatemp_exponent": 1,
28
+ "smoothing_factor": 0.08,
29
+ "smoothing_curve": 1,
30
+ "add_bos_token": true,
31
+ "truncation_length": 2048,
32
+ "ban_eos_token": false,
33
+ "skip_special_tokens": false,
34
+ "streaming": true,
35
+ "mirostat_mode": 0,
36
+ "mirostat_tau": 6,
37
+ "mirostat_eta": 0.29,
38
+ "guidance_scale": 1,
39
+ "negative_prompt": "",
40
+ "grammar_string": "",
41
+ "json_schema": {},
42
+ "banned_tokens": "",
43
+ "sampler_priority": [
44
+ "temperature",
45
+ "dynamic_temperature",
46
+ "quadratic_sampling",
47
+ "top_k",
48
+ "top_p",
49
+ "typical_p",
50
+ "epsilon_cutoff",
51
+ "eta_cutoff",
52
+ "tfs",
53
+ "top_a",
54
+ "min_p",
55
+ "mirostat"
56
+ ],
57
+ "samplers": [
58
+ "top_k",
59
+ "tfs_z",
60
+ "typical_p",
61
+ "top_p",
62
+ "min_p",
63
+ "temperature"
64
+ ],
65
+ "ignore_eos_token_aphrodite": false,
66
+ "spaces_between_special_tokens_aphrodite": true,
67
+ "sampler_order": [
68
+ 6,
69
+ 0,
70
+ 1,
71
+ 3,
72
+ 4,
73
+ 2,
74
+ 5
75
+ ],
76
+ "logit_bias": [],
77
+ "n": 1,
78
+ "rep_pen_size": 0,
79
+ "genamt": 512,
80
+ "max_length": 8192
81
+ }
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
+ }
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
+ }