Upload ViTForImageClassification
Browse files- config.json +30 -34
- model.safetensors +2 -2
config.json
CHANGED
|
@@ -9,45 +9,41 @@
|
|
| 9 |
"hidden_dropout_prob": 0.0,
|
| 10 |
"hidden_size": 1024,
|
| 11 |
"id2label": {
|
| 12 |
-
"0": "
|
| 13 |
-
"1": "
|
| 14 |
-
"2": "
|
| 15 |
-
"3": "
|
| 16 |
-
"4": "
|
| 17 |
-
"5": "
|
| 18 |
-
"6": "
|
| 19 |
-
"7": "
|
| 20 |
-
"8": "
|
| 21 |
-
"9": "
|
| 22 |
-
"10": "
|
| 23 |
-
"11": "
|
| 24 |
-
"12": "
|
| 25 |
-
"13": "
|
| 26 |
-
"14": "
|
| 27 |
-
"15": "hydropneumothorax",
|
| 28 |
-
"16": "tuberculosis"
|
| 29 |
},
|
| 30 |
"image_size": 224,
|
| 31 |
"initializer_range": 0.02,
|
| 32 |
"intermediate_size": 4096,
|
| 33 |
"label2id": {
|
| 34 |
-
"
|
| 35 |
-
"
|
| 36 |
-
"
|
| 37 |
-
"
|
| 38 |
-
"
|
| 39 |
-
"
|
| 40 |
-
"
|
| 41 |
-
"
|
| 42 |
-
"
|
| 43 |
-
"
|
| 44 |
-
"
|
| 45 |
-
"
|
| 46 |
-
"
|
| 47 |
-
"
|
| 48 |
-
"
|
| 49 |
-
"tuberculosis": 16,
|
| 50 |
-
"venous congestion": 0
|
| 51 |
},
|
| 52 |
"layer_norm_eps": 1e-12,
|
| 53 |
"model_type": "vit",
|
|
|
|
| 9 |
"hidden_dropout_prob": 0.0,
|
| 10 |
"hidden_size": 1024,
|
| 11 |
"id2label": {
|
| 12 |
+
"0": "Edema",
|
| 13 |
+
"1": "Pneumothorax",
|
| 14 |
+
"2": "No Finding",
|
| 15 |
+
"3": "Atelectasis",
|
| 16 |
+
"4": "Hernia",
|
| 17 |
+
"5": "Nodule",
|
| 18 |
+
"6": "Cardiomegaly",
|
| 19 |
+
"7": "Emphysema",
|
| 20 |
+
"8": "Consolidation",
|
| 21 |
+
"9": "Pneumonia",
|
| 22 |
+
"10": "Effusion",
|
| 23 |
+
"11": "Pleural_Thickening",
|
| 24 |
+
"12": "Infiltration",
|
| 25 |
+
"13": "Mass",
|
| 26 |
+
"14": "Fibrosis"
|
|
|
|
|
|
|
| 27 |
},
|
| 28 |
"image_size": 224,
|
| 29 |
"initializer_range": 0.02,
|
| 30 |
"intermediate_size": 4096,
|
| 31 |
"label2id": {
|
| 32 |
+
"Atelectasis": 3,
|
| 33 |
+
"Cardiomegaly": 6,
|
| 34 |
+
"Consolidation": 8,
|
| 35 |
+
"Edema": 0,
|
| 36 |
+
"Effusion": 10,
|
| 37 |
+
"Emphysema": 7,
|
| 38 |
+
"Fibrosis": 14,
|
| 39 |
+
"Hernia": 4,
|
| 40 |
+
"Infiltration": 12,
|
| 41 |
+
"Mass": 13,
|
| 42 |
+
"No Finding": 2,
|
| 43 |
+
"Nodule": 5,
|
| 44 |
+
"Pleural_Thickening": 11,
|
| 45 |
+
"Pneumonia": 9,
|
| 46 |
+
"Pneumothorax": 1
|
|
|
|
|
|
|
| 47 |
},
|
| 48 |
"layer_norm_eps": 1e-12,
|
| 49 |
"model_type": "vit",
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9d3060a1984599f5f5b2445bc133e56f50fb20aba5b17565f50f31e3d6b3eeee
|
| 3 |
+
size 1213314572
|