t5-small-mlsum-fr / generation_config.json
xavierbarbier's picture
Upload SummarizationPipeline
d78d88d verified
raw
history blame contribute delete
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.43.4"
}