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 5 new columns ({'comparison', 'latency_ratio_vs_raw', 'accuracy_delta', 'model', 'input_token_delta'}) and 4 missing columns ({'status', 'split', 'detail', 'dataset'}).

This happened while the csv dataset builder was generating data using

hf://datasets/Srishti280992/effgen-expanded-repro-artifacts/expanded_benchmark/deltas_vs_raw.csv (at revision 4f0df42643663f3591cdf38576d795f30d35b6dc), ['hf://datasets/Srishti280992/effgen-expanded-repro-artifacts@4f0df42643663f3591cdf38576d795f30d35b6dc/expanded_benchmark/dataset_load_notes.csv', 'hf://datasets/Srishti280992/effgen-expanded-repro-artifacts@4f0df42643663f3591cdf38576d795f30d35b6dc/expanded_benchmark/deltas_vs_raw.csv', 'hf://datasets/Srishti280992/effgen-expanded-repro-artifacts@4f0df42643663f3591cdf38576d795f30d35b6dc/expanded_benchmark/mode_stats.csv', 'hf://datasets/Srishti280992/effgen-expanded-repro-artifacts@4f0df42643663f3591cdf38576d795f30d35b6dc/expanded_benchmark/predictions.csv', 'hf://datasets/Srishti280992/effgen-expanded-repro-artifacts@4f0df42643663f3591cdf38576d795f30d35b6dc/expanded_benchmark/summary.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 1837, 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 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
              model: string
              benchmark: string
              comparison: string
              accuracy_delta: double
              latency_ratio_vs_raw: double
              input_token_delta: double
              -- schema metadata --
              pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 1031
              to
              {'benchmark': Value('string'), 'status': Value('string'), 'dataset': Value('string'), 'split': Value('string'), 'detail': Value('string')}
              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 1683, 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 1839, 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 5 new columns ({'comparison', 'latency_ratio_vs_raw', 'accuracy_delta', 'model', 'input_token_delta'}) and 4 missing columns ({'status', 'split', 'detail', 'dataset'}).
              
              This happened while the csv dataset builder was generating data using
              
              hf://datasets/Srishti280992/effgen-expanded-repro-artifacts/expanded_benchmark/deltas_vs_raw.csv (at revision 4f0df42643663f3591cdf38576d795f30d35b6dc), ['hf://datasets/Srishti280992/effgen-expanded-repro-artifacts@4f0df42643663f3591cdf38576d795f30d35b6dc/expanded_benchmark/dataset_load_notes.csv', 'hf://datasets/Srishti280992/effgen-expanded-repro-artifacts@4f0df42643663f3591cdf38576d795f30d35b6dc/expanded_benchmark/deltas_vs_raw.csv', 'hf://datasets/Srishti280992/effgen-expanded-repro-artifacts@4f0df42643663f3591cdf38576d795f30d35b6dc/expanded_benchmark/mode_stats.csv', 'hf://datasets/Srishti280992/effgen-expanded-repro-artifacts@4f0df42643663f3591cdf38576d795f30d35b6dc/expanded_benchmark/predictions.csv', 'hf://datasets/Srishti280992/effgen-expanded-repro-artifacts@4f0df42643663f3591cdf38576d795f30d35b6dc/expanded_benchmark/summary.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.

benchmark
string
status
string
dataset
string
split
string
detail
null
gsm8k
loaded
openai/gsm8k
test
null
gsm_plus
loaded
qintongli/GSM-Plus
testmini
null
math500
loaded
HuggingFaceH4/MATH-500
test
null
arc_challenge
loaded
allenai/ai2_arc
validation
null
arc_easy
loaded
allenai/ai2_arc
validation
null
commonsenseqa
loaded
tau/commonsense_qa
validation
null
simpleqa
loaded
basicv8vc/SimpleQA
test
null
beyondbench_public_proxy
loaded
eamag/beyond_benchmarks
test
null
gaia
blocked
gaia-benchmark/GAIA
validation
null
arc_challenge
null
null
null
null
arc_challenge
null
null
null
null
arc_easy
null
null
null
null
arc_easy
null
null
null
null
beyondbench_public_proxy
null
null
null
null
beyondbench_public_proxy
null
null
null
null
commonsenseqa
null
null
null
null
commonsenseqa
null
null
null
null
gsm8k
null
null
null
null
gsm8k
null
null
null
null
gsm_plus
null
null
null
null
gsm_plus
null
null
null
null
math500
null
null
null
null
math500
null
null
null
null
overall_micro
null
null
null
null
overall_micro
null
null
null
null
simpleqa
null
null
null
null
simpleqa
null
null
null
null
arc_challenge
null
null
null
null
arc_challenge
null
null
null
null
arc_easy
null
null
null
null
arc_easy
null
null
null
null
beyondbench_public_proxy
null
null
null
null
beyondbench_public_proxy
null
null
null
null
commonsenseqa
null
null
null
null
commonsenseqa
null
null
null
null
gsm8k
null
null
null
null
gsm8k
null
null
null
null
gsm_plus
null
null
null
null
gsm_plus
null
null
null
null
math500
null
null
null
null
math500
null
null
null
null
overall_micro
null
null
null
null
overall_micro
null
null
null
null
simpleqa
null
null
null
null
simpleqa
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
gsm8k
null
null
null
null
gsm8k
null
null
null
null
gsm8k
null
null
null
null
gsm8k
null
null
null
null
gsm8k
null
null
null
null
gsm8k
null
null
null
null
gsm8k
null
null
null
null
gsm8k
null
null
null
null
gsm8k
null
null
null
null
gsm8k
null
null
null
null
gsm8k
null
null
null
null
gsm8k
null
null
null
null
gsm8k
null
null
null
null
gsm8k
null
null
null
null
gsm8k
null
null
null
null
gsm8k
null
null
null
null
gsm8k
null
null
null
null
gsm8k
null
null
null
null
gsm8k
null
null
null
null
gsm8k
null
null
null
null
gsm8k
null
null
null
null
gsm8k
null
null
null
null
gsm8k
null
null
null
null
gsm8k
null
null
null
null
gsm8k
null
null
null
null
gsm8k
null
null
null
null
gsm8k
null
null
null
null
gsm8k
null
null
null
null
gsm8k
null
null
null
null
gsm8k
null
null
null
null
gsm8k
null
null
null
null
gsm8k
null
null
null
null
gsm8k
null
null
null
null
gsm8k
null
null
null
null
gsm8k
null
null
null
null
gsm8k
null
null
null
null
gsm8k
null
null
null
null
gsm8k
null
null
null
null
gsm8k
null
null
null
null
gsm8k
null
null
null
null
gsm8k
null
null
null
null
gsm8k
null
null
null
null
gsm8k
null
null
null
null
gsm8k
null
null
null
null
gsm8k
null
null
null
null
gsm8k
null
null
null
null
gsm8k
null
null
null
null
gsm8k
null
null
null
null
gsm8k
null
null
null
null
End of preview.

No dataset card yet

Downloads last month
14