Update Samplers (#3)
Browse files- Update Samplers (b34a93f046e0ca987e43b4dfc2445260d8a1e731)
- Update ST/VNTL-Yollisa-Master-Preset-2025-03-05.json (808d456728b314813bbac6e829b956d047b63760)
- README.md +3 -15
- ST/VNTL-Yollisa-Master-Preset-2025-03-05.json +9 -76
README.md
CHANGED
@@ -47,22 +47,10 @@ Yves: "Yes, I’ve lost my douryoku and become weaker. You’ll have to protect
|
|
47 |
### Samplers
|
48 |
```yaml
|
49 |
top_k: 1
|
50 |
-
|
51 |
-
|
52 |
-
pres_pen: -0.05
|
53 |
-
rep_pen_range: 512
|
54 |
-
|
55 |
-
dyna_temp:
|
56 |
-
min: 0.7
|
57 |
-
max: 1.3
|
58 |
-
exp: 1.0
|
59 |
-
|
60 |
-
sampler_order:
|
61 |
-
- min_p
|
62 |
-
- temp
|
63 |
-
- penalties
|
64 |
-
- top_k
|
65 |
```
|
|
|
66 |
|
67 |
## Configuration
|
68 |
|
|
|
47 |
### Samplers
|
48 |
```yaml
|
49 |
top_k: 1
|
50 |
+
# or
|
51 |
+
temp: 0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
```
|
53 |
+
writing and translation quality can be a bit unstable, but I recommend using RAG to stablize it.
|
54 |
|
55 |
## Configuration
|
56 |
|
ST/VNTL-Yollisa-Master-Preset-2025-03-05.json
CHANGED
@@ -37,7 +37,7 @@
|
|
37 |
"name": "VNTL Yollisa v1"
|
38 |
},
|
39 |
"preset": {
|
40 |
-
"temp":
|
41 |
"temperature_last": false,
|
42 |
"top_p": 1,
|
43 |
"top_k": 1,
|
@@ -46,9 +46,9 @@
|
|
46 |
"epsilon_cutoff": 0,
|
47 |
"eta_cutoff": 0,
|
48 |
"typical_p": 1,
|
49 |
-
"min_p": 0
|
50 |
-
"rep_pen": 1.
|
51 |
-
"rep_pen_range":
|
52 |
"rep_pen_decay": 0,
|
53 |
"rep_pen_slope": 1,
|
54 |
"no_repeat_ngram_size": 0,
|
@@ -56,102 +56,35 @@
|
|
56 |
"num_beams": 1,
|
57 |
"length_penalty": 1,
|
58 |
"min_length": 0,
|
59 |
-
"encoder_rep_pen": 1.
|
60 |
"freq_pen": 0,
|
61 |
-
"presence_pen":
|
62 |
"skew": 0,
|
63 |
"do_sample": true,
|
64 |
"early_stopping": true,
|
65 |
-
"dynatemp":
|
66 |
-
"min_temp": 0.7,
|
67 |
-
"max_temp": 1.3,
|
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.4,
|
74 |
-
"dry_sequence_breakers": "[\"\\n\", \":\", \"\\\"\", \"*\", \"`\", \";\", \"<\", \"(\", \"{\", \"[\", \"]\", \"}\", \")\", \">\", \"|\", \"+\", \"=\", \"-\",\"<|begin_of_text|>\",\"<|start_header_id|>\",\"<|end_header_id|>\",\"<|eot_id|>\"]",
|
75 |
-
"dry_penalty_last_n": 4096,
|
76 |
"add_bos_token": false,
|
77 |
"ban_eos_token": false,
|
78 |
"skip_special_tokens": false,
|
79 |
"mirostat_mode": 0,
|
80 |
-
"mirostat_tau": 0,
|
81 |
-
"mirostat_eta": 0.3,
|
82 |
"guidance_scale": 1,
|
83 |
-
"negative_prompt": "",
|
84 |
"grammar_string": "",
|
85 |
"json_schema": {},
|
86 |
"banned_tokens": "",
|
87 |
-
"sampler_priority": [
|
88 |
-
"min_p",
|
89 |
-
"temperature",
|
90 |
-
"dynamic_temperature",
|
91 |
-
"quadratic_sampling",
|
92 |
-
"encoder_repetition_penalty",
|
93 |
-
"presence_penalty",
|
94 |
-
"repetition_penalty",
|
95 |
-
"top_k",
|
96 |
-
"no_repeat_ngram",
|
97 |
-
"frequency_penalty",
|
98 |
-
"dry",
|
99 |
-
"epsilon_cutoff",
|
100 |
-
"eta_cutoff",
|
101 |
-
"top_a",
|
102 |
-
"tfs",
|
103 |
-
"typical_p",
|
104 |
-
"top_p",
|
105 |
-
"xtc",
|
106 |
-
"mirostat"
|
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": true,
|
136 |
"speculative_ngram": false,
|
137 |
-
"sampler_order": [
|
138 |
-
2,
|
139 |
-
5,
|
140 |
-
6,
|
141 |
-
0,
|
142 |
-
1,
|
143 |
-
3,
|
144 |
-
4
|
145 |
-
],
|
146 |
"logit_bias": [],
|
147 |
-
"xtc_threshold": 0.15,
|
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":
|
154 |
-
"max_length":
|
155 |
"name": "VNTL Yollisa v1"
|
156 |
}
|
157 |
}
|
|
|
37 |
"name": "VNTL Yollisa v1"
|
38 |
},
|
39 |
"preset": {
|
40 |
+
"temp": 0,
|
41 |
"temperature_last": false,
|
42 |
"top_p": 1,
|
43 |
"top_k": 1,
|
|
|
46 |
"epsilon_cutoff": 0,
|
47 |
"eta_cutoff": 0,
|
48 |
"typical_p": 1,
|
49 |
+
"min_p": 0,
|
50 |
+
"rep_pen": 1.00,
|
51 |
+
"rep_pen_range": 0,
|
52 |
"rep_pen_decay": 0,
|
53 |
"rep_pen_slope": 1,
|
54 |
"no_repeat_ngram_size": 0,
|
|
|
56 |
"num_beams": 1,
|
57 |
"length_penalty": 1,
|
58 |
"min_length": 0,
|
59 |
+
"encoder_rep_pen": 1.00,
|
60 |
"freq_pen": 0,
|
61 |
+
"presence_pen": 0.00,
|
62 |
"skew": 0,
|
63 |
"do_sample": true,
|
64 |
"early_stopping": true,
|
65 |
+
"dynatemp": false,
|
|
|
|
|
|
|
66 |
"smoothing_factor": 0,
|
|
|
67 |
"dry_allowed_length": 2,
|
68 |
"dry_multiplier": 0,
|
|
|
|
|
|
|
69 |
"add_bos_token": false,
|
70 |
"ban_eos_token": false,
|
71 |
"skip_special_tokens": false,
|
72 |
"mirostat_mode": 0,
|
|
|
|
|
73 |
"guidance_scale": 1,
|
|
|
74 |
"grammar_string": "",
|
75 |
"json_schema": {},
|
76 |
"banned_tokens": "",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
77 |
"ignore_eos_token": false,
|
78 |
"spaces_between_special_tokens": true,
|
79 |
"speculative_ngram": false,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
80 |
"logit_bias": [],
|
|
|
81 |
"xtc_probability": 0,
|
82 |
"nsigma": 0,
|
83 |
"ignore_eos_token_aphrodite": false,
|
84 |
"spaces_between_special_tokens_aphrodite": true,
|
85 |
"rep_pen_size": 0,
|
86 |
+
"genamt": 100,
|
87 |
+
"max_length": 3072,
|
88 |
"name": "VNTL Yollisa v1"
|
89 |
}
|
90 |
}
|