Spaces:
Build error
Build error
Update config.py
Browse files
config.py
CHANGED
@@ -9,8 +9,8 @@ config = {
|
|
9 |
'classifier_head_path': './configuration_classifier/classifier_head_rf_11nov.pkl',
|
10 |
|
11 |
# db path
|
12 |
-
'db_metadata_path': '
|
13 |
-
'db_constructor_path': '
|
14 |
|
15 |
# retrieval_model_setting
|
16 |
'max_k': 10,
|
|
|
9 |
'classifier_head_path': './configuration_classifier/classifier_head_rf_11nov.pkl',
|
10 |
|
11 |
# db path
|
12 |
+
'db_metadata_path': 'lib_to_features.csv',
|
13 |
+
'db_constructor_path': 'lib_to_constructor.csv',
|
14 |
|
15 |
# retrieval_model_setting
|
16 |
'max_k': 10,
|