File size: 2,468 Bytes
b439d5e
 
 
 
 
 
 
 
 
 
 
070bf6d
b439d5e
 
 
 
 
 
 
a8c8592
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b439d5e
 
 
a8c8592
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
070bf6d
b439d5e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "_name_or_path": "distilbert/distilbert-base-uncased",
  "activation": "gelu",
  "architectures": [
    "DistilBertForTokenClassification"
  ],
  "attention_dropout": 0.1,
  "dim": 768,
  "dropout": 0.1,
  "hidden_dim": 3072,
  "id2label": {
    "0": "O",
    "1": "rescue_volunteering_or_donation_effort",
    "2": "injured_or_dead_people",
    "3": "infrastructure_and_utility_damage",
    "4": "caution_and_advice",
    "5": "displaced_people_and_evacuations",
    "6": "requests_or_urgent_needs",
    "7": "missing_or_found_people",
    "8": "B-Country",
    "9": "I-Country",
    "10": "B-State",
    "11": "I-State",
    "12": "B-City/town",
    "13": "I-City/town",
    "14": "B-Island",
    "15": "I-Island",
    "16": "B-Human-made Point-of-Interest",
    "17": "I-Human-made Point-of-Interest",
    "18": "B-County",
    "19": "I-County",
    "20": "B-Natural Point-of-Interest",
    "21": "I-Natural Point-of-Interest",
    "22": "B-District",
    "23": "I-District",
    "24": "B-Neighborhood",
    "25": "I-Neighborhood",
    "26": "B-Continent",
    "27": "I-Continent",
    "28": "B-Road/street",
    "29": "I-Road/street",
    "30": "B-Other locations",
    "31": "I-Other locations"
  },
  "initializer_range": 0.02,
  "label2id": {
    "B-City/town": 12,
    "B-Continent": 26,
    "B-Country": 8,
    "B-County": 18,
    "B-District": 22,
    "B-Human-made Point-of-Interest": 16,
    "B-Island": 14,
    "B-Natural Point-of-Interest": 20,
    "B-Neighborhood": 24,
    "B-Other locations": 30,
    "B-Road/street": 28,
    "B-State": 10,
    "I-City/town": 13,
    "I-Continent": 27,
    "I-Country": 9,
    "I-County": 19,
    "I-District": 23,
    "I-Human-made Point-of-Interest": 17,
    "I-Island": 15,
    "I-Natural Point-of-Interest": 21,
    "I-Neighborhood": 25,
    "I-Other locations": 31,
    "I-Road/street": 29,
    "I-State": 11,
    "O": 0,
    "caution_and_advice": 4,
    "displaced_people_and_evacuations": 5,
    "infrastructure_and_utility_damage": 3,
    "injured_or_dead_people": 2,
    "missing_or_found_people": 7,
    "requests_or_urgent_needs": 6,
    "rescue_volunteering_or_donation_effort": 1
  },
  "max_position_embeddings": 512,
  "model_type": "distilbert",
  "n_heads": 12,
  "n_layers": 6,
  "pad_token_id": 0,
  "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
}