Spaces:
Paused
Paused
davidefiocco
commited on
Commit
•
66926c3
1
Parent(s):
76d8968
Update test_answers.py
Browse files- 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="
|
10 |
-
tokenizer="
|
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()
|