adapter_test / generation_config.json
yongsun-shim's picture
Upload T5ForConditionalGeneration
68bc0aa
raw
history blame
No virus
281 Bytes
{
"_from_model_config": true,
"decoder_start_token_id": 0,
"early_stopping": true,
"eos_token_id": 1,
"length_penalty": 2.0,
"max_length": 200,
"min_length": 30,
"no_repeat_ngram_size": 3,
"num_beams": 4,
"pad_token_id": 0,
"transformers_version": "4.26.1"
}