solarkyle commited on
Commit
bf13eab
·
verified ·
1 Parent(s): 23a3bd7

Upload router/workspace_routers_all5.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. router/workspace_routers_all5.json +326 -0
router/workspace_routers_all5.json ADDED
@@ -0,0 +1,326 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "predicts": "P(answer is WRONG)",
3
+ "usage": "pick your model's router (or the E4B one for zero-shot transfer to other Gemmas); z-score features over your own traffic; risk = sigmoid(w . z + b); escalate above your budget threshold",
4
+ "routers": {
5
+ "gemma-4-e4b-it": {
6
+ "workspace_only": {
7
+ "features": [
8
+ "ws_mean_entropy",
9
+ "ws_max_entropy",
10
+ "ws_late_entropy",
11
+ "ws_entropy_slope",
12
+ "ws_entropy_std",
13
+ "ws_ignition_frac",
14
+ "ws_ignition_depth",
15
+ "ws_mean_log_rank",
16
+ "ws_band_agreement",
17
+ "ws_hedge_rank"
18
+ ],
19
+ "weights": [
20
+ 0.28013,
21
+ 0.39998,
22
+ -0.16794,
23
+ 1.05426,
24
+ -0.27498,
25
+ 0.27829,
26
+ 0.31354,
27
+ -0.15258,
28
+ -0.06773,
29
+ 0.19185
30
+ ],
31
+ "bias": 0.34956
32
+ },
33
+ "combined": {
34
+ "features": [
35
+ "bl_first_token_logprob",
36
+ "bl_mean_logprob",
37
+ "bl_min_logprob",
38
+ "bl_answer_len",
39
+ "ws_mean_entropy",
40
+ "ws_max_entropy",
41
+ "ws_late_entropy",
42
+ "ws_entropy_slope",
43
+ "ws_entropy_std",
44
+ "ws_ignition_frac",
45
+ "ws_ignition_depth",
46
+ "ws_mean_log_rank",
47
+ "ws_band_agreement",
48
+ "ws_hedge_rank"
49
+ ],
50
+ "weights": [
51
+ -0.35574,
52
+ -0.57688,
53
+ 0.40373,
54
+ 0.34521,
55
+ 0.28294,
56
+ 0.38259,
57
+ -0.14355,
58
+ 0.98739,
59
+ -0.3593,
60
+ 0.3902,
61
+ 0.40726,
62
+ -0.12692,
63
+ -0.09776,
64
+ 0.20108
65
+ ],
66
+ "bias": 0.40705
67
+ }
68
+ },
69
+ "gemma-4-12b-it": {
70
+ "workspace_only": {
71
+ "features": [
72
+ "ws_mean_entropy",
73
+ "ws_max_entropy",
74
+ "ws_late_entropy",
75
+ "ws_entropy_slope",
76
+ "ws_entropy_std",
77
+ "ws_ignition_frac",
78
+ "ws_ignition_depth",
79
+ "ws_mean_log_rank",
80
+ "ws_band_agreement",
81
+ "ws_hedge_rank"
82
+ ],
83
+ "weights": [
84
+ 0.19423,
85
+ -0.67859,
86
+ 0.60638,
87
+ 0.63291,
88
+ 0.42633,
89
+ -0.18268,
90
+ -0.39401,
91
+ 0.11127,
92
+ 0.09771,
93
+ -0.58355
94
+ ],
95
+ "bias": 0.00557
96
+ },
97
+ "combined": {
98
+ "features": [
99
+ "bl_first_token_logprob",
100
+ "bl_mean_logprob",
101
+ "bl_min_logprob",
102
+ "bl_answer_len",
103
+ "ws_mean_entropy",
104
+ "ws_max_entropy",
105
+ "ws_late_entropy",
106
+ "ws_entropy_slope",
107
+ "ws_entropy_std",
108
+ "ws_ignition_frac",
109
+ "ws_ignition_depth",
110
+ "ws_mean_log_rank",
111
+ "ws_band_agreement",
112
+ "ws_hedge_rank"
113
+ ],
114
+ "weights": [
115
+ -0.72695,
116
+ -0.05685,
117
+ 0.08191,
118
+ -0.17313,
119
+ 0.28286,
120
+ -0.72357,
121
+ 0.50632,
122
+ 0.4506,
123
+ 0.43193,
124
+ -0.08501,
125
+ -0.35828,
126
+ 0.15565,
127
+ 0.11485,
128
+ -0.55831
129
+ ],
130
+ "bias": 0.07648
131
+ }
132
+ },
133
+ "huihui-gemma-4-12b-it-abliterated": {
134
+ "workspace_only": {
135
+ "features": [
136
+ "ws_mean_entropy",
137
+ "ws_max_entropy",
138
+ "ws_late_entropy",
139
+ "ws_entropy_slope",
140
+ "ws_entropy_std",
141
+ "ws_ignition_frac",
142
+ "ws_ignition_depth",
143
+ "ws_mean_log_rank",
144
+ "ws_band_agreement",
145
+ "ws_hedge_rank"
146
+ ],
147
+ "weights": [
148
+ 0.06636,
149
+ 0.63948,
150
+ -0.70345,
151
+ 1.7233,
152
+ -0.18434,
153
+ 0.14606,
154
+ 0.20122,
155
+ -0.02065,
156
+ 0.0,
157
+ -0.31471
158
+ ],
159
+ "bias": 0.14366
160
+ },
161
+ "combined": {
162
+ "features": [
163
+ "bl_first_token_logprob",
164
+ "bl_mean_logprob",
165
+ "bl_min_logprob",
166
+ "bl_answer_len",
167
+ "ws_mean_entropy",
168
+ "ws_max_entropy",
169
+ "ws_late_entropy",
170
+ "ws_entropy_slope",
171
+ "ws_entropy_std",
172
+ "ws_ignition_frac",
173
+ "ws_ignition_depth",
174
+ "ws_mean_log_rank",
175
+ "ws_band_agreement",
176
+ "ws_hedge_rank"
177
+ ],
178
+ "weights": [
179
+ -0.70157,
180
+ -0.18929,
181
+ -0.05444,
182
+ 0.09719,
183
+ -0.01666,
184
+ 0.59829,
185
+ -0.54203,
186
+ 1.48867,
187
+ -0.09453,
188
+ 0.08478,
189
+ 0.12635,
190
+ 0.00726,
191
+ 0.0,
192
+ -0.32372
193
+ ],
194
+ "bias": 0.23879
195
+ }
196
+ },
197
+ "gemma-4-26b-a4b-it": {
198
+ "workspace_only": {
199
+ "features": [
200
+ "ws_mean_entropy",
201
+ "ws_max_entropy",
202
+ "ws_late_entropy",
203
+ "ws_entropy_slope",
204
+ "ws_entropy_std",
205
+ "ws_ignition_frac",
206
+ "ws_ignition_depth",
207
+ "ws_mean_log_rank",
208
+ "ws_band_agreement",
209
+ "ws_hedge_rank"
210
+ ],
211
+ "weights": [
212
+ -0.23501,
213
+ 0.51785,
214
+ 0.09106,
215
+ 1.32856,
216
+ 0.50776,
217
+ 0.39041,
218
+ -0.39041,
219
+ 0.14353,
220
+ 0.09463,
221
+ -0.13696
222
+ ],
223
+ "bias": -0.61423
224
+ },
225
+ "combined": {
226
+ "features": [
227
+ "bl_first_token_logprob",
228
+ "bl_mean_logprob",
229
+ "bl_min_logprob",
230
+ "bl_answer_len",
231
+ "ws_mean_entropy",
232
+ "ws_max_entropy",
233
+ "ws_late_entropy",
234
+ "ws_entropy_slope",
235
+ "ws_entropy_std",
236
+ "ws_ignition_frac",
237
+ "ws_ignition_depth",
238
+ "ws_mean_log_rank",
239
+ "ws_band_agreement",
240
+ "ws_hedge_rank"
241
+ ],
242
+ "weights": [
243
+ -0.81187,
244
+ -0.13444,
245
+ 0.18382,
246
+ 0.16841,
247
+ 0.05808,
248
+ 0.36346,
249
+ -0.06901,
250
+ 0.97275,
251
+ 0.3966,
252
+ 0.43184,
253
+ -0.43184,
254
+ 0.20674,
255
+ 0.08671,
256
+ -0.11975
257
+ ],
258
+ "bias": -0.56518
259
+ }
260
+ },
261
+ "qwen3.6-27b": {
262
+ "workspace_only": {
263
+ "features": [
264
+ "ws_mean_entropy",
265
+ "ws_max_entropy",
266
+ "ws_late_entropy",
267
+ "ws_entropy_slope",
268
+ "ws_entropy_std",
269
+ "ws_ignition_frac",
270
+ "ws_ignition_depth",
271
+ "ws_mean_log_rank",
272
+ "ws_band_agreement",
273
+ "ws_hedge_rank"
274
+ ],
275
+ "weights": [
276
+ 0.87293,
277
+ -0.56753,
278
+ 0.13357,
279
+ -0.87207,
280
+ 0.62395,
281
+ -0.15785,
282
+ -0.09906,
283
+ 0.31858,
284
+ 0.05129,
285
+ -0.19274
286
+ ],
287
+ "bias": -0.59439
288
+ },
289
+ "combined": {
290
+ "features": [
291
+ "bl_first_token_logprob",
292
+ "bl_mean_logprob",
293
+ "bl_min_logprob",
294
+ "bl_answer_len",
295
+ "ws_mean_entropy",
296
+ "ws_max_entropy",
297
+ "ws_late_entropy",
298
+ "ws_entropy_slope",
299
+ "ws_entropy_std",
300
+ "ws_ignition_frac",
301
+ "ws_ignition_depth",
302
+ "ws_mean_log_rank",
303
+ "ws_band_agreement",
304
+ "ws_hedge_rank"
305
+ ],
306
+ "weights": [
307
+ 0.05127,
308
+ -0.20117,
309
+ -1.6785,
310
+ -0.12354,
311
+ 0.09854,
312
+ -0.30625,
313
+ 0.01904,
314
+ -0.26732,
315
+ 0.58953,
316
+ -0.20983,
317
+ -0.15159,
318
+ 0.20149,
319
+ 0.01758,
320
+ -0.28693
321
+ ],
322
+ "bias": -0.5788
323
+ }
324
+ }
325
+ }
326
+ }