hf-tiny-model-private/tiny-random-MobileBertModel
010
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 