FiratIsmailoglu commited on
Commit
bed5f0d
·
verified ·
1 Parent(s): cdf19ec

Upload tokenizer_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +11 -0
tokenizer_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "tokenizer_class": "BigBirdTokenizerFast",
3
+ "model_max_length": 4096,
4
+ "unk_token": "[UNK]",
5
+ "pad_token": "[PAD]",
6
+ "bos_token": "[CLS]",
7
+ "eos_token": "[SEP]",
8
+ "mask_token": "[MASK]",
9
+ "cls_token": "[CLS]",
10
+ "sep_token": "[SEP]"
11
+ }