lots-o commited on
Commit
5b99a82
1 Parent(s): 3f7912b

Update tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +12 -0
tokenizer_config.json CHANGED
@@ -1,3 +1,15 @@
1
  {
 
 
 
 
 
 
 
 
 
 
 
 
2
  "model_max_length": 512
3
  }
 
1
  {
2
+ "clean_up_tokenization_spaces": true,
3
+ "cls_token": "[CLS]",
4
+ "do_basic_tokenize": true,
5
+ "do_lower_case": false,
6
+ "mask_token": "[MASK]",
7
+ "never_split": null,
8
+ "pad_token": "[PAD]",
9
+ "sep_token": "[SEP]",
10
+ "strip_accents": false,
11
+ "tokenize_chinese_chars": true,
12
+ "tokenizer_class": "BertTokenizer",
13
+ "unk_token": "[UNK]"
14
  "model_max_length": 512
15
  }