event-summarizer-tr-mbart / generation_config.json
BubblesTech's picture
Add Event Summary generation_config.json
cc8b86a verified
Raw
History Blame Contribute Delete
269 Bytes
{
"bos_token_id": 0,
"decoder_start_token_id": 2,
"early_stopping": true,
"eos_token_id": [
2
],
"forced_bos_token_id": 250023,
"forced_eos_token_id": 2,
"max_length": 200,
"num_beams": 5,
"pad_token_id": 1,
"transformers_version": "4.57.3"
}