Create generation_config.json

Copied from Qwen/Qwen3.5-35B-A3B
This commit is contained in:
Hung Minh Nguyen 2026-03-10 18:49:51 +00:00 committed by system
parent c202236235
commit 396374a8c9
No known key found for this signature in database
GPG Key ID: 6A528E38E0733467

13
generation_config.json Normal file

@ -0,0 +1,13 @@
{
"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"
}