Upload tokenizer_config.json

This commit is contained in:
Seethal Elias 2022-04-13 18:49:43 +00:00 committed by huggingface-web
parent 655bdc6bb7
commit d7fd482af9
1 changed files with 1 additions and 0 deletions

1
tokenizer_config.json Normal file
View File

@ -0,0 +1 @@
{"do_lower_case": true, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "distilbert-base-uncased", "tokenizer_class": "DistilBertTokenizer"}