MarcBrun commited on
Commit
e010ae3
1 Parent(s): f492d8a

Update README.md

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