CoolFace
Modelpublic

alexgshaw/hyperpartisan-classifier

sourceHugging Faceapache-2.0updated 4y agoView on Hugging Face
0likes8downloads
tokenizer_config.json14 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  "pad_token": "[PAD]",7  "sep_token": "[SEP]",8  "special_tokens_map_file": null,9  "strip_accents": null,10  "tokenize_chinese_chars": true,11  "tokenizer_class": "DistilBertTokenizer",12  "unk_token": "[UNK]"13}14