Vicent Ahuir Esteve commited on
Commit
5a1a410
1 Parent(s): bececeb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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