| { |
| "_name_or_path": "distilbert-base-uncased", |
| "activation": "gelu", |
| "architectures": [ |
| "DistilBertForSequenceClassification" |
| ], |
| "attention_dropout": 0.1, |
| "dim": 768, |
| "dropout": 0.1, |
| "hidden_dim": 3072, |
| "id2label": { |
| "0": "Games", |
| "1": "Sports", |
| "2": "News", |
| "3": "Travel", |
| "4": "E-Commerce", |
| "5": "Adult", |
| "6": "Business/Corporate", |
| "7": "Education", |
| "8": "Forums", |
| "9": "Law and Government", |
| "10": "Photography", |
| "11": "Computers and Technology", |
| "12": "Social Networking and Messaging", |
| "13": "Streaming Services", |
| "14": "Food", |
| "15": "Health and Fitness" |
| }, |
| "initializer_range": 0.02, |
| "label2id": { |
| "Adult": 5, |
| "Business/Corporate": 6, |
| "Computers and Technology": 11, |
| "E-Commerce": 4, |
| "Education": 7, |
| "Food": 14, |
| "Forums": 8, |
| "Games": 0, |
| "Health and Fitness": 15, |
| "Law and Government": 9, |
| "News": 2, |
| "Photography": 10, |
| "Social Networking and Messaging": 12, |
| "Sports": 1, |
| "Streaming Services": 13, |
| "Travel": 3 |
| }, |
| "max_position_embeddings": 512, |
| "model_type": "distilbert", |
| "n_heads": 12, |
| "n_layers": 6, |
| "pad_token_id": 0, |
| "problem_type": "single_label_classification", |
| "qa_dropout": 0.1, |
| "seq_classif_dropout": 0.2, |
| "sinusoidal_pos_embds": false, |
| "tie_weights_": true, |
| "torch_dtype": "float32", |
| "transformers_version": "4.32.1", |
| "vocab_size": 30522 |
| } |
|
|