Spaces:
Build error
Build error
Update config.py
Browse files
config.py
CHANGED
@@ -6,7 +6,7 @@ config = {
|
|
6 |
'model_path_retrieval': './library_retriever/retrieval_distillbert',
|
7 |
'model_path_generative': './pattern_generator',
|
8 |
'model_path_classifier': './configuration_classifier',
|
9 |
-
'classifier_head_path': '
|
10 |
|
11 |
# db path
|
12 |
'db_metadata_path': 'lib_to_features.csv',
|
|
|
6 |
'model_path_retrieval': './library_retriever/retrieval_distillbert',
|
7 |
'model_path_generative': './pattern_generator',
|
8 |
'model_path_classifier': './configuration_classifier',
|
9 |
+
'classifier_head_path': '/configuration_classifier/classifier_head_rf_11nov.pkl',
|
10 |
|
11 |
# db path
|
12 |
'db_metadata_path': 'lib_to_features.csv',
|