Spaces:
Runtime error
Runtime error
Jorge Henao
commited on
Commit
•
4d049af
1
Parent(s):
afacec0
fixes again new model
Browse files
config.py
CHANGED
@@ -3,6 +3,6 @@ class Config():
|
|
3 |
es_user = "elastic"
|
4 |
es_password = "Xmir2X1f5twb8OJbpjbiIgXt"
|
5 |
proposals_index = "petrolfo"
|
6 |
-
|
7 |
-
reader_model_name_or_path = "deepset/xlm-roberta-base-squad2"
|
8 |
use_gpu = True
|
|
|
3 |
es_user = "elastic"
|
4 |
es_password = "Xmir2X1f5twb8OJbpjbiIgXt"
|
5 |
proposals_index = "petrolfo"
|
6 |
+
reader_model_name_or_path = "deepset/xlm-roberta-base-squad2-distilled"
|
7 |
+
#reader_model_name_or_path = "deepset/xlm-roberta-base-squad2"
|
8 |
use_gpu = True
|