CoolFace
Modelpublic

coding-gen/binary_text_classification_model

sourceHugging Faceupdated 4y agoView on Hugging Face
0likes9downloads
tokenizer_config.json15 linesDownload Raw Back to root
1{2  "cls_token": "[CLS]",3  "do_lower_case": true,4  "mask_token": "[MASK]",5  "model_max_length": 512,6  "name_or_path": "distilbert-base-uncased",7  "pad_token": "[PAD]",8  "sep_token": "[SEP]",9  "special_tokens_map_file": null,10  "strip_accents": null,11  "tokenize_chinese_chars": true,12  "tokenizer_class": "DistilBertTokenizer",13  "unk_token": "[UNK]"14}15