davidefiocco commited on
Commit
66926c3
1 Parent(s): 76d8968

Update test_answers.py

Browse files
Files changed (1) hide show
  1. test_answers.py +2 -2
test_answers.py CHANGED
@@ -6,8 +6,8 @@ from utils import get_answer, get_context
6
 
7
  nlp_qa = pipeline(
8
  "question-answering",
9
- model="mrm8488/bert-italian-finedtuned-squadv1-it-alfa",
10
- tokenizer="mrm8488/bert-italian-finedtuned-squadv1-it-alfa",
11
  )
12
 
13
  context = get_context()
 
6
 
7
  nlp_qa = pipeline(
8
  "question-answering",
9
+ model="timpal0l/mdeberta-v3-base-squad2",
10
+ tokenizer="timpal0l/mdeberta-v3-base-squad2",
11
  )
12
 
13
  context = get_context()