Commit
·
ca90f32
1
Parent(s):
d4703bf
Update README.md
Browse files
README.md
CHANGED
@@ -23,7 +23,7 @@ Then you can use the model with the following code sample:
|
|
23 |
```python
|
24 |
from bert import QA
|
25 |
|
26 |
-
model = QA("
|
27 |
|
28 |
context = "Reacțiile adverse frecvente la tratamentul cu paxlovid sunt diaree, vărsături, mioartralgii, astenie fizică, erupții, inclusiv sindrom Stevens-Johnson."
|
29 |
question = "La ce reacții adverse să mă aștept dacă iau paxlovid?"
|
|
|
23 |
```python
|
24 |
from bert import QA
|
25 |
|
26 |
+
model = QA("racai/e4a-covid-question-answering")
|
27 |
|
28 |
context = "Reacțiile adverse frecvente la tratamentul cu paxlovid sunt diaree, vărsături, mioartralgii, astenie fizică, erupții, inclusiv sindrom Stevens-Johnson."
|
29 |
question = "La ce reacții adverse să mă aștept dacă iau paxlovid?"
|