Qwen3-VL-4B-Instruct / post_config.json
lihongjie
first commit
7394e58
raw
history blame contribute delete
275 Bytes
{
"enable_temperature" : true,
"temperature" : 0.7,
"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" : 20
}