vblagoje commited on
Commit
bde4d03
1 Parent(s): b5f7e35

Revert score model back to roberta-large until obqa accuracy degradation is resolved

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.graph",
5
- "score_model": "distilroberta-base",
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
  }