zhufy commited on
Commit
794ed68
1 Parent(s): 9d81d46

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 with the [🤗/transformers](https://github.com/huggingface/transformers) library with a pipeline:
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