circleml commited on
Commit
4774e43
·
verified ·
1 Parent(s): 239b13d

Upload status_calibration_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. status_calibration_config.json +114 -0
status_calibration_config.json ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "pipeline_name": "email_status_multitask_deberta_xgboost",
3
+ "version": "v1.2",
4
+ "heads": {
5
+ "binary": {
6
+ "temperature": 1.415945053100586,
7
+ "threshold": 0.6399999999999997,
8
+ "metrics": {
9
+ "precision": 0.9967532467532467,
10
+ "recall": 0.9789540816326531,
11
+ "f1": 0.9877734877734877,
12
+ "accuracy": 0.9865200425682866,
13
+ "threshold": 0.6399999999999997
14
+ },
15
+ "llm_band": {
16
+ "center": 0.6399999999999997,
17
+ "half_width": 0.1,
18
+ "lower": 0.5399999999999997,
19
+ "upper": 0.7399999999999997
20
+ },
21
+ "band_stats": [
22
+ {
23
+ "delta": 0.02,
24
+ "lower": 0.6199999999999997,
25
+ "upper": 0.6599999999999997,
26
+ "coverage": 0.000709471443774388,
27
+ "errors_in_band": 0,
28
+ "total_errors": 38,
29
+ "error_capture_rate": 0.0
30
+ },
31
+ {
32
+ "delta": 0.05,
33
+ "lower": 0.5899999999999996,
34
+ "upper": 0.6899999999999997,
35
+ "coverage": 0.001418942887548776,
36
+ "errors_in_band": 2,
37
+ "total_errors": 38,
38
+ "error_capture_rate": 0.05263157894736842
39
+ },
40
+ {
41
+ "delta": 0.1,
42
+ "lower": 0.5399999999999997,
43
+ "upper": 0.7399999999999997,
44
+ "coverage": 0.002128414331323164,
45
+ "errors_in_band": 3,
46
+ "total_errors": 38,
47
+ "error_capture_rate": 0.07894736842105263
48
+ },
49
+ {
50
+ "delta": 0.15,
51
+ "lower": 0.48999999999999966,
52
+ "upper": 0.7899999999999997,
53
+ "coverage": 0.0031926214969847464,
54
+ "errors_in_band": 3,
55
+ "total_errors": 38,
56
+ "error_capture_rate": 0.07894736842105263
57
+ }
58
+ ]
59
+ }
60
+ },
61
+ "temperatures": {
62
+ "binary": 1.415945053100586
63
+ },
64
+ "thresholds": {
65
+ "binary": 0.6399999999999997
66
+ },
67
+ "requires_action_min_confidence": 0.6399999999999997,
68
+ "rua_llm_band": {
69
+ "center": 0.6399999999999997,
70
+ "half_width": 0.1,
71
+ "lower": 0.5399999999999997,
72
+ "upper": 0.7399999999999997
73
+ },
74
+ "path_confidence": {
75
+ "llm_threshold": 0.99,
76
+ "band_stats": [
77
+ {
78
+ "threshold": 0.95,
79
+ "coverage": 0.03760198652004257,
80
+ "errors_in_band": 25,
81
+ "total_errors": 45,
82
+ "error_capture_rate": 0.5555555555555556
83
+ },
84
+ {
85
+ "threshold": 0.96,
86
+ "coverage": 0.03831145796381696,
87
+ "errors_in_band": 25,
88
+ "total_errors": 45,
89
+ "error_capture_rate": 0.5555555555555556
90
+ },
91
+ {
92
+ "threshold": 0.97,
93
+ "coverage": 0.03866619368570415,
94
+ "errors_in_band": 26,
95
+ "total_errors": 45,
96
+ "error_capture_rate": 0.5777777777777777
97
+ },
98
+ {
99
+ "threshold": 0.98,
100
+ "coverage": 0.0418588151826889,
101
+ "errors_in_band": 28,
102
+ "total_errors": 45,
103
+ "error_capture_rate": 0.6222222222222222
104
+ },
105
+ {
106
+ "threshold": 0.99,
107
+ "coverage": 0.06207875133025896,
108
+ "errors_in_band": 33,
109
+ "total_errors": 45,
110
+ "error_capture_rate": 0.7333333333333333
111
+ }
112
+ ]
113
+ }
114
+ }