Qwen
/

Text Generation
GGUF
conversational
File size: 270 Bytes
7827f3b
 
 
 
 
 
 
 
 
 
 
938a743
 
7827f3b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "stop": [
        "<|im_start|>",
        "<|im_end|>"
    ],
    "temperature": 0.6,
    "min_p" : 0.00,
    "repeat_penalty" : 1.0,
    "presence_penalty" : 1.5,
    "top_k" : 20,
    "top_p" : 0.95,
    "num_predict" : 32768,
    "num_ctx": 40960
}