Spaces:
Build error
Build error
Update config.py
Browse files
config.py
CHANGED
@@ -7,11 +7,13 @@ config = {
|
|
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',
|
13 |
'db_constructor_path': 'lib_to_constructor.csv',
|
14 |
'db_params_path' : 'lib_to_constructor_w_params_v2.csv',
|
|
|
15 |
|
16 |
# retrieval_model_setting
|
17 |
'max_k': 5,
|
|
|
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 |
|
12 |
# db path
|
13 |
'db_metadata_path': 'lib_to_features.csv',
|
14 |
'db_constructor_path': 'lib_to_constructor.csv',
|
15 |
'db_params_path' : 'lib_to_constructor_w_params_v2.csv',
|
16 |
+
'exclusion_list_path': 'common_words.txt',
|
17 |
|
18 |
# retrieval_model_setting
|
19 |
'max_k': 5,
|