Qwen3.5-4B-OptiQ-4bit / generation_config.json
codelion's picture
v0.1.0: add Qwen-recommended sampling defaults to generation_config.json so Lab can surface them
04bc150 verified
Raw
History Blame Contribute Delete
148 Bytes
{
"do_sample": true,
"temperature": 0.7,
"top_p": 0.8,
"top_k": 20,
"min_p": 0.0,
"repetition_penalty": 1.0,
"presence_penalty": 1.5
}