Image Classification
Transformers
vision
Inference Endpoints
kamalkraj commited on
Commit
073f120
1 Parent(s): c39b3b6

config file

Browse files
Files changed (1) hide show
  1. config.json +43 -0
config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "weights_url": "https://github.com/mlmed/torchxrayvision/releases/download/v1/nih-densenet121-d121-tw-lr001-rot45-tr15-sc15-seed0-best.pt",
3
+ "labels": [
4
+ "Atelectasis",
5
+ "Consolidation",
6
+ "Infiltration",
7
+ "Pneumothorax",
8
+ "Edema",
9
+ "Emphysema",
10
+ "Fibrosis",
11
+ "Effusion",
12
+ "Pneumonia",
13
+ "Pleural_Thickening",
14
+ "Cardiomegaly",
15
+ "Nodule",
16
+ "Mass",
17
+ "Hernia",
18
+ "",
19
+ "",
20
+ "",
21
+ ""
22
+ ],
23
+ "op_threshs": [
24
+ 0.039117552,
25
+ 0.0034529066,
26
+ 0.11396341,
27
+ 0.0057298196,
28
+ 0.00045666535,
29
+ 0.0018880932,
30
+ 0.012037827,
31
+ 0.038744126,
32
+ 0.0037213727,
33
+ 0.014730946,
34
+ 0.016149804,
35
+ 0.054241467,
36
+ 0.037198864,
37
+ 0.0004403434,
38
+ NaN,
39
+ NaN,
40
+ NaN,
41
+ NaN
42
+ ]
43
+ }