Update preprocessor_config.json
Browse files- preprocessor_config.json +1 -1
preprocessor_config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"cpnet_vocab_path": "concept.txt",
|
3 |
"pattern_path": "matcher_patterns.json",
|
4 |
-
"pruned_graph_path": "
|
5 |
"score_model": "roberta-large",
|
6 |
"feature_extractor_type": "GreaseLMFeatureExtractor",
|
7 |
"max_node_num": 200
|
|
|
1 |
{
|
2 |
"cpnet_vocab_path": "concept.txt",
|
3 |
"pattern_path": "matcher_patterns.json",
|
4 |
+
"pruned_graph_path": "conceptnet_en_pruned.pickle.gz",
|
5 |
"score_model": "roberta-large",
|
6 |
"feature_extractor_type": "GreaseLMFeatureExtractor",
|
7 |
"max_node_num": 200
|