turkish-summarizer-mbart / generation_config.json
BubblesTech's picture
Add generation_config.json
734bafc verified
Raw
History Blame Contribute Delete
289 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,
"min_length": 30,
"num_beams": 4,
"pad_token_id": 1,
"transformers_version": "4.57.3"
}