| { | |
| "cls_token": "[CLS]", | |
| "do_basic_tokenize": true, | |
| "do_lower_case": true, | |
| "id2label": { | |
| "0": "games", | |
| "1": "gambling", | |
| "2": "collectibles", | |
| "3": "marketplaces", | |
| "4": "other", | |
| "5": "high-risk", | |
| "6": "exchanges", | |
| "7": "social", | |
| "8": "defi" | |
| }, | |
| "label2id": { | |
| "collectibles": 2, | |
| "defi": 8, | |
| "exchanges": 6, | |
| "gambling": 1, | |
| "games": 0, | |
| "high-risk": 5, | |
| "marketplaces": 3, | |
| "other": 4, | |
| "social": 7 | |
| }, | |
| "mask_token": "[MASK]", | |
| "model_max_length": 512, | |
| "name_or_path": "distilbert-base-uncased", | |
| "never_split": null, | |
| "pad_token": "[PAD]", | |
| "sep_token": "[SEP]", | |
| "special_tokens_map_file": null, | |
| "strip_accents": null, | |
| "tokenize_chinese_chars": true, | |
| "tokenizer_class": "DistilBertTokenizer", | |
| "unk_token": "[UNK]" | |
| } | |