Add model
Browse files- README.md +7 -0
- config.json +43 -0
- pytorch_model.bin +3 -0
README.md
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- image-classification
|
4 |
+
- timm
|
5 |
+
library_tag: timm
|
6 |
+
---
|
7 |
+
# Model card for swin-ssl-chestxray14
|
config.json
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"url": "https://github.com/SwinTransformer/storage/releases/download/v1.0.0/swin_base_patch4_window7_224_22k.pth",
|
3 |
+
"num_classes": 14,
|
4 |
+
"input_size": [
|
5 |
+
3,
|
6 |
+
224,
|
7 |
+
224
|
8 |
+
],
|
9 |
+
"pool_size": null,
|
10 |
+
"crop_pct": 0.9,
|
11 |
+
"interpolation": "bicubic",
|
12 |
+
"fixed_input_size": true,
|
13 |
+
"mean": [
|
14 |
+
0.485,
|
15 |
+
0.456,
|
16 |
+
0.406
|
17 |
+
],
|
18 |
+
"std": [
|
19 |
+
0.229,
|
20 |
+
0.224,
|
21 |
+
0.225
|
22 |
+
],
|
23 |
+
"first_conv": "patch_embed.proj",
|
24 |
+
"classifier": "head",
|
25 |
+
"architecture": "swin_base_patch4_window7_224_in22k",
|
26 |
+
"num_features": 1024,
|
27 |
+
"labels": [
|
28 |
+
"Atelectasis",
|
29 |
+
"Cardiomegaly",
|
30 |
+
"Effusion",
|
31 |
+
"Infiltration",
|
32 |
+
"Mass",
|
33 |
+
"Nodule",
|
34 |
+
"Pneumonia",
|
35 |
+
"Pneumothorax",
|
36 |
+
"Consolidation",
|
37 |
+
"Edema",
|
38 |
+
"Emphysema",
|
39 |
+
"Fibrosis",
|
40 |
+
"Pleural_Thickening",
|
41 |
+
"Hernia"
|
42 |
+
]
|
43 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f80dad2bb58af5a0c02d7f1943597a6a41c404b56b69c3dbd6dfa2a3792d4f3f
|
3 |
+
size 348740026
|