racai-andrei commited on
Commit
ca90f32
1 Parent(s): d4703bf

Update README.md

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