Create generation_config.json
Copied from Qwen/Qwen3.5-35B-A3B
This commit is contained in:
parent
c202236235
commit
396374a8c9
13
generation_config.json
Normal file
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"
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user