Dataset Viewer
Auto-converted to Parquet Duplicate
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
sample_number: int32
dataset_index: int32
file_id: string
input_prompt: string
tikz_code_original: string
image_original: struct<bytes: binary, path: string>
  child 0, bytes: binary
  child 1, path: string
tikz_code_generated__nllg_TikZilla_3B_RL: string
raw_model_output__nllg_TikZilla_3B_RL: string
image_generated__nllg_TikZilla_3B_RL: struct<bytes: binary, path: string>
  child 0, bytes: binary
  child 1, path: string
compile_status__nllg_TikZilla_3B_RL: string
error_message__nllg_TikZilla_3B_RL: string
tikz_code_generated__empero_ai_Qwythos_9B_Claude_Mythos_5_1M: string
raw_model_output__empero_ai_Qwythos_9B_Claude_Mythos_5_1M: string
image_generated__empero_ai_Qwythos_9B_Claude_Mythos_5_1M: struct<bytes: binary, path: string>
  child 0, bytes: binary
  child 1, path: string
compile_status__empero_ai_Qwythos_9B_Claude_Mythos_5_1M: string
error_message__empero_ai_Qwythos_9B_Claude_Mythos_5_1M: string
tikz_code_generated__deepreinforce_ai_Ornith_1_0_9B: string
raw_model_output__deepreinforce_ai_Ornith_1_0_9B: string
image_generated__deepreinforce_ai_Ornith_1_0_9B: struct<bytes: binary, path: string>
  child 0, bytes: binary
  child 1, path: string
compile_status__deepreinforce_ai_Ornith_1_0_9B: string
error_message__deepreinforce_ai_Ornith_1_0_9B: string
tikz_code_generated__Qwen_Qwen3_5_9B: string
raw_model_output__Qwen_Qwen3_5_9B: string
image_generated__Qwen_Qwen3_5_9B: struct<bytes: binary, path: string>
  child 0, bytes: binary
  child 1, path: string
compile_status__Qwen_Qwen3_5_9B: string
error_message__Qwen_Qwen3_5_9B: string
-- schema metadata --
huggingface: '{"info": {"features": {"sample_number": {"dtype": "int32", ' + 1926
to
{'sample_number': Value('int32'), 'dataset_index': Value('int32'), 'file_id': Value('string'), 'model_id': Value('string'), 'model_key': Value('string'), 'model_loader': Value('string'), 'input_prompt': Value('string'), 'tikz_code_original': Value('string'), 'tikz_code_generated': Value('string'), 'raw_model_output': Value('string'), 'image_original': Image(mode=None, decode=True), 'image_generated': Image(mode=None, decode=True), 'compile_status': Value('string'), 'error_message': Value('string')}
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 478, 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 2818, in __iter__
                  for key, example in ex_iterable:
                                      ^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2355, in __iter__
                  for key, pa_table in self._iter_arrow():
                                       ~~~~~~~~~~~~~~~~^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2380, 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/parquet/parquet.py", line 220, in _generate_tables
                  yield Key(file_idx, batch_idx), self._cast_table(pa_table)
                                                  ~~~~~~~~~~~~~~~~^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/parquet/parquet.py", line 156, 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 2369, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2297, in cast_table_to_schema
                  raise CastError(
                  ...<3 lines>...
                  )
              datasets.table.CastError: Couldn't cast
              sample_number: int32
              dataset_index: int32
              file_id: string
              input_prompt: string
              tikz_code_original: string
              image_original: struct<bytes: binary, path: string>
                child 0, bytes: binary
                child 1, path: string
              tikz_code_generated__nllg_TikZilla_3B_RL: string
              raw_model_output__nllg_TikZilla_3B_RL: string
              image_generated__nllg_TikZilla_3B_RL: struct<bytes: binary, path: string>
                child 0, bytes: binary
                child 1, path: string
              compile_status__nllg_TikZilla_3B_RL: string
              error_message__nllg_TikZilla_3B_RL: string
              tikz_code_generated__empero_ai_Qwythos_9B_Claude_Mythos_5_1M: string
              raw_model_output__empero_ai_Qwythos_9B_Claude_Mythos_5_1M: string
              image_generated__empero_ai_Qwythos_9B_Claude_Mythos_5_1M: struct<bytes: binary, path: string>
                child 0, bytes: binary
                child 1, path: string
              compile_status__empero_ai_Qwythos_9B_Claude_Mythos_5_1M: string
              error_message__empero_ai_Qwythos_9B_Claude_Mythos_5_1M: string
              tikz_code_generated__deepreinforce_ai_Ornith_1_0_9B: string
              raw_model_output__deepreinforce_ai_Ornith_1_0_9B: string
              image_generated__deepreinforce_ai_Ornith_1_0_9B: struct<bytes: binary, path: string>
                child 0, bytes: binary
                child 1, path: string
              compile_status__deepreinforce_ai_Ornith_1_0_9B: string
              error_message__deepreinforce_ai_Ornith_1_0_9B: string
              tikz_code_generated__Qwen_Qwen3_5_9B: string
              raw_model_output__Qwen_Qwen3_5_9B: string
              image_generated__Qwen_Qwen3_5_9B: struct<bytes: binary, path: string>
                child 0, bytes: binary
                child 1, path: string
              compile_status__Qwen_Qwen3_5_9B: string
              error_message__Qwen_Qwen3_5_9B: string
              -- schema metadata --
              huggingface: '{"info": {"features": {"sample_number": {"dtype": "int32", ' + 1926
              to
              {'sample_number': Value('int32'), 'dataset_index': Value('int32'), 'file_id': Value('string'), 'model_id': Value('string'), 'model_key': Value('string'), 'model_loader': Value('string'), 'input_prompt': Value('string'), 'tikz_code_original': Value('string'), 'tikz_code_generated': Value('string'), 'raw_model_output': Value('string'), 'image_original': Image(mode=None, decode=True), 'image_generated': Image(mode=None, decode=True), 'compile_status': Value('string'), 'error_message': Value('string')}
              because column names don't match

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.

README.md exists but content is empty.
Downloads last month
15