Lewdiculous commited on
Commit
55fa253
·
verified ·
1 Parent(s): 66213a8

Add: Reference Presets

Browse files
TextGenSamplers_Lewdicu-Eros-2.2.json ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "temp": 0.80,
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.1,
12
+ "rep_pen": 1.25,
13
+ "rep_pen_range": 0,
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": true,
25
+ "min_temp": 0.5,
26
+ "max_temp": 1.5,
27
+ "dynatemp_exponent": 1,
28
+ "smoothing_factor": 0.2,
29
+ "add_bos_token": true,
30
+ "truncation_length": 2048,
31
+ "ban_eos_token": false,
32
+ "skip_special_tokens": false,
33
+ "streaming": true,
34
+ "mirostat_mode": 0,
35
+ "mirostat_tau": 6,
36
+ "mirostat_eta": 0.1,
37
+ "guidance_scale": 1,
38
+ "negative_prompt": "",
39
+ "grammar_string": "",
40
+ "banned_tokens": "",
41
+ "sampler_priority": [
42
+ "temperature",
43
+ "dynamic_temperature",
44
+ "quadratic_sampling",
45
+ "top_k",
46
+ "top_p",
47
+ "typical_p",
48
+ "epsilon_cutoff",
49
+ "eta_cutoff",
50
+ "tfs",
51
+ "top_a",
52
+ "min_p",
53
+ "mirostat"
54
+ ],
55
+ "ignore_eos_token_aphrodite": false,
56
+ "spaces_between_special_tokens_aphrodite": true,
57
+ "sampler_order": [
58
+ 6,
59
+ 0,
60
+ 1,
61
+ 3,
62
+ 4,
63
+ 2,
64
+ 5
65
+ ],
66
+ "logit_bias": [],
67
+ "n": 1,
68
+ "rep_pen_size": 0,
69
+ "genamt": 125,
70
+ "max_length": 12288
71
+ }
configs_silly_tavern_v2_context_settings.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "story_string": "<|im_start|>system\n{{#if system}}{{system}}\n\n\n{{/if}}## Overall plot description:\n\n{{#if wiBefore}}{{wiBefore}}\n\n{{/if}}{{#if scenario}}{{scenario}}\n\n\n{{/if}}## Characters:\n\n### {{char}}\n{{#if description}}{{description}}\n{{/if}}{{#if personality}}{{personality}}\n\n{{/if}}### {{user}}\n{{#if persona}}{{persona}}\n\n{{/if}}{{#if wiAfter}}{{wiAfter}}\n\n{{/if}}{{#if mesExamples}}## {{char}}'s example message:\n\n{{mesExamples}}{{/if}}",
3
+ "example_separator": "",
4
+ "chat_start": "",
5
+ "use_stop_strings": false,
6
+ "always_force_name2": false,
7
+ "trim_sentences": true,
8
+ "include_newline": false,
9
+ "single_line": false,
10
+ "name": "ChatMLOpusV1_ST2"
11
+ }
configs_silly_tavern_v2_instruct_mode_settings.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "system_prompt": "You are an intelligent, skilled, versatile writer.\n\nYour task is to write a role-play based on the information below.\n\n\n## Style description:\n\nThis role-play is written as a third-person introspective narrative in past tense. Scenes are described vividly, with great detail.",
3
+ "input_sequence": "<|im_end|>\n<|im_start|>text names= {{user}}\n",
4
+ "output_sequence": "<|im_end|>\n<|im_start|>text names= {{char}}\n",
5
+ "first_output_sequence": "",
6
+ "last_output_sequence": "<|im_end|>\n<|im_start|>user\nLength: 400 words\n{{char}} replies to {{user}} in detailed and elaborate way.<|im_end|>\n<|im_start|>text names= {{char}}\n",
7
+ "system_sequence_prefix": "",
8
+ "system_sequence_suffix": "",
9
+ "stop_sequence": "",
10
+ "separator_sequence": "",
11
+ "wrap": false,
12
+ "macro": true,
13
+ "names": false,
14
+ "names_force_groups": false,
15
+ "activation_regex": "",
16
+ "name": "ChatMLOpusV1_ST2"
17
+ }