| 1 | { |
| 2 | "max_context": 8000, |
| 3 | "temperature": 1, |
| 4 | "max_length": 150, |
| 5 | "min_length": 1, |
| 6 | "top_k": 0, |
| 7 | "top_p": 0.995, |
| 8 | "top_a": 1, |
| 9 | "typical_p": 1, |
| 10 | "tail_free_sampling": 0.87, |
| 11 | "repetition_penalty": 1.5, |
| 12 | "repetition_penalty_range": 2240, |
| 13 | "repetition_penalty_slope": 1, |
| 14 | "repetition_penalty_frequency": 0, |
| 15 | "repetition_penalty_presence": 0, |
| 16 | "phrase_rep_pen": "light", |
| 17 | "mirostat_lr": 1, |
| 18 | "mirostat_tau": 0, |
| 19 | "math1_temp": 0.3, |
| 20 | "math1_quad": 0.19, |
| 21 | "math1_quad_entropy_scale": 0, |
| 22 | "min_p": 0, |
| 23 | "order": [ |
| 24 | 9, |
| 25 | 2 |
| 26 | ] |
| 27 | } |