vblagoje commited on
Commit
e8b5ff5
1 Parent(s): 2f729fe

Use distilroberta-base as the scoring model

Browse files
Files changed (1) hide show
  1. 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": "roberta-large",
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
  }