Qwen3-VL-2B-Instruct-axmodel / post_config.json
LittleMouse
Upload File
af04edb
raw
history blame contribute delete
276 Bytes
{
"enable_temperature" : true,
"temperature" : 0.2,
"enable_repetition_penalty" : false,
"repetition_penalty" : 1,
"penalty_window" : 30,
"enable_top_p_sampling" : false,
"top_p" : 0.8,
"enable_top_k_sampling" : true,
"top_k" : 10
}