system HF staff commited on
Commit
4ec92ca
1 Parent(s): 8bc4cbc

Update tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +1 -0
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "max_len": 512, "model_type": "bert", "keep_accents": true, "special_tokens_map_file": null, "tokenizer_file": null, "name_or_path": "/content/data_dir"}