karmaUI commited on
Commit
259c38c
·
verified ·
1 Parent(s): c8b5d7c

Upload tokenizer_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +19 -0
tokenizer_config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": true,
3
+ "backend": "tokenizers",
4
+ "bos_token": "[CLS]",
5
+ "cls_token": "[CLS]",
6
+ "do_lower_case": false,
7
+ "eos_token": "[SEP]",
8
+ "extra_special_tokens": {},
9
+ "is_local": false,
10
+ "mask_token": "[MASK]",
11
+ "model_max_length": 1000000000000000019884624838656,
12
+ "pad_token": "[PAD]",
13
+ "sep_token": "[SEP]",
14
+ "split_by_punct": false,
15
+ "tokenizer_class": "XLMRobertaTokenizer",
16
+ "unk_id": 3,
17
+ "unk_token": "[UNK]",
18
+ "vocab_type": "spm"
19
+ }