CoolFace
Modelpublic

Abstractly/pegasus-finetuned-abstractive-summarization

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes5downloads
generation_config.json14 linesDownload Raw Back to root
1{2  "_from_model_config": true,3  "bos_token_id": 0,4  "decoder_start_token_id": 0,5  "eos_token_id": 1,6  "forced_eos_token_id": 1,7  "length_penalty": 0.8,8  "max_length": 128,9  "min_length": 32,10  "num_beams": 8,11  "pad_token_id": 0,12  "transformers_version": "4.46.3"13}14