Blame Raw
· · · 31 lines (658 B)
0 contributors
1{
2 "max_context": 8000,
3 "temperature": 1.37,
4 "max_length": 150,
5 "min_length": 1,
6 "top_k": 0,
7 "top_p": 1,
8 "top_a": 0.1,
9 "typical_p": 0.875,
10 "tail_free_sampling": 0.87,
11 "repetition_penalty": 3.25,
12 "repetition_penalty_range": 6000,
13 "repetition_penalty_slope": 3.25,
14 "repetition_penalty_frequency": 0,
15 "repetition_penalty_presence": 0,
16 "phrase_rep_pen": "off",
17 "mirostat_lr": 0.2,
18 "mirostat_tau": 4,
19 "math1_temp": 0.9,
20 "math1_quad": 0.07,
21 "math1_quad_entropy_scale": -0.05,
22 "min_p": 0.035,
23 "order": [
24 0,
25 5,
26 9,
27 10,
28 8,
29 4
30 ]
31}