Qwen3-Omni-30B-A3B-Thinking / generation_config.json
littlebird13's picture
Upload folder using huggingface_hub
2c05443 verified
raw
history blame
113 Bytes
{
"max_new_tokens": 32768,
"repetition_penalty": 1.0,
"temperature": 0.6,
"top_k": 20,
"top_p": 0.95
}