junnyu commited on
Commit
37674cc
•
1 Parent(s): 8c0e82f

Create tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +16 -0
tokenizer_config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_lower_case": true,
3
+ "do_basic_tokenize": true,
4
+ "never_split": null,
5
+ "unk_token": "[UNK]",
6
+ "sep_token": "[SEP]",
7
+ "pad_token": "[PAD]",
8
+ "cls_token": "[CLS]",
9
+ "mask_token": "[MASK]",
10
+ "tokenize_chinese_chars": true,
11
+ "strip_accents": null,
12
+ "special_tokens_map_file": null,
13
+ "tokenizer_file": null,
14
+ "name_or_path": "junnyu/wobert_chinese_plus_base",
15
+ "tokenizer_class": "RoFormerTokenizer"
16
+ }