File size: 3,711 Bytes
8fe2740
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
{
  "_name_or_path": "distilbert-base-uncased",
  "activation": "gelu",
  "architectures": [
    "DistilBertForTokenClassification"
  ],
  "attention_dropout": 0.1,
  "dim": 768,
  "dropout": 0.1,
  "hidden_dim": 3072,
  "id2label": {
    "0": "O",
    "1": "B-Archive",
    "2": "B-CelestialObject",
    "3": "B-CelestialObjectRegion",
    "4": "B-CelestialRegion",
    "5": "B-Citation",
    "6": "B-Collaboration",
    "7": "B-ComputingFacility",
    "8": "B-Database",
    "9": "B-Dataset",
    "10": "B-EntityOfFutureInterest",
    "11": "B-Event",
    "12": "B-Fellowship",
    "13": "B-Formula",
    "14": "B-Grant",
    "15": "B-Identifier",
    "16": "B-Instrument",
    "17": "B-Location",
    "18": "B-Mission",
    "19": "B-Model",
    "20": "B-ObservationalTechniques",
    "21": "B-Observatory",
    "22": "B-Organization",
    "23": "B-Person",
    "24": "B-Proposal",
    "25": "B-Software",
    "26": "B-Survey",
    "27": "B-Tag",
    "28": "B-Telescope",
    "29": "B-TextGarbage",
    "30": "B-URL",
    "31": "B-Wavelength",
    "32": "I-Archive",
    "33": "I-CelestialObject",
    "34": "I-CelestialObjectRegion",
    "35": "I-CelestialRegion",
    "36": "I-Citation",
    "37": "I-Collaboration",
    "38": "I-ComputingFacility",
    "39": "I-Database",
    "40": "I-Dataset",
    "41": "I-EntityOfFutureInterest",
    "42": "I-Event",
    "43": "I-Fellowship",
    "44": "I-Formula",
    "45": "I-Grant",
    "46": "I-Identifier",
    "47": "I-Instrument",
    "48": "I-Location",
    "49": "I-Mission",
    "50": "I-Model",
    "51": "I-ObservationalTechniques",
    "52": "I-Observatory",
    "53": "I-Organization",
    "54": "I-Person",
    "55": "I-Proposal",
    "56": "I-Software",
    "57": "I-Survey",
    "58": "I-Tag",
    "59": "I-Telescope",
    "60": "I-TextGarbage",
    "61": "I-URL",
    "62": "I-Wavelength"
  },
  "initializer_range": 0.02,
  "label2id": {
    "B-Archive": 1,
    "B-CelestialObject": 2,
    "B-CelestialObjectRegion": 3,
    "B-CelestialRegion": 4,
    "B-Citation": 5,
    "B-Collaboration": 6,
    "B-ComputingFacility": 7,
    "B-Database": 8,
    "B-Dataset": 9,
    "B-EntityOfFutureInterest": 10,
    "B-Event": 11,
    "B-Fellowship": 12,
    "B-Formula": 13,
    "B-Grant": 14,
    "B-Identifier": 15,
    "B-Instrument": 16,
    "B-Location": 17,
    "B-Mission": 18,
    "B-Model": 19,
    "B-ObservationalTechniques": 20,
    "B-Observatory": 21,
    "B-Organization": 22,
    "B-Person": 23,
    "B-Proposal": 24,
    "B-Software": 25,
    "B-Survey": 26,
    "B-Tag": 27,
    "B-Telescope": 28,
    "B-TextGarbage": 29,
    "B-URL": 30,
    "B-Wavelength": 31,
    "I-Archive": 32,
    "I-CelestialObject": 33,
    "I-CelestialObjectRegion": 34,
    "I-CelestialRegion": 35,
    "I-Citation": 36,
    "I-Collaboration": 37,
    "I-ComputingFacility": 38,
    "I-Database": 39,
    "I-Dataset": 40,
    "I-EntityOfFutureInterest": 41,
    "I-Event": 42,
    "I-Fellowship": 43,
    "I-Formula": 44,
    "I-Grant": 45,
    "I-Identifier": 46,
    "I-Instrument": 47,
    "I-Location": 48,
    "I-Mission": 49,
    "I-Model": 50,
    "I-ObservationalTechniques": 51,
    "I-Observatory": 52,
    "I-Organization": 53,
    "I-Person": 54,
    "I-Proposal": 55,
    "I-Software": 56,
    "I-Survey": 57,
    "I-Tag": 58,
    "I-Telescope": 59,
    "I-TextGarbage": 60,
    "I-URL": 61,
    "I-Wavelength": 62,
    "O": 0
  },
  "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.40.1",
  "vocab_size": 30522
}