CoolFace
Modelpublic

fathan/indojave-codemixed-bert-base

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes88downloads
tokenizer_config.json17 linesDownload Raw Back to root
1{2  "cls_token": "[CLS]",3  "do_basic_tokenize": true,4  "do_lower_case": true,5  "mask_token": "[MASK]",6  "model_max_length": 1000000000000000019884624838656,7  "name_or_path": "code_mixed_ijebert_tokenizer",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": "BertTokenizer",15  "unk_token": "[UNK]"16}17