Revert score model back to roberta-large until obqa accuracy degradation is resolved
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.graph",
|
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.graph",
|
5 |
+
"score_model": "roberta-large",
|
6 |
"feature_extractor_type": "GreaseLMFeatureExtractor",
|
7 |
"max_node_num": 200
|
8 |
}
|