alexgshaw/hyperpartisan-classifier
08
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 