Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
## Bart for Cause-Effect Extraction
|
2 |
-
This model was created using Taskload
|
3 |
|
4 |
```python
|
5 |
cause_effect = pipeline("summarization", model="taskload/bart-cause-effect")
|
|
|
1 |
## Bart for Cause-Effect Extraction
|
2 |
+
This model was created using by Taskload, a group led by Henry Leonardi for automating information extraction. To get involved contact me at leonardi.[email protected]
|
3 |
|
4 |
```python
|
5 |
cause_effect = pipeline("summarization", model="taskload/bart-cause-effect")
|