modelt5 / generation_config.json
mcarthuradal's picture
Upload T5ForConditionalGeneration
3800e13 verified
raw
history blame
No virus
145 Bytes
{
"do_sample": true,
"eos_token_id": 1,
"max_new_tokens": 128,
"num_beams": 4,
"pad_token_id": 0,
"transformers_version": "4.38.2"
}