CoolFace
Modelpublic

nouman-10/task2B-preprocessed

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes4downloads
tokenizer_config.json22 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": false,6  "mask_token": "[MASK]",7  "max_len": 512,8  "model_max_length": 512,9  "never_split": [10    "[بريد]",11    "[مستخدم]",12    "[رابط]"13  ],14  "pad_token": "[PAD]",15  "sep_token": "[SEP]",16  "strip_accents": null,17  "tokenize_chinese_chars": true,18  "tokenizer_class": "BertTokenizer",19  "unk_token": "[UNK]",20  "use_fast": true21}22