Training in progress, step 200
Browse files- config.json +281 -0
- model.safetensors +3 -0
- preprocessor_config.json +40 -0
- runs/Apr18_19-18-22_d4-w6420b-11/events.out.tfevents.1713482303.d4-w6420b-11.2604774.0 +3 -0
- special_tokens_map.json +37 -0
- tokenizer.json +0 -0
- tokenizer_config.json +56 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
config.json
ADDED
@@ -0,0 +1,281 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "dandelin/vilt-b32-mlm",
|
3 |
+
"architectures": [
|
4 |
+
"ViltForQuestionAnswering"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"hidden_act": "gelu",
|
8 |
+
"hidden_dropout_prob": 0.0,
|
9 |
+
"hidden_size": 768,
|
10 |
+
"id2label": {
|
11 |
+
"0": "vasculature",
|
12 |
+
"1": "in the bowel",
|
13 |
+
"2": "yes",
|
14 |
+
"3": "in the bowels",
|
15 |
+
"4": "stomach",
|
16 |
+
"5": "5cm",
|
17 |
+
"6": "pancreas",
|
18 |
+
"7": "mixed intensity",
|
19 |
+
"8": "psoas major muscle",
|
20 |
+
"9": "radiolucent",
|
21 |
+
"10": "necrotic tissue",
|
22 |
+
"11": "right subclavian vein",
|
23 |
+
"12": "hemorrhage",
|
24 |
+
"13": "oral and iv",
|
25 |
+
"14": "the brain",
|
26 |
+
"15": "jejunum",
|
27 |
+
"16": "black",
|
28 |
+
"17": "ct",
|
29 |
+
"18": "anterior cerebrum",
|
30 |
+
"19": "heterogeneous",
|
31 |
+
"20": "in the vasculature",
|
32 |
+
"21": "hydropneumothorax",
|
33 |
+
"22": "temporal and lateral occipital lobes",
|
34 |
+
"23": "hip bones",
|
35 |
+
"24": "basal ganglia",
|
36 |
+
"25": "suprasellar",
|
37 |
+
"26": "blind loop syndrome",
|
38 |
+
"27": "mri/flair",
|
39 |
+
"28": "base",
|
40 |
+
"29": "isointense",
|
41 |
+
"30": "basilar artery thrombosis",
|
42 |
+
"31": "mri - t2 weighted",
|
43 |
+
"32": "mid abdomen",
|
44 |
+
"33": "fatty infiltration",
|
45 |
+
"34": "midline",
|
46 |
+
"35": "fat",
|
47 |
+
"36": "pleural effusion",
|
48 |
+
"37": "white matter plaques",
|
49 |
+
"38": "distal basilar artery",
|
50 |
+
"39": "infarct",
|
51 |
+
"40": "axial",
|
52 |
+
"41": "thalami, left occipital lobe, brainstem and left cerebellum",
|
53 |
+
"42": "pa",
|
54 |
+
"43": "right kidney",
|
55 |
+
"44": "iv contrast",
|
56 |
+
"45": "emphysema",
|
57 |
+
"46": "spleen",
|
58 |
+
"47": "breasts",
|
59 |
+
"48": "with contrast",
|
60 |
+
"49": "t2 weighted",
|
61 |
+
"50": "cystic",
|
62 |
+
"51": "double arch",
|
63 |
+
"52": "subarachnoid",
|
64 |
+
"53": "acute stroke",
|
65 |
+
"54": "right vertebral artery sign",
|
66 |
+
"55": "left",
|
67 |
+
"56": "pons",
|
68 |
+
"57": "brain",
|
69 |
+
"58": "left rectus abdominus",
|
70 |
+
"59": "mr - flair",
|
71 |
+
"60": "xray",
|
72 |
+
"61": "pineal region",
|
73 |
+
"62": "non-enhanced",
|
74 |
+
"63": "ribs",
|
75 |
+
"64": "bilateral parietal lobes",
|
76 |
+
"65": "r hemidiaphragm",
|
77 |
+
"66": "bilateral",
|
78 |
+
"67": "mri",
|
79 |
+
"68": "anterior surface",
|
80 |
+
"69": "adjacent to vertebrae",
|
81 |
+
"70": "no",
|
82 |
+
"71": "sigmoid flexture of the colon",
|
83 |
+
"72": "plain film xray",
|
84 |
+
"73": "ascites",
|
85 |
+
"74": "reduced sulci",
|
86 |
+
"75": "pericholecystic fluid",
|
87 |
+
"76": "mri diffusion weighted",
|
88 |
+
"77": "contrast",
|
89 |
+
"78": "non-contrast",
|
90 |
+
"79": "mri-dwi",
|
91 |
+
"80": "on the left",
|
92 |
+
"81": "normal",
|
93 |
+
"82": "ap",
|
94 |
+
"83": "mri-flair",
|
95 |
+
"84": "right colon",
|
96 |
+
"85": "posterior to the gastric antrum",
|
97 |
+
"86": "man",
|
98 |
+
"87": "bilateral frontal lobes",
|
99 |
+
"88": "short section irregular contour",
|
100 |
+
"89": "decreased muscle bulk",
|
101 |
+
"90": "almost entire right side",
|
102 |
+
"91": "micronodular",
|
103 |
+
"92": "right sylvian fissure",
|
104 |
+
"93": "right temporal lobe",
|
105 |
+
"94": "gadolinium",
|
106 |
+
"95": "mr - t2 weighted",
|
107 |
+
"96": "one",
|
108 |
+
"97": "mr - adc map",
|
109 |
+
"98": "flair",
|
110 |
+
"99": "descending colon",
|
111 |
+
"100": "6.5 x 6.2 x 8.8cm",
|
112 |
+
"101": "lower lung fields",
|
113 |
+
"102": "chest radiograph",
|
114 |
+
"103": "2",
|
115 |
+
"104": "bilateral frontal lobes and body of corpus callosum",
|
116 |
+
"105": "calcification",
|
117 |
+
"106": "underneath the right hemidiaphragm",
|
118 |
+
"107": "right",
|
119 |
+
"108": "posterior fossa",
|
120 |
+
"109": "fluid",
|
121 |
+
"110": "chest",
|
122 |
+
"111": "hyperintense",
|
123 |
+
"112": "blind-ending loop of bowel arising from the cecum",
|
124 |
+
"113": "in the midline",
|
125 |
+
"114": "multilobulated",
|
126 |
+
"115": "4",
|
127 |
+
"116": "abscess",
|
128 |
+
"117": "cardiovascular",
|
129 |
+
"118": "nipple location",
|
130 |
+
"119": "x-ray",
|
131 |
+
"120": "chronic sinusitis vs. hemorrhage",
|
132 |
+
"121": "diverticuli",
|
133 |
+
"122": "hypointense",
|
134 |
+
"123": "nodules"
|
135 |
+
},
|
136 |
+
"image_size": 384,
|
137 |
+
"initializer_range": 0.02,
|
138 |
+
"intermediate_size": 3072,
|
139 |
+
"label2id": {
|
140 |
+
"2": 103,
|
141 |
+
"4": 115,
|
142 |
+
"5cm": 5,
|
143 |
+
"6.5 x 6.2 x 8.8cm": 100,
|
144 |
+
"abscess": 116,
|
145 |
+
"acute stroke": 53,
|
146 |
+
"adjacent to vertebrae": 69,
|
147 |
+
"almost entire right side": 90,
|
148 |
+
"anterior cerebrum": 18,
|
149 |
+
"anterior surface": 68,
|
150 |
+
"ap": 82,
|
151 |
+
"ascites": 73,
|
152 |
+
"axial": 40,
|
153 |
+
"basal ganglia": 24,
|
154 |
+
"base": 28,
|
155 |
+
"basilar artery thrombosis": 30,
|
156 |
+
"bilateral": 66,
|
157 |
+
"bilateral frontal lobes": 87,
|
158 |
+
"bilateral frontal lobes and body of corpus callosum": 104,
|
159 |
+
"bilateral parietal lobes": 64,
|
160 |
+
"black": 16,
|
161 |
+
"blind loop syndrome": 26,
|
162 |
+
"blind-ending loop of bowel arising from the cecum": 112,
|
163 |
+
"brain": 57,
|
164 |
+
"breasts": 47,
|
165 |
+
"calcification": 105,
|
166 |
+
"cardiovascular": 117,
|
167 |
+
"chest": 110,
|
168 |
+
"chest radiograph": 102,
|
169 |
+
"chronic sinusitis vs. hemorrhage": 120,
|
170 |
+
"contrast": 77,
|
171 |
+
"ct": 17,
|
172 |
+
"cystic": 50,
|
173 |
+
"decreased muscle bulk": 89,
|
174 |
+
"descending colon": 99,
|
175 |
+
"distal basilar artery": 38,
|
176 |
+
"diverticuli": 121,
|
177 |
+
"double arch": 51,
|
178 |
+
"emphysema": 45,
|
179 |
+
"fat": 35,
|
180 |
+
"fatty infiltration": 33,
|
181 |
+
"flair": 98,
|
182 |
+
"fluid": 109,
|
183 |
+
"gadolinium": 94,
|
184 |
+
"hemorrhage": 12,
|
185 |
+
"heterogeneous": 19,
|
186 |
+
"hip bones": 23,
|
187 |
+
"hydropneumothorax": 21,
|
188 |
+
"hyperintense": 111,
|
189 |
+
"hypointense": 122,
|
190 |
+
"in the bowel": 1,
|
191 |
+
"in the bowels": 3,
|
192 |
+
"in the midline": 113,
|
193 |
+
"in the vasculature": 20,
|
194 |
+
"infarct": 39,
|
195 |
+
"isointense": 29,
|
196 |
+
"iv contrast": 44,
|
197 |
+
"jejunum": 15,
|
198 |
+
"left": 55,
|
199 |
+
"left rectus abdominus": 58,
|
200 |
+
"lower lung fields": 101,
|
201 |
+
"man": 86,
|
202 |
+
"micronodular": 91,
|
203 |
+
"mid abdomen": 32,
|
204 |
+
"midline": 34,
|
205 |
+
"mixed intensity": 7,
|
206 |
+
"mr - adc map": 97,
|
207 |
+
"mr - flair": 59,
|
208 |
+
"mr - t2 weighted": 95,
|
209 |
+
"mri": 67,
|
210 |
+
"mri - t2 weighted": 31,
|
211 |
+
"mri diffusion weighted": 76,
|
212 |
+
"mri-dwi": 79,
|
213 |
+
"mri-flair": 83,
|
214 |
+
"mri/flair": 27,
|
215 |
+
"multilobulated": 114,
|
216 |
+
"necrotic tissue": 10,
|
217 |
+
"nipple location": 118,
|
218 |
+
"no": 70,
|
219 |
+
"nodules": 123,
|
220 |
+
"non-contrast": 78,
|
221 |
+
"non-enhanced": 62,
|
222 |
+
"normal": 81,
|
223 |
+
"on the left": 80,
|
224 |
+
"one": 96,
|
225 |
+
"oral and iv": 13,
|
226 |
+
"pa": 42,
|
227 |
+
"pancreas": 6,
|
228 |
+
"pericholecystic fluid": 75,
|
229 |
+
"pineal region": 61,
|
230 |
+
"plain film xray": 72,
|
231 |
+
"pleural effusion": 36,
|
232 |
+
"pons": 56,
|
233 |
+
"posterior fossa": 108,
|
234 |
+
"posterior to the gastric antrum": 85,
|
235 |
+
"psoas major muscle": 8,
|
236 |
+
"r hemidiaphragm": 65,
|
237 |
+
"radiolucent": 9,
|
238 |
+
"reduced sulci": 74,
|
239 |
+
"ribs": 63,
|
240 |
+
"right": 107,
|
241 |
+
"right colon": 84,
|
242 |
+
"right kidney": 43,
|
243 |
+
"right subclavian vein": 11,
|
244 |
+
"right sylvian fissure": 92,
|
245 |
+
"right temporal lobe": 93,
|
246 |
+
"right vertebral artery sign": 54,
|
247 |
+
"short section irregular contour": 88,
|
248 |
+
"sigmoid flexture of the colon": 71,
|
249 |
+
"spleen": 46,
|
250 |
+
"stomach": 4,
|
251 |
+
"subarachnoid": 52,
|
252 |
+
"suprasellar": 25,
|
253 |
+
"t2 weighted": 49,
|
254 |
+
"temporal and lateral occipital lobes": 22,
|
255 |
+
"thalami, left occipital lobe, brainstem and left cerebellum": 41,
|
256 |
+
"the brain": 14,
|
257 |
+
"underneath the right hemidiaphragm": 106,
|
258 |
+
"vasculature": 0,
|
259 |
+
"white matter plaques": 37,
|
260 |
+
"with contrast": 48,
|
261 |
+
"x-ray": 119,
|
262 |
+
"xray": 60,
|
263 |
+
"yes": 2
|
264 |
+
},
|
265 |
+
"layer_norm_eps": 1e-12,
|
266 |
+
"max_image_length": -1,
|
267 |
+
"max_position_embeddings": 40,
|
268 |
+
"modality_type_vocab_size": 2,
|
269 |
+
"model_type": "vilt",
|
270 |
+
"num_attention_heads": 12,
|
271 |
+
"num_channels": 3,
|
272 |
+
"num_hidden_layers": 12,
|
273 |
+
"num_images": -1,
|
274 |
+
"patch_size": 32,
|
275 |
+
"qkv_bias": true,
|
276 |
+
"tie_word_embeddings": false,
|
277 |
+
"torch_dtype": "float32",
|
278 |
+
"transformers_version": "4.39.3",
|
279 |
+
"type_vocab_size": 2,
|
280 |
+
"vocab_size": 30522
|
281 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ddff8ba33669f1a0b8ea2dd79ab22a215d90baf8aca8bdcdcc9c8dcc941f0a62
|
3 |
+
size 451904224
|
preprocessor_config.json
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_valid_processor_keys": [
|
3 |
+
"images",
|
4 |
+
"do_resize",
|
5 |
+
"size",
|
6 |
+
"size_divisor",
|
7 |
+
"resample",
|
8 |
+
"do_rescale",
|
9 |
+
"rescale_factor",
|
10 |
+
"do_normalize",
|
11 |
+
"image_mean",
|
12 |
+
"image_std",
|
13 |
+
"do_pad",
|
14 |
+
"return_tensors",
|
15 |
+
"data_format",
|
16 |
+
"input_data_format"
|
17 |
+
],
|
18 |
+
"do_normalize": true,
|
19 |
+
"do_pad": true,
|
20 |
+
"do_rescale": true,
|
21 |
+
"do_resize": true,
|
22 |
+
"image_mean": [
|
23 |
+
0.5,
|
24 |
+
0.5,
|
25 |
+
0.5
|
26 |
+
],
|
27 |
+
"image_processor_type": "ViltImageProcessor",
|
28 |
+
"image_std": [
|
29 |
+
0.5,
|
30 |
+
0.5,
|
31 |
+
0.5
|
32 |
+
],
|
33 |
+
"processor_class": "ViltProcessor",
|
34 |
+
"resample": 3,
|
35 |
+
"rescale_factor": 0.00392156862745098,
|
36 |
+
"size": {
|
37 |
+
"shortest_edge": 384
|
38 |
+
},
|
39 |
+
"size_divisor": 32
|
40 |
+
}
|
runs/Apr18_19-18-22_d4-w6420b-11/events.out.tfevents.1713482303.d4-w6420b-11.2604774.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:03b046dc163cea5f87b2a49871b023ca69f12827f215905aed9a62bf63c33380
|
3 |
+
size 12146
|
special_tokens_map.json
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cls_token": {
|
3 |
+
"content": "[CLS]",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"mask_token": {
|
10 |
+
"content": "[MASK]",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": {
|
17 |
+
"content": "[PAD]",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
+
"sep_token": {
|
24 |
+
"content": "[SEP]",
|
25 |
+
"lstrip": false,
|
26 |
+
"normalized": false,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
},
|
30 |
+
"unk_token": {
|
31 |
+
"content": "[UNK]",
|
32 |
+
"lstrip": false,
|
33 |
+
"normalized": false,
|
34 |
+
"rstrip": false,
|
35 |
+
"single_word": false
|
36 |
+
}
|
37 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"added_tokens_decoder": {
|
3 |
+
"0": {
|
4 |
+
"content": "[PAD]",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": false,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false,
|
9 |
+
"special": true
|
10 |
+
},
|
11 |
+
"100": {
|
12 |
+
"content": "[UNK]",
|
13 |
+
"lstrip": false,
|
14 |
+
"normalized": false,
|
15 |
+
"rstrip": false,
|
16 |
+
"single_word": false,
|
17 |
+
"special": true
|
18 |
+
},
|
19 |
+
"101": {
|
20 |
+
"content": "[CLS]",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false,
|
25 |
+
"special": true
|
26 |
+
},
|
27 |
+
"102": {
|
28 |
+
"content": "[SEP]",
|
29 |
+
"lstrip": false,
|
30 |
+
"normalized": false,
|
31 |
+
"rstrip": false,
|
32 |
+
"single_word": false,
|
33 |
+
"special": true
|
34 |
+
},
|
35 |
+
"103": {
|
36 |
+
"content": "[MASK]",
|
37 |
+
"lstrip": false,
|
38 |
+
"normalized": false,
|
39 |
+
"rstrip": false,
|
40 |
+
"single_word": false,
|
41 |
+
"special": true
|
42 |
+
}
|
43 |
+
},
|
44 |
+
"clean_up_tokenization_spaces": true,
|
45 |
+
"cls_token": "[CLS]",
|
46 |
+
"do_lower_case": true,
|
47 |
+
"mask_token": "[MASK]",
|
48 |
+
"model_max_length": 40,
|
49 |
+
"pad_token": "[PAD]",
|
50 |
+
"processor_class": "ViltProcessor",
|
51 |
+
"sep_token": "[SEP]",
|
52 |
+
"strip_accents": null,
|
53 |
+
"tokenize_chinese_chars": true,
|
54 |
+
"tokenizer_class": "BertTokenizer",
|
55 |
+
"unk_token": "[UNK]"
|
56 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6a70586c82cae27df07e47f60892a2d4a50e72ffc0043fca8073de47dc12d240
|
3 |
+
size 4475
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|