Nitral-AI commited on
Commit
489eaae
·
verified ·
1 Parent(s): cf535a2

Upload 2 files

Browse files
ST/ST-formatting-captain-x-2024-12-29.json ADDED
@@ -0,0 +1,161 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruct": {
3
+ "input_sequence": "<|im_start|>user",
4
+ "output_sequence": "<|im_start|>assistant",
5
+ "first_output_sequence": "",
6
+ "last_output_sequence": "",
7
+ "system_sequence_prefix": "",
8
+ "system_sequence_suffix": "",
9
+ "stop_sequence": "<|im_end|>",
10
+ "wrap": false,
11
+ "macro": true,
12
+ "activation_regex": "",
13
+ "skip_examples": false,
14
+ "output_suffix": "<|im_end|>",
15
+ "input_suffix": "<|im_end|>",
16
+ "system_sequence": "<|im_start|>system",
17
+ "system_suffix": "<|im_end|>",
18
+ "user_alignment_message": "",
19
+ "system_same_as_user": false,
20
+ "last_system_sequence": "",
21
+ "first_input_sequence": "",
22
+ "last_input_sequence": "",
23
+ "names_behavior": "always",
24
+ "names_force_groups": true,
25
+ "name": "ChatML-Captain-X"
26
+ },
27
+ "context": {
28
+ "story_string": "<|im_start|>system\n{{#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}}{{trim}}<|im_end|>",
29
+ "example_separator": "",
30
+ "chat_start": "",
31
+ "use_stop_strings": false,
32
+ "allow_jailbreak": false,
33
+ "names_as_stop_strings": true,
34
+ "always_force_name2": false,
35
+ "trim_sentences": false,
36
+ "single_line": false,
37
+ "name": "ChatML-Captain-X"
38
+ },
39
+ "sysprompt": {
40
+ "name": "Nitral-3",
41
+ "content": "Engage authentically and thoughtfully, as {{char}} drawing from your distinct perspective. Express yourself through precise, vivid language that illuminates rather than obscures. Let each response flow naturally while remaining clear and purposeful."
42
+ },
43
+ "preset": {
44
+ "temp": 0.85,
45
+ "temperature_last": true,
46
+ "top_p": 1,
47
+ "top_k": 0,
48
+ "top_a": 0,
49
+ "tfs": 1,
50
+ "epsilon_cutoff": 0,
51
+ "eta_cutoff": 0,
52
+ "typical_p": 1,
53
+ "min_p": 0.1,
54
+ "rep_pen": 1,
55
+ "rep_pen_range": 0,
56
+ "rep_pen_decay": 0,
57
+ "rep_pen_slope": 1,
58
+ "no_repeat_ngram_size": 0,
59
+ "penalty_alpha": 0,
60
+ "num_beams": 1,
61
+ "length_penalty": 1,
62
+ "min_length": 0,
63
+ "encoder_rep_pen": 1,
64
+ "freq_pen": 0,
65
+ "presence_pen": 0,
66
+ "skew": 0,
67
+ "do_sample": true,
68
+ "early_stopping": false,
69
+ "dynatemp": false,
70
+ "min_temp": 0,
71
+ "max_temp": 0,
72
+ "dynatemp_exponent": 1,
73
+ "smoothing_factor": 0,
74
+ "smoothing_curve": 1,
75
+ "dry_allowed_length": 2,
76
+ "dry_multiplier": 0,
77
+ "dry_base": 1.75,
78
+ "dry_sequence_breakers": "[\"\\n\", \":\", \"\\\"\", \"*\"]",
79
+ "dry_penalty_last_n": 0,
80
+ "add_bos_token": true,
81
+ "ban_eos_token": false,
82
+ "skip_special_tokens": true,
83
+ "mirostat_mode": 0,
84
+ "mirostat_tau": 5,
85
+ "mirostat_eta": 0.1,
86
+ "guidance_scale": 1,
87
+ "negative_prompt": "",
88
+ "grammar_string": "",
89
+ "json_schema": {},
90
+ "banned_tokens": "",
91
+ "sampler_priority": [
92
+ "repetition_penalty",
93
+ "presence_penalty",
94
+ "frequency_penalty",
95
+ "dry",
96
+ "temperature",
97
+ "dynamic_temperature",
98
+ "quadratic_sampling",
99
+ "top_k",
100
+ "top_p",
101
+ "typical_p",
102
+ "epsilon_cutoff",
103
+ "eta_cutoff",
104
+ "tfs",
105
+ "top_a",
106
+ "min_p",
107
+ "mirostat",
108
+ "xtc",
109
+ "encoder_repetition_penalty",
110
+ "no_repeat_ngram"
111
+ ],
112
+ "samplers": [
113
+ "dry",
114
+ "top_k",
115
+ "tfs_z",
116
+ "typical_p",
117
+ "top_p",
118
+ "min_p",
119
+ "xtc",
120
+ "temperature"
121
+ ],
122
+ "samplers_priorities": [
123
+ "dry",
124
+ "penalties",
125
+ "no_repeat_ngram",
126
+ "temperature",
127
+ "top_nsigma",
128
+ "top_p_top_k",
129
+ "top_a",
130
+ "min_p",
131
+ "tfs",
132
+ "eta_cutoff",
133
+ "epsilon_cutoff",
134
+ "typical_p",
135
+ "quadratic",
136
+ "xtc"
137
+ ],
138
+ "ignore_eos_token": false,
139
+ "spaces_between_special_tokens": false,
140
+ "speculative_ngram": false,
141
+ "sampler_order": [
142
+ 6,
143
+ 0,
144
+ 1,
145
+ 3,
146
+ 4,
147
+ 2,
148
+ 5
149
+ ],
150
+ "logit_bias": [],
151
+ "xtc_threshold": 0.1,
152
+ "xtc_probability": 0,
153
+ "nsigma": 0,
154
+ "ignore_eos_token_aphrodite": false,
155
+ "spaces_between_special_tokens_aphrodite": true,
156
+ "rep_pen_size": 0,
157
+ "genamt": 1200,
158
+ "max_length": 16384,
159
+ "name": "Captain_X-Text-Completion-Preset"
160
+ }
161
+ }
ST/ST-formatting-captain-x-names-2024-12-29.json ADDED
@@ -0,0 +1,161 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruct": {
3
+ "input_sequence": "<|im_start|>{{user}}",
4
+ "output_sequence": "<|im_start|>{{char}}",
5
+ "first_output_sequence": "",
6
+ "last_output_sequence": "",
7
+ "system_sequence_prefix": "",
8
+ "system_sequence_suffix": "",
9
+ "stop_sequence": "<|im_end|>",
10
+ "wrap": false,
11
+ "macro": true,
12
+ "activation_regex": "",
13
+ "skip_examples": false,
14
+ "output_suffix": "<|im_end|>",
15
+ "input_suffix": "<|im_end|>",
16
+ "system_sequence": "<|im_start|>system",
17
+ "system_suffix": "<|im_end|>",
18
+ "user_alignment_message": "",
19
+ "system_same_as_user": false,
20
+ "last_system_sequence": "",
21
+ "first_input_sequence": "",
22
+ "last_input_sequence": "",
23
+ "names_behavior": "always",
24
+ "names_force_groups": true,
25
+ "name": "ChatML-Captain-X-names"
26
+ },
27
+ "context": {
28
+ "story_string": "<|im_start|>system\n{{#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}}{{trim}}<|im_end|>",
29
+ "example_separator": "",
30
+ "chat_start": "",
31
+ "use_stop_strings": false,
32
+ "allow_jailbreak": false,
33
+ "names_as_stop_strings": true,
34
+ "always_force_name2": false,
35
+ "trim_sentences": false,
36
+ "single_line": false,
37
+ "name": "ChatML-Captain-X-names"
38
+ },
39
+ "sysprompt": {
40
+ "name": "Nitral-3",
41
+ "content": "Engage authentically and thoughtfully, as {{char}} drawing from your distinct perspective. Express yourself through precise, vivid language that illuminates rather than obscures. Let each response flow naturally while remaining clear and purposeful."
42
+ },
43
+ "preset": {
44
+ "temp": 0.85,
45
+ "temperature_last": true,
46
+ "top_p": 1,
47
+ "top_k": 0,
48
+ "top_a": 0,
49
+ "tfs": 1,
50
+ "epsilon_cutoff": 0,
51
+ "eta_cutoff": 0,
52
+ "typical_p": 1,
53
+ "min_p": 0.1,
54
+ "rep_pen": 1,
55
+ "rep_pen_range": 0,
56
+ "rep_pen_decay": 0,
57
+ "rep_pen_slope": 1,
58
+ "no_repeat_ngram_size": 0,
59
+ "penalty_alpha": 0,
60
+ "num_beams": 1,
61
+ "length_penalty": 1,
62
+ "min_length": 0,
63
+ "encoder_rep_pen": 1,
64
+ "freq_pen": 0,
65
+ "presence_pen": 0,
66
+ "skew": 0,
67
+ "do_sample": true,
68
+ "early_stopping": false,
69
+ "dynatemp": false,
70
+ "min_temp": 0,
71
+ "max_temp": 0,
72
+ "dynatemp_exponent": 1,
73
+ "smoothing_factor": 0,
74
+ "smoothing_curve": 1,
75
+ "dry_allowed_length": 2,
76
+ "dry_multiplier": 0,
77
+ "dry_base": 1.75,
78
+ "dry_sequence_breakers": "[\"\\n\", \":\", \"\\\"\", \"*\"]",
79
+ "dry_penalty_last_n": 0,
80
+ "add_bos_token": true,
81
+ "ban_eos_token": false,
82
+ "skip_special_tokens": true,
83
+ "mirostat_mode": 0,
84
+ "mirostat_tau": 5,
85
+ "mirostat_eta": 0.1,
86
+ "guidance_scale": 1,
87
+ "negative_prompt": "",
88
+ "grammar_string": "",
89
+ "json_schema": {},
90
+ "banned_tokens": "",
91
+ "sampler_priority": [
92
+ "repetition_penalty",
93
+ "presence_penalty",
94
+ "frequency_penalty",
95
+ "dry",
96
+ "temperature",
97
+ "dynamic_temperature",
98
+ "quadratic_sampling",
99
+ "top_k",
100
+ "top_p",
101
+ "typical_p",
102
+ "epsilon_cutoff",
103
+ "eta_cutoff",
104
+ "tfs",
105
+ "top_a",
106
+ "min_p",
107
+ "mirostat",
108
+ "xtc",
109
+ "encoder_repetition_penalty",
110
+ "no_repeat_ngram"
111
+ ],
112
+ "samplers": [
113
+ "dry",
114
+ "top_k",
115
+ "tfs_z",
116
+ "typical_p",
117
+ "top_p",
118
+ "min_p",
119
+ "xtc",
120
+ "temperature"
121
+ ],
122
+ "samplers_priorities": [
123
+ "dry",
124
+ "penalties",
125
+ "no_repeat_ngram",
126
+ "temperature",
127
+ "top_nsigma",
128
+ "top_p_top_k",
129
+ "top_a",
130
+ "min_p",
131
+ "tfs",
132
+ "eta_cutoff",
133
+ "epsilon_cutoff",
134
+ "typical_p",
135
+ "quadratic",
136
+ "xtc"
137
+ ],
138
+ "ignore_eos_token": false,
139
+ "spaces_between_special_tokens": false,
140
+ "speculative_ngram": false,
141
+ "sampler_order": [
142
+ 6,
143
+ 0,
144
+ 1,
145
+ 3,
146
+ 4,
147
+ 2,
148
+ 5
149
+ ],
150
+ "logit_bias": [],
151
+ "xtc_threshold": 0.1,
152
+ "xtc_probability": 0,
153
+ "nsigma": 0,
154
+ "ignore_eos_token_aphrodite": false,
155
+ "spaces_between_special_tokens_aphrodite": true,
156
+ "rep_pen_size": 0,
157
+ "genamt": 1200,
158
+ "max_length": 16384,
159
+ "name": "Captain_X-Text-Completion-Preset"
160
+ }
161
+ }