Blame Raw
· · · 22 lines (499 B)
0 contributors
1{
2 "order": [0, 1, 2, 3],
3 "temperature": 1,
4 "max_length": 150,
5 "min_length": 1,
6 "top_k": 25,
7 "top_p": 1,
8 "tail_free_sampling": 0.925,
9 "repetition_penalty": 1.6,
10 "repetition_penalty_frequency": 0.001,
11 "repetition_penalty_range": 0,
12 "repetition_penalty_presence": 0,
13 "use_cache": false,
14 "return_full_text": false,
15 "prefix": "vanilla",
16 "phrase_rep_pen": "medium",
17 "max_context": 7800,
18 "min_p": 0,
19 "math1_temp": 1,
20 "math1_quad": 0,
21 "math1_quad_entropy_scale": 0
22}