HarshCode commited on
Commit
a333c02
·
verified ·
1 Parent(s): e95b811

Upload 4 files

Browse files
best_model.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3cd1531aaeb9be0d10edd7ecdf4a2faa3a51d15ebf1954995f5da79e3c76557e
3
+ size 16334841
calibration_params.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "method": "temperature",
3
+ "temperature": 1.9501348733901978,
4
+ "base_threshold": 0.3318,
5
+ "calibrated_threshold": 0.5381094217300415,
6
+ "high_threshold": 0.75,
7
+ "low_threshold": 0.35,
8
+ "raw_ece": 0.1294579229007709,
9
+ "cal_ece": 0.1553162168408877,
10
+ "raw_brier": 0.1088251068439111,
11
+ "cal_brier": 0.09979141470957854,
12
+ "hc_ece_raw": 0.3524677678298724,
13
+ "hc_ece_cal": 0.21331685294278532
14
+ }
manifest.csv ADDED
The diff for this file is too large to render. See raw diff
 
normalization_stats.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mean": [0.161548, 0.140521, 0.182728],
3
+ "std": [0.311058, 0.282453, 0.304599],
4
+ "n_images": 5000,
5
+ "n_pixels": 327680000,
6
+ "imagenet_mean": [0.485, 0.456, 0.406],
7
+ "imagenet_std": [0.229, 0.224, 0.225],
8
+ "note": "Use dataset-specific stats for best results. ImageNet stats are provided as fallback for comparison."
9
+ }