File size: 1,793 Bytes
c2e7748
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
  "_name_or_path": "distilbert/distilbert-base-uncased",
  "activation": "gelu",
  "architectures": [
    "DistilBertForSequenceClassification"
  ],
  "attention_dropout": 0.1,
  "dim": 768,
  "dropout": 0.1,
  "hidden_dim": 3072,
  "id2label": {
    "0": "E-Commerce",
    "1": "Business/Corporate",
    "2": "Forums",
    "3": "News",
    "4": "Travel",
    "5": "Photography",
    "6": "Computers and Technology",
    "7": "Games",
    "8": "Food",
    "9": "Law and Government",
    "10": "Sports",
    "11": "Education",
    "12": "Health and Fitness",
    "13": "Social Networking and Messaging",
    "14": "Streaming Services",
    "15": "Politics/Government",
    "16": "Fashion/Beauty",
    "17": "Classical Music",
    "18": "Politics/Law and Government",
    "19": "Places/Locations"
  },
  "initializer_range": 0.02,
  "label2id": {
    "Business/Corporate": 1,
    "Classical Music": 17,
    "Computers and Technology": 6,
    "E-Commerce": 0,
    "Education": 11,
    "Fashion/Beauty": 16,
    "Food": 8,
    "Forums": 2,
    "Games": 7,
    "Health and Fitness": 12,
    "Law and Government": 9,
    "News": 3,
    "Photography": 5,
    "Places/Locations": 19,
    "Politics/Government": 15,
    "Politics/Law and Government": 18,
    "Social Networking and Messaging": 13,
    "Sports": 10,
    "Streaming Services": 14,
    "Travel": 4
  },
  "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.44.2",
  "vocab_size": 30522
}