Update README.md
Browse files
README.md
CHANGED
@@ -17,7 +17,7 @@ This model is for English extractive question answering. It is based on the [ber
|
|
17 |
|
18 |
# How to use
|
19 |
|
20 |
-
You can use it directly
|
21 |
|
22 |
``` python
|
23 |
>>> from transformers.pipelines import pipeline
|
|
|
17 |
|
18 |
# How to use
|
19 |
|
20 |
+
You can use it directly from the [🤗 Transformers](https://github.com/huggingface/transformers) library with a pipeline:
|
21 |
|
22 |
``` python
|
23 |
>>> from transformers.pipelines import pipeline
|