qwen3.8-9b-coder / generation_config.json
nullsumlabs's picture
Add Qwen3.8-9B-Coder GGUF (Q4_K_M) and BF16 mmproj for LM Studio
6dbba22 verified
Raw
History Blame Contribute Delete
178 Bytes
{
"do_sample": true,
"temperature": 0.7,
"top_k": 20,
"top_p": 0.8,
"repetition_penalty": 1.05,
"eos_token_id": [248046, 248044],
"pad_token_id": 248044
}