aletlvl commited on
Commit
82acae0
·
verified ·
1 Parent(s): db6d6d8

tokenizer_config.json updated

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +10 -0
tokenizer_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "nicheformer",
3
+ "tokenizer_class": "NicheformerTokenizer",
4
+ "max_length": 1500,
5
+ "aux_tokens": 30,
6
+ "pad_token": "[PAD]",
7
+ "mask_token": "[MASK]",
8
+ "cls_token": "[CLS]",
9
+ "tokenizer_file": null
10
+ }