czuk commited on
Commit
79ffaeb
1 Parent(s): c12fd8b

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -1
config.json CHANGED
@@ -50,5 +50,10 @@
50
  "transformers_version": "4.41.0",
51
  "type_vocab_size": 1,
52
  "use_cache": true,
53
- "vocab_size": 250002
 
 
 
 
 
54
  }
 
50
  "transformers_version": "4.41.0",
51
  "type_vocab_size": 1,
52
  "use_cache": true,
53
+ "vocab_size": 250002,
54
+ "task_specific_params": {
55
+ "token-classification": {
56
+ "aggregation_strategy": "simple"
57
+ }
58
+ }
59
  }