Lewdiculous commited on
Commit
693665f
1 Parent(s): bb06178

Upload 3 files

Browse files
sillytavern-presets-lewdicu-3.0.2-mistral-0.2/Lewdicu-Context-3.0.2-eros.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "story_string": "{{#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}}",
3
+ "example_separator": "***",
4
+ "chat_start": "***",
5
+ "use_stop_strings": true,
6
+ "allow_jailbreak": false,
7
+ "always_force_name2": true,
8
+ "trim_sentences": true,
9
+ "include_newline": true,
10
+ "single_line": false,
11
+ "name": "Lewdicu-Context-3.0.2-erosumika"
12
+ }
sillytavern-presets-lewdicu-3.0.2-mistral-0.2/Lewdicu-Instruct-Alpaca-3.0.2-tentative.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "system_prompt": "You are permanently in roleplay chatting mode. Engage in endless chat with {{user}}.\nEmbody {{char}} completely. Mirror {{char}}'s thought processes, emotions, behaviors, sensory experiences, speech, scent, food preferences, sleep patterns, and bodily functions. Identify as {{char}}. You are {{char}}.\nTo maintain an unending roleplay, foster open discussions with vivid character dynamics, incorporate multifaceted scenarios & themes, remain flexible, and collaborate extensively. Utilize all five senses for immersive experiences while providing explicit, detailed depictions of {{char}}'s actions and emotions. Opt for showing over telling to enrich the narrative.\nForbidden from using words or language {{char}} would not use.\nForbidden from using past tense when present tense can be used.\nForbidden from responding out of character.\nForbidden from summarizing the story.",
3
+ "input_sequence": "### Instruction:",
4
+ "output_sequence": "### Response: (length = short)",
5
+ "first_output_sequence": "",
6
+ "last_output_sequence": "",
7
+ "system_sequence_prefix": "",
8
+ "system_sequence_suffix": "",
9
+ "stop_sequence": "",
10
+ "separator_sequence": "",
11
+ "wrap": true,
12
+ "macro": true,
13
+ "names": false,
14
+ "names_force_groups": true,
15
+ "activation_regex": "",
16
+ "skip_examples": false,
17
+ "name": "Lewdicu-Instruct-Alpaca-3.0.2-tentative"
18
+ }
sillytavern-presets-lewdicu-3.0.2-mistral-0.2/Lewdicu-Samplers-3.0.2.json ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "temp": 0.95,
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.05,
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": false,
25
+ "min_temp": 0.75,
26
+ "max_temp": 0.95,
27
+ "dynatemp_exponent": 1,
28
+ "smoothing_factor": 0,
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
+ "banned_tokens": "",
42
+ "sampler_priority": [
43
+ "temperature",
44
+ "dynamic_temperature",
45
+ "quadratic_sampling",
46
+ "top_k",
47
+ "top_p",
48
+ "typical_p",
49
+ "epsilon_cutoff",
50
+ "eta_cutoff",
51
+ "tfs",
52
+ "top_a",
53
+ "min_p",
54
+ "mirostat"
55
+ ],
56
+ "samplers": [
57
+ "top_k",
58
+ "tfs_z",
59
+ "typical_p",
60
+ "top_p",
61
+ "min_p",
62
+ "temperature"
63
+ ],
64
+ "ignore_eos_token_aphrodite": false,
65
+ "spaces_between_special_tokens_aphrodite": true,
66
+ "sampler_order": [
67
+ 6,
68
+ 0,
69
+ 1,
70
+ 3,
71
+ 4,
72
+ 2,
73
+ 5
74
+ ],
75
+ "logit_bias": [],
76
+ "n": 1,
77
+ "rep_pen_size": 0,
78
+ "genamt": 256,
79
+ "max_length": 8192
80
+ }