maximuspowers commited on
Commit
90f989d
1 Parent(s): a5408d4

pipeline config

Browse files
Files changed (1) hide show
  1. config.json +3 -1
config.json CHANGED
@@ -40,5 +40,7 @@
40
  "transformers_version": "4.42.4",
41
  "type_vocab_size": 2,
42
  "use_cache": true,
43
- "vocab_size": 30522
 
 
44
  }
 
40
  "transformers_version": "4.42.4",
41
  "type_vocab_size": 2,
42
  "use_cache": true,
43
+ "vocab_size": 30522,
44
+ "pipeline_tag": "token-classification",
45
+ "custom_pipeline": "pipeline.BiasNERPipeline"
46
  }