Nitral-AI commited on
Commit
d1b2658
·
verified ·
1 Parent(s): b6dad69

Upload ST-formatting-2024-12-27.json

Browse files
Files changed (1) hide show
  1. ST/ST-formatting-2024-12-27.json +157 -0
ST/ST-formatting-2024-12-27.json ADDED
@@ -0,0 +1,157 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": true,
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": true,
35
+ "trim_sentences": true,
36
+ "single_line": false,
37
+ "name": "ChatML-Captain-X"
38
+ },
39
+ "preset": {
40
+ "temp": 0.85,
41
+ "temperature_last": true,
42
+ "top_p": 1,
43
+ "top_k": 0,
44
+ "top_a": 0,
45
+ "tfs": 1,
46
+ "epsilon_cutoff": 0,
47
+ "eta_cutoff": 0,
48
+ "typical_p": 1,
49
+ "min_p": 0.1,
50
+ "rep_pen": 1,
51
+ "rep_pen_range": 0,
52
+ "rep_pen_decay": 0,
53
+ "rep_pen_slope": 1,
54
+ "no_repeat_ngram_size": 0,
55
+ "penalty_alpha": 0,
56
+ "num_beams": 1,
57
+ "length_penalty": 1,
58
+ "min_length": 0,
59
+ "encoder_rep_pen": 1,
60
+ "freq_pen": 0,
61
+ "presence_pen": 0,
62
+ "skew": 0,
63
+ "do_sample": true,
64
+ "early_stopping": false,
65
+ "dynatemp": false,
66
+ "min_temp": 0,
67
+ "max_temp": 0,
68
+ "dynatemp_exponent": 1,
69
+ "smoothing_factor": 0,
70
+ "smoothing_curve": 1,
71
+ "dry_allowed_length": 2,
72
+ "dry_multiplier": 0,
73
+ "dry_base": 1.75,
74
+ "dry_sequence_breakers": "[\"\\n\", \":\", \"\\\"\", \"*\"]",
75
+ "dry_penalty_last_n": 0,
76
+ "add_bos_token": true,
77
+ "ban_eos_token": false,
78
+ "skip_special_tokens": true,
79
+ "mirostat_mode": 0,
80
+ "mirostat_tau": 5,
81
+ "mirostat_eta": 0.1,
82
+ "guidance_scale": 1,
83
+ "negative_prompt": "",
84
+ "grammar_string": "",
85
+ "json_schema": {},
86
+ "banned_tokens": "",
87
+ "sampler_priority": [
88
+ "repetition_penalty",
89
+ "presence_penalty",
90
+ "frequency_penalty",
91
+ "dry",
92
+ "temperature",
93
+ "dynamic_temperature",
94
+ "quadratic_sampling",
95
+ "top_k",
96
+ "top_p",
97
+ "typical_p",
98
+ "epsilon_cutoff",
99
+ "eta_cutoff",
100
+ "tfs",
101
+ "top_a",
102
+ "min_p",
103
+ "mirostat",
104
+ "xtc",
105
+ "encoder_repetition_penalty",
106
+ "no_repeat_ngram"
107
+ ],
108
+ "samplers": [
109
+ "dry",
110
+ "top_k",
111
+ "tfs_z",
112
+ "typical_p",
113
+ "top_p",
114
+ "min_p",
115
+ "xtc",
116
+ "temperature"
117
+ ],
118
+ "samplers_priorities": [
119
+ "dry",
120
+ "penalties",
121
+ "no_repeat_ngram",
122
+ "temperature",
123
+ "top_nsigma",
124
+ "top_p_top_k",
125
+ "top_a",
126
+ "min_p",
127
+ "tfs",
128
+ "eta_cutoff",
129
+ "epsilon_cutoff",
130
+ "typical_p",
131
+ "quadratic",
132
+ "xtc"
133
+ ],
134
+ "ignore_eos_token": false,
135
+ "spaces_between_special_tokens": false,
136
+ "speculative_ngram": false,
137
+ "sampler_order": [
138
+ 6,
139
+ 0,
140
+ 1,
141
+ 3,
142
+ 4,
143
+ 2,
144
+ 5
145
+ ],
146
+ "logit_bias": [],
147
+ "xtc_threshold": 0.1,
148
+ "xtc_probability": 0,
149
+ "nsigma": 0,
150
+ "ignore_eos_token_aphrodite": false,
151
+ "spaces_between_special_tokens_aphrodite": true,
152
+ "rep_pen_size": 0,
153
+ "genamt": 1200,
154
+ "max_length": 16384,
155
+ "name": "Captain_X-Text-Completion-Preset"
156
+ }
157
+ }