meeting-summarizer / config.json
ASA
Upload config.json with huggingface_hub
9161b54 verified
raw
history blame contribute delete
254 Bytes
{"architectures": ["BartForConditionalGeneration"], "model_type": "bart", "_name_or_path": "facebook/bart-base", "task_specific_params": {"summarization": {"max_length": 128, "min_length": 30, "do_sample": false, "early_stopping": true, "num_beams": 4}}}