math_model / generation_config.json
sohaddad's picture
Fix generation_config: correct pad_token_id, add bos_token_id, remove training-time overrides
3a4ce59 verified
Raw
History Blame
177 Bytes
{
"bos_token_id": 151643,
"do_sample": true,
"eos_token_id": [
151645,
151643
],
"pad_token_id": 151643,
"temperature": 0.6,
"top_k": 20,
"top_p": 0.95
}