sujayrittikar commited on
Commit
56d2117
·
verified ·
1 Parent(s): e7ed83f

Upload tokenizer

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +1 -0
tokenizer_config.json CHANGED
@@ -45,6 +45,7 @@
45
  "clean_up_tokenization_spaces": false,
46
  "cls_token": "<s>",
47
  "eos_token": "</s>",
 
48
  "mask_token": "<mask>",
49
  "max_length": 10,
50
  "model_max_length": 512,
 
45
  "clean_up_tokenization_spaces": false,
46
  "cls_token": "<s>",
47
  "eos_token": "</s>",
48
+ "extra_special_tokens": {},
49
  "mask_token": "<mask>",
50
  "max_length": 10,
51
  "model_max_length": 512,