Vicent Ahuir Esteve
commited on
Commit
•
474a784
1
Parent(s):
e55be6c
Update README.md
Browse files
README.md
CHANGED
@@ -27,7 +27,7 @@ The model can be used for text summarization, especially in news articles.
|
|
27 |
|
28 |
# How to use
|
29 |
|
30 |
-
You can use the summarization model with the pipeline API:
|
31 |
|
32 |
```python
|
33 |
from transformers import pipeline
|
|
|
27 |
|
28 |
# How to use
|
29 |
|
30 |
+
You can use the summarization model with the [pipeline API](https://huggingface.co/transformers/main_classes/pipelines.html):
|
31 |
|
32 |
```python
|
33 |
from transformers import pipeline
|