Qwen3.8-27B-OBLITERATED / generation_config.json
pliny-the-prompter's picture
Fix: remove pad token from eos_token_id list (caused early stopping)
5350c98 verified
Raw
History Blame Contribute Delete
165 Bytes
{
"bos_token_id": 248044,
"do_sample": true,
"eos_token_id": [
248046
],
"pad_token_id": 248044,
"temperature": 1.0,
"top_k": 20,
"top_p": 0.95
}