Dataset Viewer
The dataset viewer is not available for this split.
Cannot load the dataset split (in streaming mode) to extract the first rows.
Error code: StreamingRowsError
Exception: CastError
Message: Couldn't cast
event: string
ordinal: int64
query_index: int64
seed: int64
slots: int64
time_unix: double
action_tokens: list<item: int64>
child 0, item: int64
attention_mask: list<item: int64>
child 0, item: int64
completion: string
draw: int64
eos_index: int64
native_clean_up_tokenization_spaces: bool
raw_decoded: string
raw_tokens: list<item: int64>
child 0, item: int64
raw_tokens_sha256: string
slot: int64
terminated: bool
truncated: bool
verbatim_completion: string
actual_returncode: int64
completed_slots: int64
reserved_slots: int64
status: string
native_cache_hits: int64
body_credit_evaluations: int64
fatal: bool
physical_native_calls: int64
unique_exact_bodies: int64
native_cache: string
new_fits: int64
native_status_counts: struct<completed: int64, invalid_preinsertion: int64, measured_runtime_failure: int64>
child 0, completed: int64
child 1, invalid_preinsertion: int64
child 2, measured_runtime_failure: int64
literal_slots: int64
body_credit_cache_hits: int64
new_model_calls: int64
completed_literals: int64
logical_native_slots: int64
baseline_extra_reference_derivations: int64
baseline_policy: struct<body_panel_reads_attempted: int64, body_panel_reads_completed: int64, cache: string, construc (... 495 chars omitted)
child 0, body_panel_reads_attempted: int64
child 1, body_panel_reads_completed: int64
child 2, cache: string
child 3, construction_none_panels: int64
child 4, construction_panel_reads: int64
child 5, counter_scope: string
child 6, counter_state_excluded_from_policy_fingerprint: bool
child 7, fits: int64
child 8, intrinsic_calls_attempted: int64
child 9, intrinsic_calls_completed: int64
child 10, model_calls: int64
child 11, native_calls: int64
child 12, original_panel_reads_attempted: int64
child 13, original_panel_reads_completed: int64
child 14, panel_read_definition: string
child 15, reference_rows_attempted: int64
child 16, reference_rows_completed: int64
child 17, utility_calls_attempted: int64
child 18, utility_calls_completed: int64
to
{'baseline_extra_reference_derivations': Value('int64'), 'baseline_policy': {'body_panel_reads_attempted': Value('int64'), 'body_panel_reads_completed': Value('int64'), 'cache': Value('string'), 'construction_none_panels': Value('int64'), 'construction_panel_reads': Value('int64'), 'counter_scope': Value('string'), 'counter_state_excluded_from_policy_fingerprint': Value('bool'), 'fits': Value('int64'), 'intrinsic_calls_attempted': Value('int64'), 'intrinsic_calls_completed': Value('int64'), 'model_calls': Value('int64'), 'native_calls': Value('int64'), 'original_panel_reads_attempted': Value('int64'), 'original_panel_reads_completed': Value('int64'), 'panel_read_definition': Value('string'), 'reference_rows_attempted': Value('int64'), 'reference_rows_completed': Value('int64'), 'utility_calls_attempted': Value('int64'), 'utility_calls_completed': Value('int64')}, 'body_credit_cache_hits': Value('int64'), 'body_credit_evaluations': Value('int64'), 'completed_literals': Value('int64'), 'fatal': Value('bool'), 'literal_slots': Value('int64'), 'logical_native_slots': Value('int64'), 'native_cache': Value('string'), 'native_cache_hits': Value('int64'), 'native_status_counts': {'completed': Value('int64'), 'invalid_preinsertion': Value('int64'), 'measured_runtime_failure': Value('int64')}, 'new_fits': Value('int64'), 'new_model_calls': Value('int64'), 'physical_native_calls': Value('int64'), 'unique_exact_bodies': Value('int64')}
because column names don't match
Traceback: Traceback (most recent call last):
File "/src/services/worker/src/worker/utils.py", line 147, in get_rows_or_raise
return get_rows(
dataset=dataset,
...<4 lines>...
column_names=column_names,
)
File "/src/libs/libcommon/src/libcommon/utils.py", line 272, in decorator
return func(*args, **kwargs)
File "/src/services/worker/src/worker/utils.py", line 127, in get_rows
rows_plus_one = list(itertools.islice(safe_iter(ds, dataset=dataset), rows_max_number + 1))
File "/src/services/worker/src/worker/utils.py", line 483, in safe_iter
yield from ds.decode(False) if ds.features else ds
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2840, in __iter__
for key, example in ex_iterable:
^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2373, in __iter__
for key, pa_table in self._iter_arrow():
~~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2398, in _iter_arrow
for key, pa_table in self.ex_iterable._iter_arrow():
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 536, in _iter_arrow
for key, pa_table in iterator:
^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 419, in _iter_arrow
for key, pa_table in self.generate_tables_fn(**gen_kwags):
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 343, in _generate_tables
self._cast_table(pa_table, json_field_paths=json_field_paths),
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 132, in _cast_table
pa_table = table_cast(pa_table, self.info.features.arrow_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
event: string
ordinal: int64
query_index: int64
seed: int64
slots: int64
time_unix: double
action_tokens: list<item: int64>
child 0, item: int64
attention_mask: list<item: int64>
child 0, item: int64
completion: string
draw: int64
eos_index: int64
native_clean_up_tokenization_spaces: bool
raw_decoded: string
raw_tokens: list<item: int64>
child 0, item: int64
raw_tokens_sha256: string
slot: int64
terminated: bool
truncated: bool
verbatim_completion: string
actual_returncode: int64
completed_slots: int64
reserved_slots: int64
status: string
native_cache_hits: int64
body_credit_evaluations: int64
fatal: bool
physical_native_calls: int64
unique_exact_bodies: int64
native_cache: string
new_fits: int64
native_status_counts: struct<completed: int64, invalid_preinsertion: int64, measured_runtime_failure: int64>
child 0, completed: int64
child 1, invalid_preinsertion: int64
child 2, measured_runtime_failure: int64
literal_slots: int64
body_credit_cache_hits: int64
new_model_calls: int64
completed_literals: int64
logical_native_slots: int64
baseline_extra_reference_derivations: int64
baseline_policy: struct<body_panel_reads_attempted: int64, body_panel_reads_completed: int64, cache: string, construc (... 495 chars omitted)
child 0, body_panel_reads_attempted: int64
child 1, body_panel_reads_completed: int64
child 2, cache: string
child 3, construction_none_panels: int64
child 4, construction_panel_reads: int64
child 5, counter_scope: string
child 6, counter_state_excluded_from_policy_fingerprint: bool
child 7, fits: int64
child 8, intrinsic_calls_attempted: int64
child 9, intrinsic_calls_completed: int64
child 10, model_calls: int64
child 11, native_calls: int64
child 12, original_panel_reads_attempted: int64
child 13, original_panel_reads_completed: int64
child 14, panel_read_definition: string
child 15, reference_rows_attempted: int64
child 16, reference_rows_completed: int64
child 17, utility_calls_attempted: int64
child 18, utility_calls_completed: int64
to
{'baseline_extra_reference_derivations': Value('int64'), 'baseline_policy': {'body_panel_reads_attempted': Value('int64'), 'body_panel_reads_completed': Value('int64'), 'cache': Value('string'), 'construction_none_panels': Value('int64'), 'construction_panel_reads': Value('int64'), 'counter_scope': Value('string'), 'counter_state_excluded_from_policy_fingerprint': Value('bool'), 'fits': Value('int64'), 'intrinsic_calls_attempted': Value('int64'), 'intrinsic_calls_completed': Value('int64'), 'model_calls': Value('int64'), 'native_calls': Value('int64'), 'original_panel_reads_attempted': Value('int64'), 'original_panel_reads_completed': Value('int64'), 'panel_read_definition': Value('string'), 'reference_rows_attempted': Value('int64'), 'reference_rows_completed': Value('int64'), 'utility_calls_attempted': Value('int64'), 'utility_calls_completed': Value('int64')}, 'body_credit_cache_hits': Value('int64'), 'body_credit_evaluations': Value('int64'), 'completed_literals': Value('int64'), 'fatal': Value('bool'), 'literal_slots': Value('int64'), 'logical_native_slots': Value('int64'), 'native_cache': Value('string'), 'native_cache_hits': Value('int64'), 'native_status_counts': {'completed': Value('int64'), 'invalid_preinsertion': Value('int64'), 'measured_runtime_failure': Value('int64')}, 'new_fits': Value('int64'), 'new_model_calls': Value('int64'), 'physical_native_calls': Value('int64'), 'unique_exact_bodies': Value('int64')}
because column names don't matchNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
No dataset card yet
- Downloads last month
- 544