Upload RP-SmoothDynamicTemp.json
Browse files
presets/RP-SmoothDynamicTemp.json
ADDED
|
@@ -0,0 +1,80 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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": 1,
|
| 11 |
+
"min_p": 0.075,
|
| 12 |
+
"rep_pen": 1.05,
|
| 13 |
+
"rep_pen_range": 2048,
|
| 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": true,
|
| 25 |
+
"min_temp": 0.5,
|
| 26 |
+
"max_temp": 3,
|
| 27 |
+
"dynatemp_exponent": 1,
|
| 28 |
+
"smoothing_factor": 0.25,
|
| 29 |
+
"smoothing_curve": 1,
|
| 30 |
+
"add_bos_token": true,
|
| 31 |
+
"truncation_length": 2048,
|
| 32 |
+
"ban_eos_token": false,
|
| 33 |
+
"skip_special_tokens": true,
|
| 34 |
+
"streaming": true,
|
| 35 |
+
"mirostat_mode": 0,
|
| 36 |
+
"mirostat_tau": 5,
|
| 37 |
+
"mirostat_eta": 0.1,
|
| 38 |
+
"guidance_scale": 1,
|
| 39 |
+
"negative_prompt": "",
|
| 40 |
+
"grammar_string": "",
|
| 41 |
+
"banned_tokens": "",
|
| 42 |
+
"sampler_priority": [
|
| 43 |
+
"temperature",
|
| 44 |
+
"dynamic_temperature",
|
| 45 |
+
"quadratic_sampling",
|
| 46 |
+
"top_k",
|
| 47 |
+
"top_p",
|
| 48 |
+
"typical_p",
|
| 49 |
+
"epsilon_cutoff",
|
| 50 |
+
"eta_cutoff",
|
| 51 |
+
"tfs",
|
| 52 |
+
"top_a",
|
| 53 |
+
"min_p",
|
| 54 |
+
"mirostat"
|
| 55 |
+
],
|
| 56 |
+
"samplers": [
|
| 57 |
+
"top_k",
|
| 58 |
+
"tfs_z",
|
| 59 |
+
"typical_p",
|
| 60 |
+
"top_p",
|
| 61 |
+
"min_p",
|
| 62 |
+
"temperature"
|
| 63 |
+
],
|
| 64 |
+
"ignore_eos_token_aphrodite": false,
|
| 65 |
+
"spaces_between_special_tokens_aphrodite": true,
|
| 66 |
+
"sampler_order": [
|
| 67 |
+
6,
|
| 68 |
+
0,
|
| 69 |
+
1,
|
| 70 |
+
3,
|
| 71 |
+
4,
|
| 72 |
+
2,
|
| 73 |
+
5
|
| 74 |
+
],
|
| 75 |
+
"logit_bias": [],
|
| 76 |
+
"n": 1,
|
| 77 |
+
"rep_pen_size": 0,
|
| 78 |
+
"genamt": 250,
|
| 79 |
+
"max_length": 8192
|
| 80 |
+
}
|