lynae-1219 commited on
Commit
4628c4c
·
verified ·
1 Parent(s): 0e27e1d

Fix dataset_info: add missing configs, omit features for multi-schema splits

Browse files
Files changed (1) hide show
  1. README.md +97 -0
README.md CHANGED
@@ -181,6 +181,103 @@ dataset_info:
181
  - name: summary
182
  num_rows: 245
183
  num_bytes: 70836
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
184
  ---
185
 
186
  # AgentPerfBench
 
181
  - name: summary
182
  num_rows: 245
183
  num_bytes: 70836
184
+ - config_name: kernel_profiles
185
+ splits:
186
+ - name: kernels_labeled
187
+ num_rows: 148077
188
+ - name: roofline_quadrant
189
+ num_rows: 2163
190
+ - config_name: workload_traces
191
+ splits:
192
+ - name: coding_agent_prompts
193
+ num_rows: 500
194
+ - name: osworld_trajectories
195
+ num_rows: 60
196
+ - config_name: predictions
197
+ features:
198
+ - name: hardware_config
199
+ dtype: string
200
+ - name: model
201
+ dtype: string
202
+ - name: backend
203
+ dtype: string
204
+ - name: profile
205
+ dtype: string
206
+ - name: data_scope
207
+ dtype: string
208
+ - name: concurrency
209
+ dtype: int64
210
+ - name: isl
211
+ dtype: int64
212
+ - name: osl
213
+ dtype: int64
214
+ - name: calibration_status
215
+ dtype: string
216
+ - name: ttft_validation_scope
217
+ dtype: string
218
+ - name: ttft_kernel_ms
219
+ dtype: float64
220
+ - name: ttft_base_ms
221
+ dtype: float64
222
+ - name: ttft_floor_ms
223
+ dtype: float64
224
+ - name: ttft_first_decode_ms
225
+ dtype: float64
226
+ - name: ttft_queue_ms
227
+ dtype: float64
228
+ - name: itl_meas
229
+ dtype: float64
230
+ - name: total_context_tokens
231
+ dtype: int64
232
+ - name: new_prefill_tokens
233
+ dtype: int64
234
+ - name: cached_context_tokens
235
+ dtype: int64
236
+ - name: cache_hit_rate
237
+ dtype: float64
238
+ - name: cache_aware_applied
239
+ dtype: bool
240
+ - name: cache_feature_source
241
+ dtype: string
242
+ - name: cache_prediction_regime
243
+ dtype: string
244
+ - name: ttft_prediction_supported
245
+ dtype: bool
246
+ - name: multiturn_prediction_mode
247
+ dtype: string
248
+ - name: predicted_turn_count
249
+ dtype: float64
250
+ - name: total_successful_turn_requests
251
+ dtype: float64
252
+ - name: mean_predicted_turn_ttft_ms
253
+ dtype: float64
254
+ - name: mean_predicted_turn_tpot_ms
255
+ dtype: float64
256
+ - name: multiturn_turn_predictions
257
+ dtype: string
258
+ - name: ttft_pred
259
+ dtype: float64
260
+ - name: ttft_meas
261
+ dtype: float64
262
+ - name: ttft_err
263
+ dtype: float64
264
+ - name: tpot_pred
265
+ dtype: float64
266
+ - name: tpot_meas
267
+ dtype: float64
268
+ - name: tpot_err
269
+ dtype: float64
270
+ - name: e2el_pred
271
+ dtype: float64
272
+ - name: e2el_meas
273
+ dtype: float64
274
+ - name: e2el_err
275
+ dtype: float64
276
+ - name: measurement_semantics_warning
277
+ dtype: string
278
+ splits:
279
+ - name: serving_predictions
280
+ num_rows: 4715
281
  ---
282
 
283
  # AgentPerfBench