File size: 185 Bytes
b440a30
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
{
    "num_ctx": 32000,
    "repeat_penalty": 1.3,
    "stop": [
        "<|im_end|>",
        "<|endoftext|>"
    ],
    "temperature": 1,
    "top_k": 20,
    "top_p": 0.8
}