File size: 2,314 Bytes
775fb14
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "_name_or_path": "distilbert-base-uncased",
  "activation": "gelu",
  "architectures": [
    "DistilBertForSequenceClassification"
  ],
  "attention_dropout": 0.1,
  "dim": 768,
  "dropout": 0.1,
  "hidden_dim": 3072,
  "id2label": {
    "0": "genre",
    "1": "related",
    "2": "PII",
    "3": "request",
    "4": "offer",
    "5": "aid_related",
    "6": "medical_help",
    "7": "medical_products",
    "8": "search_and_rescue",
    "9": "security",
    "10": "military",
    "11": "child_alone",
    "12": "water",
    "13": "food",
    "14": "shelter",
    "15": "clothing",
    "16": "money",
    "17": "missing_people",
    "18": "refugees",
    "19": "death",
    "20": "other_aid",
    "21": "infrastructure_related",
    "22": "transport",
    "23": "buildings",
    "24": "electricity",
    "25": "tools",
    "26": "hospitals",
    "27": "shops",
    "28": "aid_centers",
    "29": "other_infrastructure",
    "30": "weather_related",
    "31": "floods",
    "32": "storm",
    "33": "fire",
    "34": "earthquake",
    "35": "cold",
    "36": "other_weather",
    "37": "direct_report"
  },
  "initializer_range": 0.02,
  "label2id": {
    "PII": 2,
    "aid_centers": 28,
    "aid_related": 5,
    "buildings": 23,
    "child_alone": 11,
    "clothing": 15,
    "cold": 35,
    "death": 19,
    "direct_report": 37,
    "earthquake": 34,
    "electricity": 24,
    "fire": 33,
    "floods": 31,
    "food": 13,
    "genre": 0,
    "hospitals": 26,
    "infrastructure_related": 21,
    "medical_help": 6,
    "medical_products": 7,
    "military": 10,
    "missing_people": 17,
    "money": 16,
    "offer": 4,
    "other_aid": 20,
    "other_infrastructure": 29,
    "other_weather": 36,
    "refugees": 18,
    "related": 1,
    "request": 3,
    "search_and_rescue": 8,
    "security": 9,
    "shelter": 14,
    "shops": 27,
    "storm": 32,
    "tools": 25,
    "transport": 22,
    "water": 12,
    "weather_related": 30
  },
  "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.40.2",
  "vocab_size": 30522
}