Qwen3.5-9B/generation_config.json
Hung Minh Nguyen 396374a8c9
Create generation_config.json
Copied from Qwen/Qwen3.5-35B-A3B
2026-03-10 18:49:51 +00:00

13 lines
244 B
JSON

{
"bos_token_id": 248044,
"do_sample": true,
"eos_token_id": [
248046,
248044
],
"pad_token_id": 248044,
"temperature": 1.0,
"top_k": 20,
"top_p": 0.95,
"transformers_version": "4.57.0.dev0"
}