Files
Qwen3-4B/params

11 lines
178 B
Plaintext
Raw Permalink Normal View History

{
"stop": [
"<|im_start|>",
"<|im_end|>"
],
"temperature": 0.6,
"min_p" : 0.00,
"repeat_penalty" : 1.0,
"top_k" : 20,
"top_p" : 0.95
}