vblagoje commited on
Commit
d9329bd
·
1 Parent(s): aadb704

Update preprocessor_config.json

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +2 -1
preprocessor_config.json CHANGED
@@ -3,5 +3,6 @@
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
  }
 
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
  }