Qwen3-VL-4B-Instruct-GPTQ-Int4 / post_config.json
wli1995's picture
update project structure
49e8c2a verified
raw
history blame contribute delete
279 Bytes
{
"enable_temperature" : false,
"temperature" : 0.9,
"enable_repetition_penalty" : false,
"repetition_penalty" : 1.2,
"penalty_window" : 20,
"enable_top_p_sampling" : false,
"top_p" : 0.8,
"enable_top_k_sampling" : false,
"top_k" : 10
}