File size: 2,608 Bytes
02ef2f8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
  "_name_or_path": "distilbert-base-multilingual-cased",
  "activation": "gelu",
  "architectures": [
    "DistilBertForSequenceClassification"
  ],
  "attention_dropout": 0.1,
  "dim": 768,
  "dropout": 0.1,
  "hidden_dim": 3072,
  "id2label": {
    "0": "Pornography",
    "1": "Erotica",
    "2": "Adult Content",
    "3": "Crime",
    "4": "Sexual Assault",
    "5": "Violent Crime",
    "6": "Terrorist Attacks",
    "7": "Counterterrorism",
    "8": "Smoking",
    "9": "Vaping",
    "10": "Tobacco Use",
    "11": "Military Conflict",
    "12": "War",
    "13": "International Relations",
    "14": "Pandemic",
    "15": "Vaccines",
    "16": "Health Guidelines",
    "17": "COVID-19 News",
    "18": "Cybersecurity",
    "19": "Hacking",
    "20": "Malware",
    "21": "Addiction",
    "22": "Substance Abuse",
    "23": "Rehabilitation",
    "24": "Hate Speech",
    "25": "Offensive Language",
    "26": "Discrimination",
    "27": "Racism",
    "28": "Homophobia",
    "29": "Accidents",
    "30": "Disasters",
    "31": "Public Safety",
    "32": "Weapons",
    "33": "Gun Control",
    "34": "Accidents ",
    "35": " Public Safety",
    "36": "Firearms",
    "37": "Weapons "
  },
  "initializer_range": 0.02,
  "label2id": {
    " Public Safety": 35,
    "Accidents": 29,
    "Accidents ": 34,
    "Addiction": 21,
    "Adult Content": 2,
    "COVID-19 News": 17,
    "Counterterrorism": 7,
    "Crime": 3,
    "Cybersecurity": 18,
    "Disasters": 30,
    "Discrimination": 26,
    "Erotica": 1,
    "Firearms": 36,
    "Gun Control": 33,
    "Hacking": 19,
    "Hate Speech": 24,
    "Health Guidelines": 16,
    "Homophobia": 28,
    "International Relations": 13,
    "Malware": 20,
    "Military Conflict": 11,
    "Offensive Language": 25,
    "Pandemic": 14,
    "Pornography": 0,
    "Public Safety": 31,
    "Racism": 27,
    "Rehabilitation": 23,
    "Sexual Assault": 4,
    "Smoking": 8,
    "Substance Abuse": 22,
    "Terrorist Attacks": 6,
    "Tobacco Use": 10,
    "Vaccines": 15,
    "Vaping": 9,
    "Violent Crime": 5,
    "War": 12,
    "Weapons": 32,
    "Weapons ": 37
  },
  "max_position_embeddings": 512,
  "model_type": "distilbert",
  "n_heads": 12,
  "n_layers": 6,
  "output_past": true,
  "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.0",
  "vocab_size": 119547
}