greaselm-csqa / preprocessor_config.json
vblagoje's picture
Use distilroberta-base as the scoring model
e8b5ff5
raw
history blame contribute delete
251 Bytes
{
"cpnet_vocab_path": "concept.txt",
"pattern_path": "matcher_patterns.json",
"pruned_graph_path": "conceptnet_en_pruned.pickle.gz",
"score_model": "distilroberta-base",
"feature_extractor_type": "GreaseLMFeatureExtractor",
"max_node_num": 200
}