antonkurylo
commited on
Commit
•
c55d62f
1
Parent(s):
f0414c1
Update README.md
Browse files
README.md
CHANGED
@@ -48,7 +48,7 @@ More information needed
|
|
48 |
## Usage
|
49 |
```python
|
50 |
from transformers import pipeline
|
51 |
-
summarizer = pipeline("summarization", model="antonkurylo/t5-base-
|
52 |
|
53 |
text = "As the demands of climate change grow, businesses are realizing the imperative of embracing sustainability." \
|
54 |
"Driven by ecological necessity and evolving consumer expectations, this shift necessitates a complete " \
|
|
|
48 |
## Usage
|
49 |
```python
|
50 |
from transformers import pipeline
|
51 |
+
summarizer = pipeline("summarization", model="antonkurylo/t5-base-news_headlines_7")
|
52 |
|
53 |
text = "As the demands of climate change grow, businesses are realizing the imperative of embracing sustainability." \
|
54 |
"Driven by ecological necessity and evolving consumer expectations, this shift necessitates a complete " \
|