Datasets:
Fix dataset_info: num_rows -> num_examples for datasets lib compat
Browse files
README.md
CHANGED
|
@@ -109,7 +109,7 @@ dataset_info:
|
|
| 109 |
dtype: float64
|
| 110 |
splits:
|
| 111 |
- name: summary
|
| 112 |
-
|
| 113 |
num_bytes: 694254
|
| 114 |
- config_name: distributional
|
| 115 |
features:
|
|
@@ -179,20 +179,20 @@ dataset_info:
|
|
| 179 |
dtype: float64
|
| 180 |
splits:
|
| 181 |
- name: summary
|
| 182 |
-
|
| 183 |
num_bytes: 70836
|
| 184 |
- config_name: kernel_profiles
|
| 185 |
splits:
|
| 186 |
- name: kernels_labeled
|
| 187 |
-
|
| 188 |
- name: roofline_quadrant
|
| 189 |
-
|
| 190 |
- config_name: workload_traces
|
| 191 |
splits:
|
| 192 |
- name: coding_agent_prompts
|
| 193 |
-
|
| 194 |
- name: osworld_trajectories
|
| 195 |
-
|
| 196 |
- config_name: predictions
|
| 197 |
features:
|
| 198 |
- name: hardware_config
|
|
@@ -277,7 +277,7 @@ dataset_info:
|
|
| 277 |
dtype: string
|
| 278 |
splits:
|
| 279 |
- name: serving_predictions
|
| 280 |
-
|
| 281 |
---
|
| 282 |
|
| 283 |
# AgentPerfBench
|
|
|
|
| 109 |
dtype: float64
|
| 110 |
splits:
|
| 111 |
- name: summary
|
| 112 |
+
num_examples: 3147
|
| 113 |
num_bytes: 694254
|
| 114 |
- config_name: distributional
|
| 115 |
features:
|
|
|
|
| 179 |
dtype: float64
|
| 180 |
splits:
|
| 181 |
- name: summary
|
| 182 |
+
num_examples: 245
|
| 183 |
num_bytes: 70836
|
| 184 |
- config_name: kernel_profiles
|
| 185 |
splits:
|
| 186 |
- name: kernels_labeled
|
| 187 |
+
num_examples: 148077
|
| 188 |
- name: roofline_quadrant
|
| 189 |
+
num_examples: 2163
|
| 190 |
- config_name: workload_traces
|
| 191 |
splits:
|
| 192 |
- name: coding_agent_prompts
|
| 193 |
+
num_examples: 500
|
| 194 |
- name: osworld_trajectories
|
| 195 |
+
num_examples: 60
|
| 196 |
- config_name: predictions
|
| 197 |
features:
|
| 198 |
- name: hardware_config
|
|
|
|
| 277 |
dtype: string
|
| 278 |
splits:
|
| 279 |
- name: serving_predictions
|
| 280 |
+
num_examples: 4715
|
| 281 |
---
|
| 282 |
|
| 283 |
# AgentPerfBench
|