ND911 commited on
Commit
72ccc2b
1 Parent(s): 800b403

Upload 3 files

Browse files

SillyTavern files

MinP-text-completion-preset.json ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "temp": 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.05,
12
+ "rep_pen": 1.1,
13
+ "rep_pen_range": 2048,
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": 1,
26
+ "max_temp": 2,
27
+ "dynatemp_exponent": 1,
28
+ "smoothing_factor": 0.33,
29
+ "add_bos_token": true,
30
+ "truncation_length": 2048,
31
+ "ban_eos_token": false,
32
+ "skip_special_tokens": true,
33
+ "streaming": true,
34
+ "mirostat_mode": 0,
35
+ "mirostat_tau": 5,
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
+ "samplers": [
56
+ "top_k",
57
+ "tfs_z",
58
+ "typical_p",
59
+ "top_p",
60
+ "min_p",
61
+ "temperature"
62
+ ],
63
+ "ignore_eos_token_aphrodite": false,
64
+ "spaces_between_special_tokens_aphrodite": true,
65
+ "sampler_order": [
66
+ 6,
67
+ 0,
68
+ 1,
69
+ 3,
70
+ 4,
71
+ 2,
72
+ 5
73
+ ],
74
+ "logit_bias": [],
75
+ "n": 1,
76
+ "rep_pen_size": 0,
77
+ "genamt": 250,
78
+ "max_length": 8192
79
+ }
noromaid-context-template.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "story_string": "### Instruction:\nWrite {{char}}'s next reply in a fictional roleplay chat between {{user}} and {{char}}. Use the provided character sheet and example dialogue for formatting direction and character speech patterns.\n\n{{#if system}}{{system}}\n\n{{/if}}{{#if wiBefore}}{{wiBefore}}\n\n{{/if}}Description of {{char}}:\n{{#if description}}{{description}}\n{{/if}}{{#if personality}}{{char}}'s personality: {{personality}}\n\n{{/if}}{{#if scenario}}Scenario: {{scenario}}\n\n{{/if}}{{#if persona}}Description of {{user}}: {{persona}}\n\n{{/if}}Play the role of {{char}}\n\n{{#if wiAfter}}{{wiAfter}}\n{{/if}}",
3
+ "example_separator": "Example roleplay chat:",
4
+ "chat_start": "Taking the above information into consideration,\nyou must engage in a roleplay conversation with {{user}} below this line.\nDo not write {{user}}'s dialogue lines in your responses.\n",
5
+ "use_stop_strings": false,
6
+ "allow_jailbreak": false,
7
+ "always_force_name2": true,
8
+ "trim_sentences": true,
9
+ "include_newline": true,
10
+ "single_line": false,
11
+ "name": "noromaid"
12
+ }
rp-merge-text-completion-preset.json ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "temp": 1,
3
+ "temperature_last": true,
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": 0.9,
11
+ "min_p": 0,
12
+ "rep_pen": 1.1,
13
+ "rep_pen_range": 8192,
14
+ "no_repeat_ngram_size": 0,
15
+ "penalty_alpha": 0,
16
+ "num_beams": 1,
17
+ "length_penalty": 0,
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": 1,
26
+ "max_temp": 2,
27
+ "dynatemp_exponent": 1,
28
+ "smoothing_factor": 0.33,
29
+ "add_bos_token": false,
30
+ "truncation_length": 2048,
31
+ "ban_eos_token": false,
32
+ "skip_special_tokens": false,
33
+ "streaming": true,
34
+ "mirostat_mode": 0,
35
+ "mirostat_tau": 5,
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
+ "samplers": [
56
+ "top_k",
57
+ "tfs_z",
58
+ "typical_p",
59
+ "top_p",
60
+ "min_p",
61
+ "temperature"
62
+ ],
63
+ "ignore_eos_token_aphrodite": false,
64
+ "spaces_between_special_tokens_aphrodite": true,
65
+ "sampler_order": [
66
+ 6,
67
+ 0,
68
+ 1,
69
+ 3,
70
+ 4,
71
+ 2,
72
+ 5
73
+ ],
74
+ "logit_bias": [],
75
+ "n": 1,
76
+ "rep_pen_size": 0,
77
+ "genamt": 500,
78
+ "max_length": 65536
79
+ }