Blame Raw
· · · 27 lines (618 B)
0 contributors
1{
2 "max_context": 8000,
3 "temperature": 1,
4 "max_length": 150,
5 "min_length": 1,
6 "top_k": 300,
7 "top_p": 0.98,
8 "top_a": 0.004,
9 "typical_p": 0.96,
10 "tail_free_sampling": 0.96,
11 "repetition_penalty": 1.48,
12 "repetition_penalty_range": 2240,
13 "repetition_penalty_slope": 0.64,
14 "repetition_penalty_frequency": 0,
15 "repetition_penalty_presence": 0,
16 "phrase_rep_pen": "medium",
17 "mirostat_lr": 1,
18 "mirostat_tau": 0,
19 "math1_temp": -0.0485,
20 "math1_quad": 0.145,
21 "math1_quad_entropy_scale": 0,
22 "min_p": 0.02,
23 "order": [
24 9,
25 10
26 ]
27}