File size: 409 Bytes
70023bd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "order": [2, 1, 3, 0],
    "temperature": 0.86,
    "max_length": 60,
    "min_length": 60,
    "top_k": 20,
    "top_p": 0.95,
    "top_a": 1,
    "typical_p": 1,
    "tail_free_sampling": 1,
    "repetition_penalty": 2.25,
    "repetition_penalty_range": 2048,
    "repetition_penalty_slope": 0.09,
    "repetition_penalty_frequency": 0,
    "repetition_penalty_presence": 0,
    "max_context": 2048
}