File size: 5,479 Bytes
1aae9c7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
{
  "_name_or_path": "Dogebooch/Expanding_bio_ner_all",
  "activation": "gelu",
  "architectures": [
    "DistilBertForTokenClassification"
  ],
  "attention_dropout": 0.1,
  "dim": 768,
  "dropout": 0.1,
  "hidden_dim": 3072,
  "id2label": {
    "0": "o",
    "1": "b-disease",
    "2": "i-disease",
    "3": "b-dna",
    "4": "i-dna",
    "5": "b-protein",
    "6": "i-protein",
    "7": "b-cell_type",
    "8": "i-cell_type",
    "9": "b-cell_line",
    "10": "i-cell_line",
    "11": "b-rna",
    "12": "i-rna",
    "13": "b-chemical",
    "14": "i-chemical",
    "15": "b-gene",
    "16": "i-gene",
    "17": "b-activity",
    "18": "b-administration",
    "19": "b-age",
    "20": "b-area",
    "21": "b-biological_attribute",
    "22": "b-biological_structure",
    "23": "b-clinical_event",
    "24": "b-color",
    "25": "b-coreference",
    "26": "b-date",
    "27": "b-detailed_description",
    "28": "b-diagnostic_procedure",
    "29": "b-disease_disorder",
    "30": "b-distance",
    "31": "b-dosage",
    "32": "b-duration",
    "33": "b-family_history",
    "34": "b-frequency",
    "35": "b-height",
    "36": "b-history",
    "37": "b-lab_value",
    "38": "b-mass",
    "39": "b-medication",
    "40": "b-nonbiological_location",
    "41": "b-occupation",
    "42": "b-other_entity",
    "43": "b-other_event",
    "44": "b-outcome",
    "45": "b-personal_background",
    "46": "b-qualitative_concept",
    "47": "b-quantitative_concept",
    "48": "b-severity",
    "49": "b-sex",
    "50": "b-shape",
    "51": "b-sign_symptom",
    "52": "b-subject",
    "53": "b-texture",
    "54": "b-therapeutic_procedure",
    "55": "b-time",
    "56": "b-volume",
    "57": "b-weight",
    "58": "i-activity",
    "59": "i-administration",
    "60": "i-age",
    "61": "i-area",
    "62": "i-biological_attribute",
    "63": "i-biological_structure",
    "64": "i-clinical_event",
    "65": "i-color",
    "66": "i-coreference",
    "67": "i-date",
    "68": "i-detailed_description",
    "69": "i-diagnostic_procedure",
    "70": "i-disease_disorder",
    "71": "i-distance",
    "72": "i-dosage",
    "73": "i-duration",
    "74": "i-family_history",
    "75": "i-frequency",
    "76": "i-height",
    "77": "i-history",
    "78": "i-lab_value",
    "79": "i-mass",
    "80": "i-medication",
    "81": "i-nonbiological_location",
    "82": "i-occupation",
    "83": "i-other_entity",
    "84": "i-other_event",
    "85": "i-outcome",
    "86": "i-personal_background",
    "87": "i-qualitative_concept",
    "88": "i-quantitative_concept",
    "89": "i-severity",
    "90": "i-shape",
    "91": "i-sign_symptom",
    "92": "i-subject",
    "93": "i-texture",
    "94": "i-therapeutic_procedure",
    "95": "i-time",
    "96": "i-volume",
    "97": "i-weight"
  },
  "initializer_range": 0.02,
  "label2id": {
    "b-activity": 17,
    "b-administration": 18,
    "b-age": 19,
    "b-area": 20,
    "b-biological_attribute": 21,
    "b-biological_structure": 22,
    "b-cell_line": 9,
    "b-cell_type": 7,
    "b-chemical": 13,
    "b-clinical_event": 23,
    "b-color": 24,
    "b-coreference": 25,
    "b-date": 26,
    "b-detailed_description": 27,
    "b-diagnostic_procedure": 28,
    "b-disease": 1,
    "b-disease_disorder": 29,
    "b-distance": 30,
    "b-dna": 3,
    "b-dosage": 31,
    "b-duration": 32,
    "b-family_history": 33,
    "b-frequency": 34,
    "b-gene": 15,
    "b-height": 35,
    "b-history": 36,
    "b-lab_value": 37,
    "b-mass": 38,
    "b-medication": 39,
    "b-nonbiological_location": 40,
    "b-occupation": 41,
    "b-other_entity": 42,
    "b-other_event": 43,
    "b-outcome": 44,
    "b-personal_background": 45,
    "b-protein": 5,
    "b-qualitative_concept": 46,
    "b-quantitative_concept": 47,
    "b-rna": 11,
    "b-severity": 48,
    "b-sex": 49,
    "b-shape": 50,
    "b-sign_symptom": 51,
    "b-subject": 52,
    "b-texture": 53,
    "b-therapeutic_procedure": 54,
    "b-time": 55,
    "b-volume": 56,
    "b-weight": 57,
    "i-activity": 58,
    "i-administration": 59,
    "i-age": 60,
    "i-area": 61,
    "i-biological_attribute": 62,
    "i-biological_structure": 63,
    "i-cell_line": 10,
    "i-cell_type": 8,
    "i-chemical": 14,
    "i-clinical_event": 64,
    "i-color": 65,
    "i-coreference": 66,
    "i-date": 67,
    "i-detailed_description": 68,
    "i-diagnostic_procedure": 69,
    "i-disease": 2,
    "i-disease_disorder": 70,
    "i-distance": 71,
    "i-dna": 4,
    "i-dosage": 72,
    "i-duration": 73,
    "i-family_history": 74,
    "i-frequency": 75,
    "i-gene": 16,
    "i-height": 76,
    "i-history": 77,
    "i-lab_value": 78,
    "i-mass": 79,
    "i-medication": 80,
    "i-nonbiological_location": 81,
    "i-occupation": 82,
    "i-other_entity": 83,
    "i-other_event": 84,
    "i-outcome": 85,
    "i-personal_background": 86,
    "i-protein": 6,
    "i-qualitative_concept": 87,
    "i-quantitative_concept": 88,
    "i-rna": 12,
    "i-severity": 89,
    "i-shape": 90,
    "i-sign_symptom": 91,
    "i-subject": 92,
    "i-texture": 93,
    "i-therapeutic_procedure": 94,
    "i-time": 95,
    "i-volume": 96,
    "i-weight": 97,
    "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.29.2",
  "vocab_size": 30522
}