JungleLee commited on
Commit
35be63f
1 Parent(s): fdc83bd

Update tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +1 -1
tokenizer_config.json CHANGED
@@ -1 +1 @@
1
- {"do_lower_case": true, "special_tokens_map_file": null, "full_tokenizer_file": null, "model_max_length": 256}
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "model_max_length": 256, "do_lower_case": true}