Spaces:
Paused
Paused
davidefiocco
commited on
Commit
•
84375f1
1
Parent(s):
66926c3
Revert model
Browse files
utils.py
CHANGED
@@ -59,8 +59,8 @@ def load_engine() -> Pipeline:
|
|
59 |
|
60 |
nlp_qa = pipeline(
|
61 |
"question-answering",
|
62 |
-
model="
|
63 |
-
tokenizer="
|
64 |
)
|
65 |
|
66 |
return nlp_qa
|
|
|
59 |
|
60 |
nlp_qa = pipeline(
|
61 |
"question-answering",
|
62 |
+
model="mrm8488/bert-italian-finedtuned-squadv1-it-alfa",
|
63 |
+
tokenizer="mrm8488/bert-italian-finedtuned-squadv1-it-alfa",
|
64 |
)
|
65 |
|
66 |
return nlp_qa
|