Blame Raw
· · · 119 lines (2.5 KB)
0 contributors
1{
2 "temp": 1.25,
3 "temperature_last": false,
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.1,
12 "rep_pen": 1,
13 "rep_pen_range": 0,
14 "rep_pen_decay": 0,
15 "rep_pen_slope": 1,
16 "no_repeat_ngram_size": 0,
17 "penalty_alpha": 0,
18 "num_beams": 1,
19 "length_penalty": 1,
20 "min_length": 0,
21 "encoder_rep_pen": 1,
22 "freq_pen": 0,
23 "presence_pen": 0,
24 "skew": 0,
25 "do_sample": true,
26 "early_stopping": false,
27 "dynatemp": false,
28 "min_temp": 0,
29 "max_temp": 2,
30 "dynatemp_exponent": 1,
31 "smoothing_factor": 0,
32 "smoothing_curve": 1,
33 "dry_allowed_length": 2,
34 "dry_multiplier": 0,
35 "dry_base": 1.75,
36 "dry_sequence_breakers": "[\"\\n\", \":\", \"\\\"\", \"*\"]",
37 "dry_penalty_last_n": 0,
38 "add_bos_token": true,
39 "ban_eos_token": false,
40 "skip_special_tokens": true,
41 "mirostat_mode": 0,
42 "mirostat_tau": 5,
43 "mirostat_eta": 0.1,
44 "guidance_scale": 1,
45 "negative_prompt": "",
46 "grammar_string": "",
47 "json_schema": null,
48 "json_schema_allow_empty": false,
49 "banned_tokens": "",
50 "sampler_priority": [
51 "repetition_penalty",
52 "presence_penalty",
53 "frequency_penalty",
54 "dry",
55 "temperature",
56 "dynamic_temperature",
57 "quadratic_sampling",
58 "top_n_sigma",
59 "top_k",
60 "top_p",
61 "typical_p",
62 "epsilon_cutoff",
63 "eta_cutoff",
64 "tfs",
65 "top_a",
66 "min_p",
67 "mirostat",
68 "xtc",
69 "encoder_repetition_penalty",
70 "no_repeat_ngram"
71 ],
72 "samplers": [
73 "penalties",
74 "dry",
75 "top_n_sigma",
76 "top_k",
77 "typ_p",
78 "tfs_z",
79 "typical_p",
80 "xtc",
81 "top_p",
82 "min_p",
83 "temperature"
84 ],
85 "samplers_priorities": [
86 "dry",
87 "penalties",
88 "no_repeat_ngram",
89 "temperature",
90 "top_nsigma",
91 "top_p_top_k",
92 "top_a",
93 "min_p",
94 "tfs",
95 "eta_cutoff",
96 "epsilon_cutoff",
97 "typical_p",
98 "quadratic",
99 "xtc"
100 ],
101 "ignore_eos_token": false,
102 "spaces_between_special_tokens": true,
103 "speculative_ngram": false,
104 "sampler_order": [
105 5,
106 6,
107 0,
108 1,
109 2,
110 3,
111 4
112 ],
113 "logit_bias": [],
114 "xtc_threshold": 0.1,
115 "xtc_probability": 0,
116 "nsigma": 0,
117 "min_keep": 0,
118 "rep_pen_size": 0
119}