Transformers
PyTorch
Inference Endpoints
taheera commited on
Commit
6bdcb3c
·
1 Parent(s): 6411167
Files changed (2) hide show
  1. config.json +45 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "url": "https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-weights/densenet121_ra-50efcf5c.pth",
3
+ "num_classes": 14,
4
+ "input_size": [
5
+ 3,
6
+ 224,
7
+ 224
8
+ ],
9
+ "pool_size": [
10
+ 7,
11
+ 7
12
+ ],
13
+ "crop_pct": 0.875,
14
+ "interpolation": "bicubic",
15
+ "mean": [
16
+ 0.485,
17
+ 0.456,
18
+ 0.406
19
+ ],
20
+ "std": [
21
+ 0.229,
22
+ 0.224,
23
+ 0.225
24
+ ],
25
+ "first_conv": "features.conv0",
26
+ "classifier": "classifier",
27
+ "architecture": "densenet121",
28
+ "num_features": 1024,
29
+ "labels": [
30
+ "Atelectasis",
31
+ "Cardiomegaly",
32
+ "Effusion",
33
+ "Infiltration",
34
+ "Mass",
35
+ "Nodule",
36
+ "Pneumonia",
37
+ "Pneumothorax",
38
+ "Consolidation",
39
+ "Edema",
40
+ "Emphysema",
41
+ "Fibrosis",
42
+ "Pleural_Thickening",
43
+ "Hernia"
44
+ ]
45
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87847c400e0b39c89c027c11b9e1069f144054821117eaa714bb7640c2a18bab
3
+ size 28951170