Image Classification
Transformers
vision
Inference Endpoints
kamalkraj commited on
Commit
0fac094
1 Parent(s): 99f966e

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/kaggle-densenet121-d121-tw-lr001-rot45-tr15-sc15-seed0-best.pt",
3
+ "labels": [
4
+ "",
5
+ "",
6
+ "",
7
+ "",
8
+ "",
9
+ "",
10
+ "",
11
+ "",
12
+ "Pneumonia",
13
+ "",
14
+ "",
15
+ "",
16
+ "",
17
+ "",
18
+ "",
19
+ "",
20
+ "Lung Opacity",
21
+ ""
22
+ ],
23
+ "op_threshs": [
24
+ NaN,
25
+ NaN,
26
+ NaN,
27
+ NaN,
28
+ NaN,
29
+ NaN,
30
+ NaN,
31
+ NaN,
32
+ 0.13486601,
33
+ NaN,
34
+ NaN,
35
+ NaN,
36
+ NaN,
37
+ NaN,
38
+ NaN,
39
+ NaN,
40
+ 0.13511065,
41
+ NaN
42
+ ]
43
+ }