Upload 12 files
Browse files- config.json +423 -0
- merges.txt +0 -0
- optimizer.pt +3 -0
- pytorch_model.bin +3 -0
- rng_state_0.pth +3 -0
- scheduler.pt +3 -0
- special_tokens_map.json +51 -0
- tokenizer.json +0 -0
- tokenizer_config.json +65 -0
- trainer_state.json +0 -0
- training_args.bin +3 -0
- vocab.json +0 -0
config.json
ADDED
@@ -0,0 +1,423 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "PlanTL-GOB-ES/roberta-base-biomedical-clinical-es",
|
3 |
+
"architectures": [
|
4 |
+
"RobertaForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.09357895830152045,
|
7 |
+
"bos_token_id": 0,
|
8 |
+
"classifier_dropout": null,
|
9 |
+
"eos_token_id": 2,
|
10 |
+
"gradient_checkpointing": false,
|
11 |
+
"hidden_act": "gelu",
|
12 |
+
"hidden_dropout_prob": 0.05924774230541374,
|
13 |
+
"hidden_size": 768,
|
14 |
+
"id2label": {
|
15 |
+
"0": "COPD signs",
|
16 |
+
"1": "COVID 19",
|
17 |
+
"2": "COVID 19 uncertain",
|
18 |
+
"3": "Chilaiditi sign",
|
19 |
+
"4": "NSG tube",
|
20 |
+
"5": "abnormal foreign body",
|
21 |
+
"6": "abscess",
|
22 |
+
"7": "adenopathy",
|
23 |
+
"8": "air bronchogram",
|
24 |
+
"9": "air fluid level",
|
25 |
+
"10": "air trapping",
|
26 |
+
"11": "alveolar pattern",
|
27 |
+
"12": "aortic aneurysm",
|
28 |
+
"13": "aortic atheromatosis",
|
29 |
+
"14": "aortic button enlargement",
|
30 |
+
"15": "aortic elongation",
|
31 |
+
"16": "aortic endoprosthesis",
|
32 |
+
"17": "apical pleural thickening",
|
33 |
+
"18": "artificial aortic heart valve",
|
34 |
+
"19": "artificial heart valve",
|
35 |
+
"20": "artificial mitral heart valve",
|
36 |
+
"21": "asbestosis signs",
|
37 |
+
"22": "ascendent aortic elongation",
|
38 |
+
"23": "atelectasis",
|
39 |
+
"24": "atelectasis basal",
|
40 |
+
"25": "atypical pneumonia",
|
41 |
+
"26": "axial hyperostosis",
|
42 |
+
"27": "azygoesophageal recess shift",
|
43 |
+
"28": "azygos lobe",
|
44 |
+
"29": "blastic bone lesion",
|
45 |
+
"30": "bone cement",
|
46 |
+
"31": "bone metastasis",
|
47 |
+
"32": "breast mass",
|
48 |
+
"33": "bronchiectasis",
|
49 |
+
"34": "bronchovascular markings",
|
50 |
+
"35": "bullas",
|
51 |
+
"36": "calcified adenopathy",
|
52 |
+
"37": "calcified densities",
|
53 |
+
"38": "calcified fibroadenoma",
|
54 |
+
"39": "calcified granuloma",
|
55 |
+
"40": "calcified mediastinal adenopathy",
|
56 |
+
"41": "calcified pleural plaques",
|
57 |
+
"42": "calcified pleural thickening",
|
58 |
+
"43": "callus rib fracture",
|
59 |
+
"44": "cardiomegaly",
|
60 |
+
"45": "catheter",
|
61 |
+
"46": "cavitation",
|
62 |
+
"47": "central vascular redistribution",
|
63 |
+
"48": "central venous catheter",
|
64 |
+
"49": "central venous catheter via jugular vein",
|
65 |
+
"50": "central venous catheter via subclavian vein",
|
66 |
+
"51": "central venous catheter via umbilical vein",
|
67 |
+
"52": "cervical rib",
|
68 |
+
"53": "chest drain tube",
|
69 |
+
"54": "chronic changes",
|
70 |
+
"55": "clavicle fracture",
|
71 |
+
"56": "consolidation",
|
72 |
+
"57": "costochondral junction hypertrophy",
|
73 |
+
"58": "costophrenic angle blunting",
|
74 |
+
"59": "cyst",
|
75 |
+
"60": "dai",
|
76 |
+
"61": "descendent aortic elongation",
|
77 |
+
"62": "dextrocardia",
|
78 |
+
"63": "diaphragmatic eventration",
|
79 |
+
"64": "double J stent",
|
80 |
+
"65": "dual chamber device",
|
81 |
+
"66": "electrical device",
|
82 |
+
"67": "emphysema",
|
83 |
+
"68": "empyema",
|
84 |
+
"69": "end on vessel",
|
85 |
+
"70": "endoprosthesis",
|
86 |
+
"71": "endotracheal tube",
|
87 |
+
"72": "esophagic dilatation",
|
88 |
+
"73": "exclude",
|
89 |
+
"74": "external foreign body",
|
90 |
+
"75": "fibrotic band",
|
91 |
+
"76": "fissure thickening",
|
92 |
+
"77": "flattened diaphragm",
|
93 |
+
"78": "fracture",
|
94 |
+
"79": "gastrostomy tube",
|
95 |
+
"80": "goiter",
|
96 |
+
"81": "granuloma",
|
97 |
+
"82": "ground glass pattern",
|
98 |
+
"83": "gynecomastia",
|
99 |
+
"84": "heart insufficiency",
|
100 |
+
"85": "heart valve calcified",
|
101 |
+
"86": "hemidiaphragm elevation",
|
102 |
+
"87": "hiatal hernia",
|
103 |
+
"88": "hilar congestion",
|
104 |
+
"89": "hilar enlargement",
|
105 |
+
"90": "humeral fracture",
|
106 |
+
"91": "humeral prosthesis",
|
107 |
+
"92": "hydropneumothorax",
|
108 |
+
"93": "hyperinflated lung",
|
109 |
+
"94": "hypoexpansion",
|
110 |
+
"95": "hypoexpansion basal",
|
111 |
+
"96": "increased density",
|
112 |
+
"97": "infiltrates",
|
113 |
+
"98": "interstitial pattern",
|
114 |
+
"99": "kerley lines",
|
115 |
+
"100": "kyphosis",
|
116 |
+
"101": "laminar atelectasis",
|
117 |
+
"102": "lepidic adenocarcinoma",
|
118 |
+
"103": "lipomatosis",
|
119 |
+
"104": "lobar atelectasis",
|
120 |
+
"105": "loculated fissural effusion",
|
121 |
+
"106": "loculated pleural effusion",
|
122 |
+
"107": "lung metastasis",
|
123 |
+
"108": "lung vascular paucity",
|
124 |
+
"109": "lymphangitis carcinomatosa",
|
125 |
+
"110": "lytic bone lesion",
|
126 |
+
"111": "major fissure thickening",
|
127 |
+
"112": "mammary prosthesis",
|
128 |
+
"113": "mass",
|
129 |
+
"114": "mastectomy",
|
130 |
+
"115": "mediastinal enlargement",
|
131 |
+
"116": "mediastinal mass",
|
132 |
+
"117": "mediastinal shift",
|
133 |
+
"118": "mediastinic lipomatosis",
|
134 |
+
"119": "metal",
|
135 |
+
"120": "miliary opacities",
|
136 |
+
"121": "minor fissure thickening",
|
137 |
+
"122": "multiple nodules",
|
138 |
+
"123": "nephrostomy tube",
|
139 |
+
"124": "nipple shadow",
|
140 |
+
"125": "nodule",
|
141 |
+
"126": "non axial articular degenerative changes",
|
142 |
+
"127": "normal",
|
143 |
+
"128": "obesity",
|
144 |
+
"129": "osteopenia",
|
145 |
+
"130": "osteoporosis",
|
146 |
+
"131": "osteosynthesis material",
|
147 |
+
"132": "pacemaker",
|
148 |
+
"133": "pectum carinatum",
|
149 |
+
"134": "pectum excavatum",
|
150 |
+
"135": "pericardial effusion",
|
151 |
+
"136": "pleural effusion",
|
152 |
+
"137": "pleural mass",
|
153 |
+
"138": "pleural plaques",
|
154 |
+
"139": "pleural thickening",
|
155 |
+
"140": "pneumomediastinum",
|
156 |
+
"141": "pneumonia",
|
157 |
+
"142": "pneumoperitoneo",
|
158 |
+
"143": "pneumothorax",
|
159 |
+
"144": "post radiotherapy changes",
|
160 |
+
"145": "prosthesis",
|
161 |
+
"146": "pseudonodule",
|
162 |
+
"147": "pulmonary artery enlargement",
|
163 |
+
"148": "pulmonary artery hypertension",
|
164 |
+
"149": "pulmonary edema",
|
165 |
+
"150": "pulmonary fibrosis",
|
166 |
+
"151": "pulmonary hypertension",
|
167 |
+
"152": "pulmonary mass",
|
168 |
+
"153": "pulmonary venous hypertension",
|
169 |
+
"154": "reservoir central venous catheter",
|
170 |
+
"155": "respiratory distress",
|
171 |
+
"156": "reticular interstitial pattern",
|
172 |
+
"157": "reticulonodular interstitial pattern",
|
173 |
+
"158": "rib fracture",
|
174 |
+
"159": "right sided aortic arch",
|
175 |
+
"160": "round atelectasis",
|
176 |
+
"161": "sclerotic bone lesion",
|
177 |
+
"162": "scoliosis",
|
178 |
+
"163": "segmental atelectasis",
|
179 |
+
"164": "single chamber device",
|
180 |
+
"165": "soft tissue mass",
|
181 |
+
"166": "sternoclavicular junction hypertrophy",
|
182 |
+
"167": "sternotomy",
|
183 |
+
"168": "subacromial space narrowing",
|
184 |
+
"169": "subcutaneous emphysema",
|
185 |
+
"170": "suboptimal study",
|
186 |
+
"171": "superior mediastinal enlargement",
|
187 |
+
"172": "supra aortic elongation",
|
188 |
+
"173": "surgery",
|
189 |
+
"174": "surgery breast",
|
190 |
+
"175": "surgery heart",
|
191 |
+
"176": "surgery humeral",
|
192 |
+
"177": "surgery lung",
|
193 |
+
"178": "surgery neck",
|
194 |
+
"179": "suture material",
|
195 |
+
"180": "thoracic cage deformation",
|
196 |
+
"181": "total atelectasis",
|
197 |
+
"182": "tracheal shift",
|
198 |
+
"183": "tracheostomy tube",
|
199 |
+
"184": "tuberculosis",
|
200 |
+
"185": "tuberculosis sequelae",
|
201 |
+
"186": "unchanged",
|
202 |
+
"187": "vascular hilar enlargement",
|
203 |
+
"188": "vascular redistribution",
|
204 |
+
"189": "ventriculoperitoneal drain tube",
|
205 |
+
"190": "vertebral anterior compression",
|
206 |
+
"191": "vertebral compression",
|
207 |
+
"192": "vertebral degenerative changes",
|
208 |
+
"193": "vertebral fracture",
|
209 |
+
"194": "volume loss"
|
210 |
+
},
|
211 |
+
"initializer_range": 0.02,
|
212 |
+
"intermediate_size": 3072,
|
213 |
+
"label2id": {
|
214 |
+
"COPD signs": 0,
|
215 |
+
"COVID 19": 1,
|
216 |
+
"COVID 19 uncertain": 2,
|
217 |
+
"Chilaiditi sign": 3,
|
218 |
+
"NSG tube": 4,
|
219 |
+
"abnormal foreign body": 5,
|
220 |
+
"abscess": 6,
|
221 |
+
"adenopathy": 7,
|
222 |
+
"air bronchogram": 8,
|
223 |
+
"air fluid level": 9,
|
224 |
+
"air trapping": 10,
|
225 |
+
"alveolar pattern": 11,
|
226 |
+
"aortic aneurysm": 12,
|
227 |
+
"aortic atheromatosis": 13,
|
228 |
+
"aortic button enlargement": 14,
|
229 |
+
"aortic elongation": 15,
|
230 |
+
"aortic endoprosthesis": 16,
|
231 |
+
"apical pleural thickening": 17,
|
232 |
+
"artificial aortic heart valve": 18,
|
233 |
+
"artificial heart valve": 19,
|
234 |
+
"artificial mitral heart valve": 20,
|
235 |
+
"asbestosis signs": 21,
|
236 |
+
"ascendent aortic elongation": 22,
|
237 |
+
"atelectasis": 23,
|
238 |
+
"atelectasis basal": 24,
|
239 |
+
"atypical pneumonia": 25,
|
240 |
+
"axial hyperostosis": 26,
|
241 |
+
"azygoesophageal recess shift": 27,
|
242 |
+
"azygos lobe": 28,
|
243 |
+
"blastic bone lesion": 29,
|
244 |
+
"bone cement": 30,
|
245 |
+
"bone metastasis": 31,
|
246 |
+
"breast mass": 32,
|
247 |
+
"bronchiectasis": 33,
|
248 |
+
"bronchovascular markings": 34,
|
249 |
+
"bullas": 35,
|
250 |
+
"calcified adenopathy": 36,
|
251 |
+
"calcified densities": 37,
|
252 |
+
"calcified fibroadenoma": 38,
|
253 |
+
"calcified granuloma": 39,
|
254 |
+
"calcified mediastinal adenopathy": 40,
|
255 |
+
"calcified pleural plaques": 41,
|
256 |
+
"calcified pleural thickening": 42,
|
257 |
+
"callus rib fracture": 43,
|
258 |
+
"cardiomegaly": 44,
|
259 |
+
"catheter": 45,
|
260 |
+
"cavitation": 46,
|
261 |
+
"central vascular redistribution": 47,
|
262 |
+
"central venous catheter": 48,
|
263 |
+
"central venous catheter via jugular vein": 49,
|
264 |
+
"central venous catheter via subclavian vein": 50,
|
265 |
+
"central venous catheter via umbilical vein": 51,
|
266 |
+
"cervical rib": 52,
|
267 |
+
"chest drain tube": 53,
|
268 |
+
"chronic changes": 54,
|
269 |
+
"clavicle fracture": 55,
|
270 |
+
"consolidation": 56,
|
271 |
+
"costochondral junction hypertrophy": 57,
|
272 |
+
"costophrenic angle blunting": 58,
|
273 |
+
"cyst": 59,
|
274 |
+
"dai": 60,
|
275 |
+
"descendent aortic elongation": 61,
|
276 |
+
"dextrocardia": 62,
|
277 |
+
"diaphragmatic eventration": 63,
|
278 |
+
"double J stent": 64,
|
279 |
+
"dual chamber device": 65,
|
280 |
+
"electrical device": 66,
|
281 |
+
"emphysema": 67,
|
282 |
+
"empyema": 68,
|
283 |
+
"end on vessel": 69,
|
284 |
+
"endoprosthesis": 70,
|
285 |
+
"endotracheal tube": 71,
|
286 |
+
"esophagic dilatation": 72,
|
287 |
+
"exclude": 73,
|
288 |
+
"external foreign body": 74,
|
289 |
+
"fibrotic band": 75,
|
290 |
+
"fissure thickening": 76,
|
291 |
+
"flattened diaphragm": 77,
|
292 |
+
"fracture": 78,
|
293 |
+
"gastrostomy tube": 79,
|
294 |
+
"goiter": 80,
|
295 |
+
"granuloma": 81,
|
296 |
+
"ground glass pattern": 82,
|
297 |
+
"gynecomastia": 83,
|
298 |
+
"heart insufficiency": 84,
|
299 |
+
"heart valve calcified": 85,
|
300 |
+
"hemidiaphragm elevation": 86,
|
301 |
+
"hiatal hernia": 87,
|
302 |
+
"hilar congestion": 88,
|
303 |
+
"hilar enlargement": 89,
|
304 |
+
"humeral fracture": 90,
|
305 |
+
"humeral prosthesis": 91,
|
306 |
+
"hydropneumothorax": 92,
|
307 |
+
"hyperinflated lung": 93,
|
308 |
+
"hypoexpansion": 94,
|
309 |
+
"hypoexpansion basal": 95,
|
310 |
+
"increased density": 96,
|
311 |
+
"infiltrates": 97,
|
312 |
+
"interstitial pattern": 98,
|
313 |
+
"kerley lines": 99,
|
314 |
+
"kyphosis": 100,
|
315 |
+
"laminar atelectasis": 101,
|
316 |
+
"lepidic adenocarcinoma": 102,
|
317 |
+
"lipomatosis": 103,
|
318 |
+
"lobar atelectasis": 104,
|
319 |
+
"loculated fissural effusion": 105,
|
320 |
+
"loculated pleural effusion": 106,
|
321 |
+
"lung metastasis": 107,
|
322 |
+
"lung vascular paucity": 108,
|
323 |
+
"lymphangitis carcinomatosa": 109,
|
324 |
+
"lytic bone lesion": 110,
|
325 |
+
"major fissure thickening": 111,
|
326 |
+
"mammary prosthesis": 112,
|
327 |
+
"mass": 113,
|
328 |
+
"mastectomy": 114,
|
329 |
+
"mediastinal enlargement": 115,
|
330 |
+
"mediastinal mass": 116,
|
331 |
+
"mediastinal shift": 117,
|
332 |
+
"mediastinic lipomatosis": 118,
|
333 |
+
"metal": 119,
|
334 |
+
"miliary opacities": 120,
|
335 |
+
"minor fissure thickening": 121,
|
336 |
+
"multiple nodules": 122,
|
337 |
+
"nephrostomy tube": 123,
|
338 |
+
"nipple shadow": 124,
|
339 |
+
"nodule": 125,
|
340 |
+
"non axial articular degenerative changes": 126,
|
341 |
+
"normal": 127,
|
342 |
+
"obesity": 128,
|
343 |
+
"osteopenia": 129,
|
344 |
+
"osteoporosis": 130,
|
345 |
+
"osteosynthesis material": 131,
|
346 |
+
"pacemaker": 132,
|
347 |
+
"pectum carinatum": 133,
|
348 |
+
"pectum excavatum": 134,
|
349 |
+
"pericardial effusion": 135,
|
350 |
+
"pleural effusion": 136,
|
351 |
+
"pleural mass": 137,
|
352 |
+
"pleural plaques": 138,
|
353 |
+
"pleural thickening": 139,
|
354 |
+
"pneumomediastinum": 140,
|
355 |
+
"pneumonia": 141,
|
356 |
+
"pneumoperitoneo": 142,
|
357 |
+
"pneumothorax": 143,
|
358 |
+
"post radiotherapy changes": 144,
|
359 |
+
"prosthesis": 145,
|
360 |
+
"pseudonodule": 146,
|
361 |
+
"pulmonary artery enlargement": 147,
|
362 |
+
"pulmonary artery hypertension": 148,
|
363 |
+
"pulmonary edema": 149,
|
364 |
+
"pulmonary fibrosis": 150,
|
365 |
+
"pulmonary hypertension": 151,
|
366 |
+
"pulmonary mass": 152,
|
367 |
+
"pulmonary venous hypertension": 153,
|
368 |
+
"reservoir central venous catheter": 154,
|
369 |
+
"respiratory distress": 155,
|
370 |
+
"reticular interstitial pattern": 156,
|
371 |
+
"reticulonodular interstitial pattern": 157,
|
372 |
+
"rib fracture": 158,
|
373 |
+
"right sided aortic arch": 159,
|
374 |
+
"round atelectasis": 160,
|
375 |
+
"sclerotic bone lesion": 161,
|
376 |
+
"scoliosis": 162,
|
377 |
+
"segmental atelectasis": 163,
|
378 |
+
"single chamber device": 164,
|
379 |
+
"soft tissue mass": 165,
|
380 |
+
"sternoclavicular junction hypertrophy": 166,
|
381 |
+
"sternotomy": 167,
|
382 |
+
"subacromial space narrowing": 168,
|
383 |
+
"subcutaneous emphysema": 169,
|
384 |
+
"suboptimal study": 170,
|
385 |
+
"superior mediastinal enlargement": 171,
|
386 |
+
"supra aortic elongation": 172,
|
387 |
+
"surgery": 173,
|
388 |
+
"surgery breast": 174,
|
389 |
+
"surgery heart": 175,
|
390 |
+
"surgery humeral": 176,
|
391 |
+
"surgery lung": 177,
|
392 |
+
"surgery neck": 178,
|
393 |
+
"suture material": 179,
|
394 |
+
"thoracic cage deformation": 180,
|
395 |
+
"total atelectasis": 181,
|
396 |
+
"tracheal shift": 182,
|
397 |
+
"tracheostomy tube": 183,
|
398 |
+
"tuberculosis": 184,
|
399 |
+
"tuberculosis sequelae": 185,
|
400 |
+
"unchanged": 186,
|
401 |
+
"vascular hilar enlargement": 187,
|
402 |
+
"vascular redistribution": 188,
|
403 |
+
"ventriculoperitoneal drain tube": 189,
|
404 |
+
"vertebral anterior compression": 190,
|
405 |
+
"vertebral compression": 191,
|
406 |
+
"vertebral degenerative changes": 192,
|
407 |
+
"vertebral fracture": 193,
|
408 |
+
"volume loss": 194
|
409 |
+
},
|
410 |
+
"layer_norm_eps": 1e-05,
|
411 |
+
"max_position_embeddings": 514,
|
412 |
+
"model_type": "roberta",
|
413 |
+
"num_attention_heads": 12,
|
414 |
+
"num_hidden_layers": 12,
|
415 |
+
"pad_token_id": 1,
|
416 |
+
"position_embedding_type": "absolute",
|
417 |
+
"problem_type": "multi_label_classification",
|
418 |
+
"torch_dtype": "float32",
|
419 |
+
"transformers_version": "4.20.0",
|
420 |
+
"type_vocab_size": 1,
|
421 |
+
"use_cache": true,
|
422 |
+
"vocab_size": 52000
|
423 |
+
}
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4510f5aeb0aa6eae0bd1feb435cd6fcbbd4f1c4b4e8a645d2f14abee80619619
|
3 |
+
size 1009142853
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e79ea160ad85f4a0caa4636176e923ddd48ad972a88bd2bf9053122ba21a0c8b
|
3 |
+
size 504585653
|
rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0ed01adfbbbf0c2d3d8bfd8f621bf017d2e51988c29f387c9f494498beaa1aed
|
3 |
+
size 14583
|
scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aa14691180f7094775553c1ded15c60dda1c2da9b372d56ab14929ec0c79bb8c
|
3 |
+
size 627
|
special_tokens_map.json
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": true,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"cls_token": {
|
10 |
+
"content": "<s>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": true,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"eos_token": {
|
17 |
+
"content": "</s>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": true,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
+
"mask_token": {
|
24 |
+
"content": "<mask>",
|
25 |
+
"lstrip": true,
|
26 |
+
"normalized": true,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
},
|
30 |
+
"pad_token": {
|
31 |
+
"content": "<pad>",
|
32 |
+
"lstrip": false,
|
33 |
+
"normalized": true,
|
34 |
+
"rstrip": false,
|
35 |
+
"single_word": false
|
36 |
+
},
|
37 |
+
"sep_token": {
|
38 |
+
"content": "</s>",
|
39 |
+
"lstrip": false,
|
40 |
+
"normalized": true,
|
41 |
+
"rstrip": false,
|
42 |
+
"single_word": false
|
43 |
+
},
|
44 |
+
"unk_token": {
|
45 |
+
"content": "<unk>",
|
46 |
+
"lstrip": false,
|
47 |
+
"normalized": true,
|
48 |
+
"rstrip": false,
|
49 |
+
"single_word": false
|
50 |
+
}
|
51 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": true,
|
3 |
+
"bos_token": {
|
4 |
+
"__type": "AddedToken",
|
5 |
+
"content": "<s>",
|
6 |
+
"lstrip": false,
|
7 |
+
"normalized": true,
|
8 |
+
"rstrip": false,
|
9 |
+
"single_word": false
|
10 |
+
},
|
11 |
+
"cls_token": {
|
12 |
+
"__type": "AddedToken",
|
13 |
+
"content": "<s>",
|
14 |
+
"lstrip": false,
|
15 |
+
"normalized": true,
|
16 |
+
"rstrip": false,
|
17 |
+
"single_word": false
|
18 |
+
},
|
19 |
+
"eos_token": {
|
20 |
+
"__type": "AddedToken",
|
21 |
+
"content": "</s>",
|
22 |
+
"lstrip": false,
|
23 |
+
"normalized": true,
|
24 |
+
"rstrip": false,
|
25 |
+
"single_word": false
|
26 |
+
},
|
27 |
+
"errors": "replace",
|
28 |
+
"mask_token": {
|
29 |
+
"__type": "AddedToken",
|
30 |
+
"content": "<mask>",
|
31 |
+
"lstrip": true,
|
32 |
+
"normalized": true,
|
33 |
+
"rstrip": false,
|
34 |
+
"single_word": false
|
35 |
+
},
|
36 |
+
"max_len": 512,
|
37 |
+
"name_or_path": "PlanTL-GOB-ES/roberta-base-biomedical-clinical-es",
|
38 |
+
"pad_token": {
|
39 |
+
"__type": "AddedToken",
|
40 |
+
"content": "<pad>",
|
41 |
+
"lstrip": false,
|
42 |
+
"normalized": true,
|
43 |
+
"rstrip": false,
|
44 |
+
"single_word": false
|
45 |
+
},
|
46 |
+
"sep_token": {
|
47 |
+
"__type": "AddedToken",
|
48 |
+
"content": "</s>",
|
49 |
+
"lstrip": false,
|
50 |
+
"normalized": true,
|
51 |
+
"rstrip": false,
|
52 |
+
"single_word": false
|
53 |
+
},
|
54 |
+
"special_tokens_map_file": null,
|
55 |
+
"tokenizer_class": "RobertaTokenizer",
|
56 |
+
"trim_offsets": true,
|
57 |
+
"unk_token": {
|
58 |
+
"__type": "AddedToken",
|
59 |
+
"content": "<unk>",
|
60 |
+
"lstrip": false,
|
61 |
+
"normalized": true,
|
62 |
+
"rstrip": false,
|
63 |
+
"single_word": false
|
64 |
+
}
|
65 |
+
}
|
trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:96b63f24cd1949ff23d3fea84e452dc28812d8634bae44bffcef55c2617178e3
|
3 |
+
size 3451
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|