0xgr3y commited on
Commit
4b530b0
·
verified ·
1 Parent(s): b98c929

Upload calibration_data.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. calibration_data.json +44 -41
calibration_data.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "ece": 0.1438,
3
  "n_bins": 15,
4
  "bin_boundaries": [
5
  0.0,
@@ -24,60 +24,63 @@
24
  0.0,
25
  0.0,
26
  0.0,
27
- 0.3333,
28
- 0.3333,
29
- 0.4545,
30
- 0.4444,
31
- 0.8077,
32
- 0.8621,
33
- 0.9512,
34
- 0.966,
35
- 0.9982,
36
- 0.9959,
37
  1.0
38
  ],
39
  "bin_confidences": [
40
  0.0333,
41
  0.1,
42
  0.1667,
43
- 0.2516,
44
- 0.3133,
45
- 0.372,
46
- 0.428,
47
- 0.4995,
48
- 0.569,
49
- 0.6305,
50
- 0.7079,
51
- 0.7771,
52
- 0.8385,
53
- 0.8925,
54
- 0.9433
55
  ],
56
  "bin_counts": [
57
  0,
58
  0,
59
  0,
60
  1,
61
- 3,
62
- 6,
 
63
  11,
64
- 18,
65
- 26,
66
- 29,
67
- 41,
68
- 147,
69
- 562,
70
- 486,
71
- 14
72
  ],
73
  "per_class_auc": {
74
- "barn": 0.997,
75
- "bridge": 0.9982,
76
- "castle": 0.9995,
77
- "mosque": 0.9989,
78
  "skyscraper": 0.9999,
79
- "stadium": 0.999,
80
- "temple": 0.9984,
81
- "windmill": 0.9982
82
- }
 
 
 
83
  }
 
1
  {
2
+ "ece": 0.1204,
3
  "n_bins": 15,
4
  "bin_boundaries": [
5
  0.0,
 
24
  0.0,
25
  0.0,
26
  0.0,
27
+ 0.5,
28
+ 0.5,
29
+ 0.2,
30
+ 0.5455,
31
+ 1.0,
32
+ 0.6923,
33
+ 1.0,
34
+ 0.9524,
35
+ 0.9932,
36
+ 0.9958,
37
  1.0
38
  ],
39
  "bin_confidences": [
40
  0.0333,
41
  0.1,
42
  0.1667,
43
+ 0.265,
44
+ 0.3007,
45
+ 0.3677,
46
+ 0.4269,
47
+ 0.4925,
48
+ 0.5783,
49
+ 0.6356,
50
+ 0.6943,
51
+ 0.7747,
52
+ 0.8415,
53
+ 0.8981,
54
+ 0.9446
55
  ],
56
  "bin_counts": [
57
  0,
58
  0,
59
  0,
60
  1,
61
+ 4,
62
+ 2,
63
+ 10,
64
  11,
65
+ 2,
66
+ 13,
67
+ 16,
68
+ 63,
69
+ 439,
70
+ 708,
71
+ 75
 
72
  ],
73
  "per_class_auc": {
74
+ "barn": 0.995,
75
+ "bridge": 0.9983,
76
+ "castle": 0.9996,
77
+ "mosque": 0.9987,
78
  "skyscraper": 0.9999,
79
+ "stadium": 0.9999,
80
+ "temple": 0.9976,
81
+ "windmill": 0.9987
82
+ },
83
+ "temperature": 0.5400049194398104,
84
+ "ece_before_t_scaling": 0.12037282419346627,
85
+ "ece_after_t_scaling": 0.005275941378937221
86
  }