Update README.md
Browse files
README.md
CHANGED
@@ -23,7 +23,7 @@ Here is how to use this model with the [pipeline API](https://huggingface.co/tra
|
|
23 |
```python
|
24 |
from transformers import pipeline
|
25 |
|
26 |
-
summarizer = pipeline("summarization", model="
|
27 |
|
28 |
ARTICLE = """ New York (CNN)When Liana Barrientos was 23 years old, she got married in Westchester County, New York.
|
29 |
A year later, she got married again in Westchester County, but to a different man and without divorcing her first husband.
|
|
|
23 |
```python
|
24 |
from transformers import pipeline
|
25 |
|
26 |
+
summarizer = pipeline("summarization", model="ML-unipi/bart-large-tos")
|
27 |
|
28 |
ARTICLE = """ New York (CNN)When Liana Barrientos was 23 years old, she got married in Westchester County, New York.
|
29 |
A year later, she got married again in Westchester County, but to a different man and without divorcing her first husband.
|