Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code:   DatasetGenerationCastError
Exception:    DatasetGenerationCastError
Message:      An error occurred while generating the dataset

All the data files must have the same columns, but at some point there are 4 new columns ({'training_seconds', 'rollout_coordination_wait_seconds', 'weight_publication_seconds', 'instrumented_step_seconds'}) and 5 missing columns ({'mean_uplift_ratio', 'mixed_groups', 'baseline', 'raw_reward', 'trailing_10_rollout_mean'}).

This happened while the csv dataset builder was generating data using

hf://datasets/open-athena/qwen3coder-slime-rl-data-sweep/artifacts/r13-step-timing-series.csv (at revision 50b5767b8ea259cb9014d6d2c0ad69bc35a3b274), ['hf://datasets/open-athena/qwen3coder-slime-rl-data-sweep@50b5767b8ea259cb9014d6d2c0ad69bc35a3b274/artifacts/r13-rollout-plot-data.csv', 'hf://datasets/open-athena/qwen3coder-slime-rl-data-sweep@50b5767b8ea259cb9014d6d2c0ad69bc35a3b274/artifacts/r13-step-timing-series.csv']

Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1848, in _prepare_split_single
                  writer.write_table(table)
                  ~~~~~~~~~~~~~~~~~~^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/arrow_writer.py", line 765, in write_table
                  self._write_table(pa_table, writer_batch_size=writer_batch_size)
                  ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/arrow_writer.py", line 773, in _write_table
                  pa_table = table_cast(pa_table, self._schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2378, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2306, in cast_table_to_schema
                  raise CastError(
                  ...<3 lines>...
                  )
              datasets.table.CastError: Couldn't cast
              arm: string
              step: int64
              training_seconds: double
              rollout_coordination_wait_seconds: double
              weight_publication_seconds: double
              instrumented_step_seconds: double
              -- schema metadata --
              pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 1093
              to
              {'arm': Value('string'), 'step': Value('int64'), 'raw_reward': Value('float64'), 'trailing_10_rollout_mean': Value('float64'), 'baseline': Value('float64'), 'mean_uplift_ratio': Value('float64'), 'mixed_groups': Value('int64')}
              because column names don't match
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1369, in compute_config_parquet_and_info_response
                  parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~^
                      builder, max_dataset_size_bytes=max_dataset_size_bytes
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  )
                  ^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 948, in stream_convert_to_parquet
                  builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
                  ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1694, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~^
                      gen_kwargs=gen_kwargs, job_id=job_id, **_prepare_split_args
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  ):
                  ^
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1850, in _prepare_split_single
                  raise DatasetGenerationCastError.from_cast_error(
                  ...<4 lines>...
                  )
              datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
              
              All the data files must have the same columns, but at some point there are 4 new columns ({'training_seconds', 'rollout_coordination_wait_seconds', 'weight_publication_seconds', 'instrumented_step_seconds'}) and 5 missing columns ({'mean_uplift_ratio', 'mixed_groups', 'baseline', 'raw_reward', 'trailing_10_rollout_mean'}).
              
              This happened while the csv dataset builder was generating data using
              
              hf://datasets/open-athena/qwen3coder-slime-rl-data-sweep/artifacts/r13-step-timing-series.csv (at revision 50b5767b8ea259cb9014d6d2c0ad69bc35a3b274), ['hf://datasets/open-athena/qwen3coder-slime-rl-data-sweep@50b5767b8ea259cb9014d6d2c0ad69bc35a3b274/artifacts/r13-rollout-plot-data.csv', 'hf://datasets/open-athena/qwen3coder-slime-rl-data-sweep@50b5767b8ea259cb9014d6d2c0ad69bc35a3b274/artifacts/r13-step-timing-series.csv']
              
              Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

arm
string
step
int64
raw_reward
float64
trailing_10_rollout_mean
float64
baseline
float64
mean_uplift_ratio
float64
mixed_groups
int64
lr1
0
0.26996
0.26996
0.269962
-0.000007
8
lr1
1
0.41667
0.343315
0.269962
0.271716
8
lr1
2
0.44615
0.377593
0.269962
0.398691
6
lr1
3
0.15649
0.322318
0.269962
0.193937
3
lr1
4
0.48872
0.355598
0.269962
0.317215
7
lr1
5
0.40909
0.364513
0.269962
0.35024
8
lr1
6
0.35094
0.362574
0.269962
0.343057
8
lr1
7
0.44444
0.372808
0.269962
0.380963
10
lr1
8
0.38168
0.373793
0.269962
0.384615
3
lr1
9
0.30682
0.367096
0.269962
0.359806
8
lr1
10
0.27106
0.367206
0.269962
0.360214
4
lr1
11
0.48689
0.374228
0.269962
0.386225
7
lr1
12
0.23221
0.352834
0.269962
0.306977
4
lr1
13
0.28467
0.365652
0.269962
0.354457
7
lr1
14
0.28261
0.345041
0.269962
0.27811
9
lr1
15
0.33582
0.337714
0.269962
0.250969
6
lr1
16
0.37736
0.340356
0.269962
0.260755
6
lr1
17
0.38722
0.334634
0.269962
0.23956
10
lr1
18
0.41026
0.337492
0.269962
0.250146
5
lr1
19
0.32963
0.339773
0.269962
0.258596
4
lr1
20
0.31086
0.343753
0.269962
0.273339
6
lr1
21
0.24715
0.319779
0.269962
0.184533
8
lr1
22
0.28102
0.32466
0.269962
0.202614
7
lr1
23
0.37358
0.333551
0.269962
0.235548
9
lr1
24
0.38846
0.344136
0.269962
0.274757
3
lr1
25
0.35985
0.346539
0.269962
0.283659
10
lr1
26
0.3861
0.347413
0.269962
0.286896
6
lr1
27
0.25191
0.333882
0.269962
0.236774
3
lr1
28
0.54682
0.347538
0.269962
0.287359
7
lr1
29
0.16484
0.331059
0.269962
0.226317
4
lr1
30
0.397
0.339673
0.269962
0.258225
7
lr1
31
0.34307
0.349265
0.269962
0.293756
3
lr1
32
0.28462
0.349625
0.269962
0.29509
3
lr1
33
0.26217
0.338484
0.269962
0.253821
5
lr1
34
0.57143
0.356781
0.269962
0.321597
7
lr1
35
0.30827
0.351623
0.269962
0.302491
4
lr1
36
0.31203
0.344216
0.269962
0.275054
4
lr1
37
0.3434
0.353365
0.269962
0.308944
8
lr1
38
0.17176
0.315859
0.269962
0.170013
6
lr1
39
0.31955
0.33133
0.269962
0.227321
7
lr1
40
0.35
0.32663
0.269962
0.209911
2
lr1
41
0.27481
0.319804
0.269962
0.184626
8
lr1
42
0.341
0.325442
0.269962
0.205511
10
lr1
43
0.44689
0.343914
0.269962
0.273935
3
lr1
44
0.23256
0.310027
0.269962
0.14841
4
lr1
45
0.28846
0.308046
0.269962
0.141072
4
lr1
46
0.4053
0.317373
0.269962
0.175621
7
lr1
47
0.26718
0.309751
0.269962
0.147388
8
lr1
48
0.28352
0.320927
0.269962
0.188786
3
lr1
49
0.35227
0.324199
0.269962
0.200906
5
lr1
50
0.24521
0.31372
0.269962
0.16209
7
lr1
51
0.17871
0.30411
0.269962
0.126492
5
lr1
52
0.28462
0.298472
0.269962
0.105608
6
lr1
53
0.12687
0.26647
0.269962
-0.012935
2
lr1
54
0.36431
0.279645
0.269962
0.035868
10
lr1
55
0.40613
0.291412
0.269962
0.079456
6
lr1
56
0.34231
0.285113
0.269962
0.056123
4
lr1
57
0.4812
0.306515
0.269962
0.135401
7
lr1
58
0.28137
0.3063
0.269962
0.134604
7
lr1
59
0.25
0.296073
0.269962
0.096721
9
lr1
60
0.17424
0.288976
0.269962
0.070432
3
lr1
61
0.42857
0.313962
0.269962
0.162986
3
lr1
62
0.41455
0.326955
0.269962
0.211115
5
lr1
63
0.18702
0.33297
0.269962
0.233396
5
lr1
64
0.36803
0.333342
0.269962
0.234774
5
lr1
65
0.53053
0.345782
0.269962
0.280854
6
lr1
66
0.22692
0.334243
0.269962
0.238111
7
lr1
67
0.28244
0.314367
0.269962
0.164486
4
lr1
68
0.4023
0.32646
0.269962
0.209281
5
lr1
69
0.34444
0.335904
0.269962
0.244264
7
lr1
70
0.38224
0.356704
0.269962
0.321312
3
lr1
71
0.33955
0.347802
0.269962
0.288337
5
lr1
72
0.28571
0.334918
0.269962
0.240612
3
lr1
73
0.3346
0.349676
0.269962
0.295279
3
lr1
74
0.2973
0.342603
0.269962
0.269079
7
lr1
75
0.418868
0.331437
0.269962
0.227717
6
lr1
76
0.437736
0.352519
0.269962
0.305808
3
lr1
77
0.215094
0.345784
0.269962
0.280861
4
lr1
78
0.258427
0.331397
0.269962
0.227567
3
lr1
79
0.352273
0.33218
0.269962
0.230469
6
lr1
80
0.326923
0.326648
0.269962
0.209978
3
lr1
81
0.409266
0.33362
0.269962
0.235803
3
lr1
82
0.365385
0.341587
0.269962
0.265316
5
lr1
83
0.342105
0.342338
0.269962
0.268096
6
lr1
84
0.27027
0.339635
0.269962
0.258084
1
lr1
85
0.319231
0.329671
0.269962
0.221176
5
lr1
86
0.426357
0.328533
0.269962
0.216961
5
lr1
87
0.533074
0.360331
0.269962
0.334747
5
lr1
88
0.255814
0.36007
0.269962
0.33378
2
lr1
89
0.250965
0.349939
0.269962
0.296253
3
lr1
90
0.243346
0.341581
0.269962
0.265294
1
lr1
91
0.362934
0.336948
0.269962
0.248132
6
lr2
0
0.26616
0.26616
0.26616
0.000001
9
lr2
1
0.41573
0.340945
0.26616
0.280979
6
lr2
2
0.43396
0.37195
0.26616
0.397469
8
lr2
3
0.16729
0.320785
0.26616
0.205235
6
lr2
4
0.49621
0.35587
0.26616
0.337054
6
lr2
5
0.38007
0.359903
0.26616
0.352208
7
lr2
6
0.33333
0.356107
0.26616
0.337945
7
lr2
7
0.4461
0.367356
0.26616
0.38021
11
End of preview.

No dataset card yet

Downloads last month
53