jordiclive
commited on
Commit
•
2602aca
1
Parent(s):
370207a
Update README.md
Browse files
README.md
CHANGED
@@ -57,7 +57,7 @@ This pipeline will run slower and not have some of the tokenization parameters a
|
|
57 |
```python
|
58 |
from transformers import pipeline
|
59 |
|
60 |
-
summarizer = pipeline("summarization", "jordiclive/flan-t5-
|
61 |
|
62 |
raw_document = 'You must be 18 years old to live or work in New York State...'
|
63 |
prompt = "Summarize the following article in 10-20 words:"
|
|
|
57 |
```python
|
58 |
from transformers import pipeline
|
59 |
|
60 |
+
summarizer = pipeline("summarization", "jordiclive/flan-t5-11b-summarizer-filtered", torch_dtype=torch.bfloat16)
|
61 |
|
62 |
raw_document = 'You must be 18 years old to live or work in New York State...'
|
63 |
prompt = "Summarize the following article in 10-20 words:"
|