Casual-Autopsy commited on
Commit
29ebe54
·
verified ·
1 Parent(s): 1be44a2

Upload VNTL-ST-Master-Preset.json

Browse files
Files changed (1) hide show
  1. VNTL-ST-Master-Preset.json +161 -0
VNTL-ST-Master-Preset.json ADDED
@@ -0,0 +1,161 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruct": {
3
+ "input_sequence": "<|start_header_id|>Japanese<|end_header_id|>\n\n",
4
+ "output_sequence": "<|start_header_id|>English<|end_header_id|>\n\n",
5
+ "first_output_sequence": "",
6
+ "last_output_sequence": "",
7
+ "system_sequence_prefix": "",
8
+ "system_sequence_suffix": "",
9
+ "stop_sequence": "<|eot_id|>",
10
+ "wrap": false,
11
+ "macro": true,
12
+ "activation_regex": "",
13
+ "skip_examples": false,
14
+ "output_suffix": "<|eot_id|>",
15
+ "input_suffix": "<|eot_id|>",
16
+ "system_sequence": "",
17
+ "system_suffix": "",
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": "none",
24
+ "names_force_groups": true,
25
+ "name": "VNTL Llama 3 v2"
26
+ },
27
+ "context": {
28
+ "story_string": "<|begin_of_text|><|start_header_id|>Metadata<|end_header_id|>\n\n{{#if wiBefore}}{{wiBefore}}\n{{/if}}{{trim}}<|eot_id|>",
29
+ "example_separator": "",
30
+ "chat_start": "",
31
+ "use_stop_strings": false,
32
+ "allow_jailbreak": false,
33
+ "names_as_stop_strings": false,
34
+ "always_force_name2": true,
35
+ "trim_sentences": false,
36
+ "single_line": false,
37
+ "name": "VNTL Llama 3 v2"
38
+ },
39
+ "sysprompt": {
40
+ "name": "[Blank]",
41
+ "content": ""
42
+ },
43
+ "preset": {
44
+ "temp": 1,
45
+ "temperature_last": false,
46
+ "top_p": 1,
47
+ "top_k": 1,
48
+ "top_a": 0,
49
+ "tfs": 1,
50
+ "epsilon_cutoff": 0,
51
+ "eta_cutoff": 0,
52
+ "typical_p": 1,
53
+ "min_p": 0.15,
54
+ "rep_pen": 1.03,
55
+ "rep_pen_range": 512,
56
+ "rep_pen_decay": 0,
57
+ "rep_pen_slope": 1.5,
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.05,
64
+ "freq_pen": 0,
65
+ "presence_pen": -0.15,
66
+ "skew": 0,
67
+ "do_sample": true,
68
+ "early_stopping": true,
69
+ "dynatemp": true,
70
+ "min_temp": 0.7,
71
+ "max_temp": 1.3,
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.4,
78
+ "dry_sequence_breakers": "[\"\\n\", \":\", \"\\\"\", \"*\", \"`\", \";\", \"<\", \"(\", \"{\", \"[\", \"]\", \"}\", \")\", \">\", \"|\", \"+\", \"=\", \"-\",\"<|begin_of_text|>\",\"<|start_header_id|>\",\"<|end_header_id|>\",\"<|eot_id|>\"]",
79
+ "dry_penalty_last_n": 4096,
80
+ "add_bos_token": false,
81
+ "ban_eos_token": false,
82
+ "skip_special_tokens": false,
83
+ "mirostat_mode": 0,
84
+ "mirostat_tau": 0,
85
+ "mirostat_eta": 0.3,
86
+ "guidance_scale": 1,
87
+ "negative_prompt": "",
88
+ "grammar_string": "",
89
+ "json_schema": {},
90
+ "banned_tokens": "",
91
+ "sampler_priority": [
92
+ "min_p",
93
+ "temperature",
94
+ "dynamic_temperature",
95
+ "quadratic_sampling",
96
+ "encoder_repetition_penalty",
97
+ "presence_penalty",
98
+ "repetition_penalty",
99
+ "top_k",
100
+ "no_repeat_ngram",
101
+ "frequency_penalty",
102
+ "dry",
103
+ "epsilon_cutoff",
104
+ "eta_cutoff",
105
+ "top_a",
106
+ "tfs",
107
+ "typical_p",
108
+ "top_p",
109
+ "xtc",
110
+ "mirostat"
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": true,
140
+ "speculative_ngram": false,
141
+ "sampler_order": [
142
+ 2,
143
+ 5,
144
+ 6,
145
+ 0,
146
+ 1,
147
+ 3,
148
+ 4
149
+ ],
150
+ "logit_bias": [],
151
+ "xtc_threshold": 0.15,
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": 100,
158
+ "max_length": 4096,
159
+ "name": "VNTL v2"
160
+ }
161
+ }