vnmoorthy commited on
Commit
b8edb2e
·
verified ·
1 Parent(s): 97272da

Upload results/component_ablation_results.json with huggingface_hub

Browse files
results/component_ablation_results.json ADDED
@@ -0,0 +1,201 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "PAVO-Full": {
3
+ "latency_ms": {
4
+ "mean": 2276.96,
5
+ "std": 27.68
6
+ },
7
+ "quality": {
8
+ "mean": 0.827,
9
+ "std": 0.0011
10
+ },
11
+ "cost_usd": {
12
+ "mean": 0.01867,
13
+ "std": 8.3e-05
14
+ },
15
+ "energy_mj": {
16
+ "mean": 27.59,
17
+ "std": 1.91
18
+ },
19
+ "coupling_violations": {
20
+ "mean": 0.0,
21
+ "per_1000": 0.0
22
+ },
23
+ "infeasible_pct": 0.0
24
+ },
25
+ "PAVO-NoCoupling": {
26
+ "latency_ms": {
27
+ "mean": 1316.8,
28
+ "std": 7.08
29
+ },
30
+ "quality": {
31
+ "mean": 0.7329,
32
+ "std": 0.0018
33
+ },
34
+ "cost_usd": {
35
+ "mean": 0.011581,
36
+ "std": 0.000157
37
+ },
38
+ "energy_mj": {
39
+ "mean": 62.04,
40
+ "std": 0.89
41
+ },
42
+ "coupling_violations": {
43
+ "mean": 494.6,
44
+ "per_1000": 494.6
45
+ },
46
+ "infeasible_pct": 0.0
47
+ },
48
+ "PAVO-NoAdaptive": {
49
+ "latency_ms": {
50
+ "mean": 2331.92,
51
+ "std": 27.42
52
+ },
53
+ "quality": {
54
+ "mean": 0.8313,
55
+ "std": 0.0007
56
+ },
57
+ "cost_usd": {
58
+ "mean": 0.018924,
59
+ "std": 2.9e-05
60
+ },
61
+ "energy_mj": {
62
+ "mean": 21.75,
63
+ "std": 0.66
64
+ },
65
+ "coupling_violations": {
66
+ "mean": 0.0,
67
+ "per_1000": 0.0
68
+ },
69
+ "infeasible_pct": 0.0
70
+ },
71
+ "PAVO-NoRouting (Cheapest)": {
72
+ "latency_ms": {
73
+ "mean": 1444.92,
74
+ "std": 12.16
75
+ },
76
+ "quality": {
77
+ "mean": 0.7144,
78
+ "std": 0.0003
79
+ },
80
+ "cost_usd": {
81
+ "mean": 0.0,
82
+ "std": 0.0
83
+ },
84
+ "energy_mj": {
85
+ "mean": 455.0,
86
+ "std": 0.0
87
+ },
88
+ "coupling_violations": {
89
+ "mean": 0.0,
90
+ "per_1000": 0.0
91
+ },
92
+ "infeasible_pct": 0.0
93
+ },
94
+ "PAVO-NoCost (MaxQuality)": {
95
+ "latency_ms": {
96
+ "mean": 2630.7,
97
+ "std": 23.63
98
+ },
99
+ "quality": {
100
+ "mean": 0.8921,
101
+ "std": 0.0001
102
+ },
103
+ "cost_usd": {
104
+ "mean": 0.024,
105
+ "std": 0.0
106
+ },
107
+ "energy_mj": {
108
+ "mean": 165.0,
109
+ "std": 0.0
110
+ },
111
+ "coupling_violations": {
112
+ "mean": 0.0,
113
+ "per_1000": 0.0
114
+ },
115
+ "infeasible_pct": 0.0
116
+ },
117
+ "Always-Cloud": {
118
+ "latency_ms": {
119
+ "mean": 2670.7,
120
+ "std": 23.63
121
+ },
122
+ "quality": {
123
+ "mean": 0.8746,
124
+ "std": 0.0002
125
+ },
126
+ "cost_usd": {
127
+ "mean": 0.025,
128
+ "std": 0.0
129
+ },
130
+ "energy_mj": {
131
+ "mean": 185.0,
132
+ "std": 0.0
133
+ },
134
+ "coupling_violations": {
135
+ "mean": 0.0,
136
+ "per_1000": 0.0
137
+ },
138
+ "infeasible_pct": 0.0
139
+ },
140
+ "Always-OnDevice": {
141
+ "latency_ms": {
142
+ "mean": 1400.26,
143
+ "std": 11.39
144
+ },
145
+ "quality": {
146
+ "mean": 0.6276,
147
+ "std": 0.0
148
+ },
149
+ "cost_usd": {
150
+ "mean": 0.005,
151
+ "std": 0.0
152
+ },
153
+ "energy_mj": {
154
+ "mean": 365.0,
155
+ "std": 0.0
156
+ },
157
+ "coupling_violations": {
158
+ "mean": 0.0,
159
+ "per_1000": 0.0
160
+ },
161
+ "infeasible_pct": 47.9
162
+ },
163
+ "impact_analysis": {
164
+ "PAVO-NoCoupling": {
165
+ "latency_change_pct": -42.17,
166
+ "quality_change_pct": -11.38,
167
+ "cost_change_pct": -37.97,
168
+ "coupling_violations_delta": 494.6
169
+ },
170
+ "PAVO-NoAdaptive": {
171
+ "latency_change_pct": 2.41,
172
+ "quality_change_pct": 0.52,
173
+ "cost_change_pct": 1.36,
174
+ "coupling_violations_delta": 0.0
175
+ },
176
+ "PAVO-NoRouting (Cheapest)": {
177
+ "latency_change_pct": -36.54,
178
+ "quality_change_pct": -13.62,
179
+ "cost_change_pct": -100.0,
180
+ "coupling_violations_delta": 0.0
181
+ },
182
+ "PAVO-NoCost (MaxQuality)": {
183
+ "latency_change_pct": 15.54,
184
+ "quality_change_pct": 7.87,
185
+ "cost_change_pct": 28.55,
186
+ "coupling_violations_delta": 0.0
187
+ },
188
+ "Always-Cloud": {
189
+ "latency_change_pct": 17.29,
190
+ "quality_change_pct": 5.76,
191
+ "cost_change_pct": 33.9,
192
+ "coupling_violations_delta": 0.0
193
+ },
194
+ "Always-OnDevice": {
195
+ "latency_change_pct": -38.5,
196
+ "quality_change_pct": -24.11,
197
+ "cost_change_pct": -73.22,
198
+ "coupling_violations_delta": 0.0
199
+ }
200
+ }
201
+ }