GreekT5-mt5-small-greeksum / generation_config.json
IMISLab's picture
Upload GreekT5-mt5-small-greeksum files
ca598f5
raw
history blame
397 Bytes
{
"_from_model_config": true,
"decoder_start_token_id": 0,
"eos_token_id": 1,
"pad_token_id": 0,
"task_specific_params": {
"summarization": {
"early_stopping": true,
"length_penalty": 2.0,
"max_length": 128,
"min_length": 20,
"no_repeat_ngram_size": 3,
"num_beams": 4,
"prefix": "summarize: "
}
},
"transformers_version": "4.32.1"
}