File size: 525 Bytes
70023bd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "order": [0, 4, 1, 5, 3],
  "temperature": 1.155,
  "max_length": 40,
  "min_length": 1,
  "top_k": 25,
  "top_a": 0.3,
  "top_p": 1,
  "typical_p": 0.96,
  "tail_free_sampling": 0.895,
  "repetition_penalty": 1.0125,
  "repetition_penalty_range": 2048,
  "repetition_penalty_slope": 3.33,
  "repetition_penalty_frequency": 0.011,
  "repetition_penalty_presence": 0.005,
  "use_cache": false,
  "return_full_text": false,
  "prefix": "vanilla",
  "cfg_scale": 1,
  "phrase_rep_pen": "very_light",
  "max_context": 7800
}