lysandre HF staff commited on
Commit
9d38ffc
·
verified ·
1 Parent(s): 24f2454

Updates incorrect tokenizer configuration file (#1)

Browse files

- Adds tokenizer_config.json file (b823b64a9cba7ea4b9872a62b4f8c048b779acd5)

Files changed (1) hide show
  1. tokenizer_config.json +1 -1
tokenizer_config.json CHANGED
@@ -1 +1 @@
1
- {"do_lower_case": true, "do_basic_tokenize": true, "never_split": null, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "special_tokens_map_file": null, "name_or_path": "bert-base-uncased", "tokenizer_class": "RealmTokenizer"}
 
1
+ {"do_lower_case": true, "do_basic_tokenize": true, "never_split": null, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "special_tokens_map_file": null, "name_or_path": "bert-base-uncased", "tokenizer_class": "RealmTokenizer", "model_max_length": 512}