mrfransis commited on
Commit
7bc29d8
·
1 Parent(s): 99a1367

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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="facebook/bart-large-cnn")
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.