coding-gen/binary_text_classification_model
09
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 