Use distilroberta-base as the scoring model
Browse files- preprocessor_config.json +1 -1
preprocessor_config.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
"cpnet_vocab_path": "concept.txt",
|
3 |
"pattern_path": "matcher_patterns.json",
|
4 |
"pruned_graph_path": "conceptnet_en_pruned.pickle.gz",
|
5 |
-
"score_model": "
|
6 |
"feature_extractor_type": "GreaseLMFeatureExtractor",
|
7 |
"max_node_num": 200
|
8 |
}
|
|
|
2 |
"cpnet_vocab_path": "concept.txt",
|
3 |
"pattern_path": "matcher_patterns.json",
|
4 |
"pruned_graph_path": "conceptnet_en_pruned.pickle.gz",
|
5 |
+
"score_model": "distilroberta-base",
|
6 |
"feature_extractor_type": "GreaseLMFeatureExtractor",
|
7 |
"max_node_num": 200
|
8 |
}
|