| ## Bart for Cause-Effect Extraction | |
| This model was created using Taskload's service for automating information extraction. This service is currently in closed Beta. | |
| ```python | |
| cause_effect = pipeline("summarization", model="taskload/bart-cause-effect") | |
| output = cause_effect("text: "+event, max_length=300, min_length=30, do_sample=False) | |
| ``` |