SmolLM-135M-Instruct / generation_config.json
loubnabnl's picture
loubnabnl HF staff
add max_new_tokens to generation_config (#9)
1b3c600 verified
raw
history blame
156 Bytes
{
"_from_model_config": true,
"bos_token_id": 1,
"eos_token_id": 2,
"pad_token_id": 2,
"transformers_version": "4.42.3"
"max_new_tokens": 40,
}