math_model / generation_config.json
sohaddad's picture
Add thinking_token_budget=1500 to generation config
bec4dc9 verified
Raw
History Blame
245 Bytes
{
"do_sample": true,
"eos_token_id": [
151645,
151643
],
"pad_token_id": 151645,
"temperature": 0.6,
"top_k": 20,
"top_p": 0.95,
"max_new_tokens": 3500,
"thinking_token_budget": 1500,
"transformers_version": "5.7.0"
}