sujayrittikar commited on
Commit
c47e33c
·
verified ·
1 Parent(s): 7d52852

Upload tokenizer

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +1 -0
tokenizer_config.json CHANGED
@@ -44,6 +44,7 @@
44
  "clean_up_tokenization_spaces": false,
45
  "cls_token": "[CLS]",
46
  "do_lower_case": true,
 
47
  "mask_token": "[MASK]",
48
  "max_length": 10,
49
  "model_max_length": 512,
 
44
  "clean_up_tokenization_spaces": false,
45
  "cls_token": "[CLS]",
46
  "do_lower_case": true,
47
+ "extra_special_tokens": {},
48
  "mask_token": "[MASK]",
49
  "max_length": 10,
50
  "model_max_length": 512,