greaselm-csqa / preprocessor_config.json
vblagoje's picture
Revert score model back to roberta-large until obqa accuracy degradation is resolved
bde4d03
raw
history blame
242 Bytes
{
"cpnet_vocab_path": "concept.txt",
"pattern_path": "matcher_patterns.json",
"pruned_graph_path": "conceptnet.en.pruned.graph",
"score_model": "roberta-large",
"feature_extractor_type": "GreaseLMFeatureExtractor",
"max_node_num": 200
}