Blame Raw
· · · 27 lines (603 B)
0 contributors
1{
2 "max_context": 8000,
3 "temperature": 1,
4 "max_length": 150,
5 "min_length": 1,
6 "top_k": 0,
7 "top_p": 0.99,
8 "top_a": 1,
9 "typical_p": 1,
10 "tail_free_sampling": 0.99,
11 "repetition_penalty": 1,
12 "repetition_penalty_range": 64,
13 "repetition_penalty_slope": 1,
14 "repetition_penalty_frequency": 0.75,
15 "repetition_penalty_presence": 1.5,
16 "phrase_rep_pen": "medium",
17 "mirostat_lr": 1,
18 "mirostat_tau": 1,
19 "math1_temp": -0.4,
20 "math1_quad": 0.6,
21 "math1_quad_entropy_scale": -0.1,
22 "min_p": 0.08,
23 "order": [
24 9,
25 2
26 ]
27}