Kanit commited on
Commit
0e9612f
1 Parent(s): f137248

Upload tokenizer

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +1 -3
tokenizer_config.json CHANGED
@@ -45,11 +45,9 @@
45
  "additional_special_tokens": [],
46
  "clean_up_tokenization_spaces": true,
47
  "cls_token": "[CLS]",
48
- "do_basic_tokenize": true,
49
  "do_lower_case": true,
50
  "mask_token": "[MASK]",
51
- "model_max_length": 1000000000000000019884624838656,
52
- "never_split": null,
53
  "pad_token": "[PAD]",
54
  "sep_token": "[SEP]",
55
  "strip_accents": null,
 
45
  "additional_special_tokens": [],
46
  "clean_up_tokenization_spaces": true,
47
  "cls_token": "[CLS]",
 
48
  "do_lower_case": true,
49
  "mask_token": "[MASK]",
50
+ "model_max_length": 512,
 
51
  "pad_token": "[PAD]",
52
  "sep_token": "[SEP]",
53
  "strip_accents": null,