Update README.md
Browse files
README.md
CHANGED
@@ -21,8 +21,6 @@ The model outputs the answer to the question, the start and end positions of the
|
|
21 |
|
22 |
### How to use
|
23 |
|
24 |
-
The model can be used directly with a *question-answering* pipeline:
|
25 |
-
|
26 |
```python
|
27 |
from transformers import AutoModelForQuestionAnswering, AutoTokenizer, pipeline
|
28 |
|
|
|
21 |
|
22 |
### How to use
|
23 |
|
|
|
|
|
24 |
```python
|
25 |
from transformers import AutoModelForQuestionAnswering, AutoTokenizer, pipeline
|
26 |
|