Huegli commited on
Commit
b662409
1 Parent(s): c751ee3

Upload 5 files

Browse files

My current experimental settings for Sillitavern, for Rocinante models.

Note: The Instruct mode alone would give very broken results. Always add one of the world links to define the perspective you want to experience.

Common Settings.json ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "temp": 0.8,
3
+ "temperature_last": true,
4
+ "top_p": 0.9,
5
+ "top_k": 40,
6
+ "top_a": 0,
7
+ "tfs": 1,
8
+ "epsilon_cutoff": 0,
9
+ "eta_cutoff": 0,
10
+ "typical_p": 1,
11
+ "min_p": 0,
12
+ "rep_pen": 1.08,
13
+ "rep_pen_range": 2048,
14
+ "rep_pen_decay": 0,
15
+ "rep_pen_slope": 1,
16
+ "no_repeat_ngram_size": 0,
17
+ "penalty_alpha": 0,
18
+ "num_beams": 1,
19
+ "length_penalty": 1,
20
+ "min_length": 0,
21
+ "encoder_rep_pen": 1,
22
+ "freq_pen": 0,
23
+ "presence_pen": 0,
24
+ "skew": 0,
25
+ "do_sample": true,
26
+ "early_stopping": false,
27
+ "dynatemp": false,
28
+ "min_temp": 0,
29
+ "max_temp": 2,
30
+ "dynatemp_exponent": 1,
31
+ "smoothing_factor": 0,
32
+ "smoothing_curve": 1,
33
+ "dry_allowed_length": 2,
34
+ "dry_multiplier": 0,
35
+ "dry_base": 1.75,
36
+ "dry_sequence_breakers": "[\"\\n\", \":\", \"\\\"\", \"*\"]",
37
+ "dry_penalty_last_n": 0,
38
+ "add_bos_token": true,
39
+ "ban_eos_token": false,
40
+ "skip_special_tokens": true,
41
+ "mirostat_mode": 0,
42
+ "mirostat_tau": 5,
43
+ "mirostat_eta": 0.1,
44
+ "guidance_scale": 1,
45
+ "negative_prompt": "",
46
+ "grammar_string": "",
47
+ "json_schema": {},
48
+ "banned_tokens": "",
49
+ "sampler_priority": [
50
+ "temperature",
51
+ "dynamic_temperature",
52
+ "quadratic_sampling",
53
+ "top_k",
54
+ "top_p",
55
+ "typical_p",
56
+ "epsilon_cutoff",
57
+ "eta_cutoff",
58
+ "tfs",
59
+ "top_a",
60
+ "min_p",
61
+ "mirostat"
62
+ ],
63
+ "samplers": [
64
+ "top_k",
65
+ "tfs_z",
66
+ "typical_p",
67
+ "top_p",
68
+ "min_p",
69
+ "temperature"
70
+ ],
71
+ "ignore_eos_token": false,
72
+ "spaces_between_special_tokens": true,
73
+ "speculative_ngram": false,
74
+ "sampler_order": [
75
+ 6,
76
+ 0,
77
+ 1,
78
+ 3,
79
+ 4,
80
+ 2,
81
+ 5
82
+ ],
83
+ "logit_bias": [],
84
+ "ignore_eos_token_aphrodite": false,
85
+ "spaces_between_special_tokens_aphrodite": true,
86
+ "rep_pen_size": 0,
87
+ "genamt": 200,
88
+ "max_length": 8192
89
+ }
Context Template.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "story_string": "<|im_start|>system\n{{#if system}}{{system}}{{else}}\nYou are an intelligent, skilled, versatile writer. Your task is to write a never-ending erotic story based on the information below. {{user}} is the protagonist of the story, additional characters may be described below. Write from {{user}}'s perspective in first person view, using present tense. \n{{/if}}\n\n{{#if wiBefore}}{{wiBefore}}\n\n{{/if}}\n\n{{#if scenario}}## Overall plot description: {{scenario}}\n\n{{/if}}\n\n\n## Characters:\n\n{{#if description}}{{description}}\n\n{{/if}}{{#if personality}}{{personality}}\n\n{{/if}}\n\n{{#if persona}}{{persona}}{{else}}{{user}} is the protagonist of the story.{{/if}}{{#if wiAfter}}\n\n{{wiAfter}}{{/if}}\n\n\n\n{{#if mesExamples}}\n\n{{mesExamples}}{{/if}}",
3
+ "example_separator": "",
4
+ "chat_start": "",
5
+ "use_stop_strings": false,
6
+ "allow_jailbreak": false,
7
+ "names_as_stop_strings": true,
8
+ "always_force_name2": false,
9
+ "trim_sentences": true,
10
+ "include_newline": false,
11
+ "single_line": false,
12
+ "name": "my Story"
13
+ }
Instruct Mode.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "system_prompt": "You are an intelligent, skilled, creative and versatile writer of a uncensored novel, based on the information below. Never end a scene, instead use a slow pace for plot progression to draw out the scene. Be descriptive and focus on relevant plot details. Responses should be influenced by goals and context. Include thoughts on the current situation as part of your response. Bad emotions are also allowed, like depression, doubt and despair. Give the NPCs some emotional depth and develop their character. Let your description be very immersive for the reader.",
3
+ "input_sequence": "\n<|im_start|>text names= {{name}}\n",
4
+ "output_sequence": "\n<|im_start|>text names= {{name}}\n",
5
+ "last_output_sequence": "",
6
+ "system_sequence": "",
7
+ "stop_sequence": "\n<|im_start|>",
8
+ "wrap": false,
9
+ "macro": true,
10
+ "names": false,
11
+ "names_force_groups": false,
12
+ "activation_regex": "",
13
+ "system_sequence_prefix": "",
14
+ "system_sequence_suffix": "",
15
+ "first_output_sequence": "",
16
+ "skip_examples": false,
17
+ "output_suffix": "<|im_end|>",
18
+ "input_suffix": "<|im_end|>",
19
+ "system_suffix": "",
20
+ "user_alignment_message": "",
21
+ "system_same_as_user": true,
22
+ "last_system_sequence": "",
23
+ "first_input_sequence": "",
24
+ "last_input_sequence": "",
25
+ "name": "myStory++"
26
+ }
world - perspective - char - 1st person.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"entries":{"0":{"uid":0,"key":[],"keysecondary":[],"comment":"person","content":"{{char}} is the main protagonist of the novel. Your response should be in {{char}}'s first-person perspective and in present tense. You also describe the NPCs in this story, and their behavior, from {{char}}'s perspective. Build the story very immersive for {{char}}.","constant":true,"vectorized":false,"selective":true,"selectiveLogic":0,"addMemo":true,"order":10,"position":0,"disable":false,"excludeRecursion":true,"preventRecursion":true,"delayUntilRecursion":false,"probability":100,"useProbability":true,"depth":4,"group":"","groupOverride":false,"groupWeight":100,"scanDepth":null,"caseSensitive":null,"matchWholeWords":null,"useGroupScoring":null,"automationId":"","role":null,"sticky":0,"cooldown":0,"delay":0,"displayIndex":0}}}
world - perspective - user - char - 3rd person.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"entries":{"0":{"uid":0,"key":["3rd"],"keysecondary":[],"comment":"3rd","content":"{{user}} and {{char}} are are the main protagonists of the story. Your response should be in a third-person perspective and in present tense, addressing {{user}} directly using 'you'. Refrain from acting for, speaking for, or describing the thoughts of {{user}}.","constant":true,"vectorized":false,"selective":true,"selectiveLogic":0,"addMemo":true,"order":10,"position":0,"disable":false,"excludeRecursion":true,"preventRecursion":true,"delayUntilRecursion":false,"probability":100,"useProbability":true,"depth":4,"group":"","groupOverride":false,"groupWeight":100,"scanDepth":null,"caseSensitive":null,"matchWholeWords":null,"useGroupScoring":null,"automationId":"","role":null,"sticky":0,"cooldown":0,"delay":0,"displayIndex":0}}}