CoolFace
Modelpublic

hf-tiny-model-private/tiny-random-MobileBertModel

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes10downloads
tokenizer_config.json17 linesDownload Raw Back to root
1{2  "clean_up_tokenization_spaces": true,3  "cls_token": "[CLS]",4  "do_basic_tokenize": true,5  "do_lower_case": true,6  "mask_token": "[MASK]",7  "model_max_length": 512,8  "never_split": null,9  "pad_token": "[PAD]",10  "sep_token": "[SEP]",11  "special_tokens_map_file": null,12  "strip_accents": null,13  "tokenize_chinese_chars": true,14  "tokenizer_class": "MobileBertTokenizer",15  "unk_token": "[UNK]"16}17