| { |
| "activation": "gelu", |
| "architectures": [ |
| "DistilBertForSequenceClassification" |
| ], |
| "attention_dropout": 0.1, |
| "dim": 768, |
| "dropout": 0.1, |
| "hidden_dim": 3072, |
|
|
| "id2label": { |
| "0": "Attractions", |
| "1": "Automotive", |
| "2": "Books And Literature", |
| "3": "Business And Finance", |
| "4": "Careers", |
| "5": "Education", |
| "6": "Entertainment", |
| "7": "Events", |
| "8": "Family And Relationships", |
| "9": "Fine Art", |
| "10": "Food & Drink", |
| "11": "Healthy Living", |
| "12": "Hobbies & Interests", |
| "13": "Holidays", |
| "14": "Home & Garden", |
| "15": "Law", |
| "16": "Medical Health", |
| "17": "Personal Celebrations & Life Events", |
| "18": "Personal Finance", |
| "19": "Pets", |
| "20": "Politics", |
| "21": "Pop Culture", |
| "22": "Real Estate", |
| "23": "Religion & Spirituality", |
| "24": "Science", |
| "25": "Shopping", |
| "26": "Sports", |
| "27": "Style & Fashion", |
| "28": "Technology & Computing", |
| "29": "Travel", |
| "30": "Video Gaming", |
| "31": "Weather" |
| }, |
|
|
| "initializer_range": 0.02, |
|
|
| "label2id": { |
| "Attractions": 0, |
| "Automotive": 1, |
| "Books And Literature": 2, |
| "Business And Finance": 3, |
| "Careers": 4, |
| "Education": 5, |
| "Entertainment": 6, |
| "Events": 7, |
| "Family And Relationships": 8, |
| "Fine Art": 9, |
| "Food & Drink": 10, |
| "Healthy Living": 11, |
| "Hobbies & Interests": 12, |
| "Holidays": 13, |
| "Home & Garden": 14, |
| "Law": 15, |
| "Medical Health": 16, |
| "Personal Celebrations & Life Events": 17, |
| "Personal Finance": 18, |
| "Pets": 19, |
| "Politics": 20, |
| "Pop Culture": 21, |
| "Real Estate": 22, |
| "Religion & Spirituality": 23, |
| "Science": 24, |
| "Shopping": 25, |
| "Sports": 26, |
| "Style & Fashion": 27, |
| "Technology & Computing": 28, |
| "Travel": 29, |
| "Video Gaming": 30, |
| "Weather": 31 |
| }, |
|
|
| "max_position_embeddings": 512, |
| "model_type": "distilbert", |
| "n_heads": 12, |
| "n_layers": 6, |
| "pad_token_id": 0, |
| "problem_type": "multi_label_classification", |
| "qa_dropout": 0.1, |
| "seq_classif_dropout": 0.2, |
| "sinusoidal_pos_embds": false, |
| "tie_weights_": true, |
| "torch_dtype": "float32", |
| "transformers_version": "4.51.3", |
| "vocab_size": 30522 |
| } |
|
|