Update README.md
Browse files
README.md
CHANGED
@@ -17,7 +17,7 @@ This model was obtained by fine-tuning deepset/bert-base-cased-squad2 on Cord19
|
|
17 |
|
18 |
```python
|
19 |
from transformers.pipelines import pipeline
|
20 |
-
model_name = "JAlexis/
|
21 |
nlp = pipeline('question-answering', model=model_name, tokenizer=model_name)
|
22 |
inputs = {
|
23 |
'question': 'How can I protect myself against covid-19?',
|
|
|
17 |
|
18 |
```python
|
19 |
from transformers.pipelines import pipeline
|
20 |
+
model_name = "JAlexis/ajuste_01"
|
21 |
nlp = pipeline('question-answering', model=model_name, tokenizer=model_name)
|
22 |
inputs = {
|
23 |
'question': 'How can I protect myself against covid-19?',
|