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 2 new columns ({'reward', 'sample'})

This happened while the json dataset builder was generating data using

hf://datasets/tarsur385/swev-gemini3-500-trm-eval/traj_records_500.json (at revision ea7516950bfa7719c3710c6a0f1f572374cd078f), ['hf://datasets/tarsur385/swev-gemini3-500-trm-eval@ea7516950bfa7719c3710c6a0f1f572374cd078f/task_prompts_500.json', 'hf://datasets/tarsur385/swev-gemini3-500-trm-eval@ea7516950bfa7719c3710c6a0f1f572374cd078f/traj_records_500.json'], ['hf://datasets/tarsur385/swev-gemini3-500-trm-eval@ea7516950bfa7719c3710c6a0f1f572374cd078f/task_prompts_500.json', 'hf://datasets/tarsur385/swev-gemini3-500-trm-eval@ea7516950bfa7719c3710c6a0f1f572374cd078f/traj_records_500.json']

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
              trajectory_id: string
              task_id: string
              sample: string
              reward: double
              messages: list<item: struct<role: string, content: extension<arrow.json>, tool_calls: list<item: struct<id: st (... 95 chars omitted)
                child 0, item: struct<role: string, content: extension<arrow.json>, tool_calls: list<item: struct<id: string, type: (... 83 chars omitted)
                    child 0, role: string
                    child 1, content: extension<arrow.json>
                    child 2, tool_calls: list<item: struct<id: string, type: string, function: struct<name: string, arguments: string>>>
                        child 0, item: struct<id: string, type: string, function: struct<name: string, arguments: string>>
                            child 0, id: string
                            child 1, type: string
                            child 2, function: struct<name: string, arguments: string>
                                child 0, name: string
                                child 1, arguments: string
                    child 3, tool_call_id: string
              agent_name: string
              model: string
              n_steps: int64
              domain: string
              -- schema metadata --
              huggingface: '{"info": {"features": {"trajectory_id": {"dtype": "string",' + 796
              to
              {'trajectory_id': Value('string'), 'task_id': Value('string'), 'messages': List({'role': Value('string'), 'content': Value('string')}), 'agent_name': Value('string'), 'model': Value('string'), 'n_steps': Value('int64'), 'domain': 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 2 new columns ({'reward', 'sample'})
              
              This happened while the json dataset builder was generating data using
              
              hf://datasets/tarsur385/swev-gemini3-500-trm-eval/traj_records_500.json (at revision ea7516950bfa7719c3710c6a0f1f572374cd078f), ['hf://datasets/tarsur385/swev-gemini3-500-trm-eval@ea7516950bfa7719c3710c6a0f1f572374cd078f/task_prompts_500.json', 'hf://datasets/tarsur385/swev-gemini3-500-trm-eval@ea7516950bfa7719c3710c6a0f1f572374cd078f/traj_records_500.json'], ['hf://datasets/tarsur385/swev-gemini3-500-trm-eval@ea7516950bfa7719c3710c6a0f1f572374cd078f/task_prompts_500.json', 'hf://datasets/tarsur385/swev-gemini3-500-trm-eval@ea7516950bfa7719c3710c6a0f1f572374cd078f/traj_records_500.json']
              
              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.

trajectory_id
string
task_id
string
messages
list
agent_name
string
model
string
n_steps
int64
domain
string
django__django-12155
django__django-12155
[ { "role": "system", "content": "You are OpenHands agent, a helpful AI assistant that can interact with a computer to solve tasks.\n\n<ROLE>\n* Your primary role is to assist users by executing commands, modifying code, and solving technical problems effectively. You should be thorough, methodical, and prior...
task_prompt
task_prompt
0
task-prompt
django__django-13279
django__django-13279
[ { "role": "system", "content": "You are OpenHands agent, a helpful AI assistant that can interact with a computer to solve tasks.\n\n<ROLE>\n* Your primary role is to assist users by executing commands, modifying code, and solving technical problems effectively. You should be thorough, methodical, and prior...
task_prompt
task_prompt
0
task-prompt
scikit-learn__scikit-learn-13439
scikit-learn__scikit-learn-13439
[ { "role": "system", "content": "You are OpenHands agent, a helpful AI assistant that can interact with a computer to solve tasks.\n\n<ROLE>\n* Your primary role is to assist users by executing commands, modifying code, and solving technical problems effectively. You should be thorough, methodical, and prior...
task_prompt
task_prompt
0
task-prompt
django__django-11999
django__django-11999
[ { "role": "system", "content": "You are OpenHands agent, a helpful AI assistant that can interact with a computer to solve tasks.\n\n<ROLE>\n* Your primary role is to assist users by executing commands, modifying code, and solving technical problems effectively. You should be thorough, methodical, and prior...
task_prompt
task_prompt
0
task-prompt
django__django-13670
django__django-13670
[ { "role": "system", "content": "You are OpenHands agent, a helpful AI assistant that can interact with a computer to solve tasks.\n\n<ROLE>\n* Your primary role is to assist users by executing commands, modifying code, and solving technical problems effectively. You should be thorough, methodical, and prior...
task_prompt
task_prompt
0
task-prompt
sphinx-doc__sphinx-7757
sphinx-doc__sphinx-7757
[ { "role": "system", "content": "You are OpenHands agent, a helpful AI assistant that can interact with a computer to solve tasks.\n\n<ROLE>\n* Your primary role is to assist users by executing commands, modifying code, and solving technical problems effectively. You should be thorough, methodical, and prior...
task_prompt
task_prompt
0
task-prompt
astropy__astropy-14309
astropy__astropy-14309
[ { "role": "system", "content": "You are OpenHands agent, a helpful AI assistant that can interact with a computer to solve tasks.\n\n<ROLE>\n* Your primary role is to assist users by executing commands, modifying code, and solving technical problems effectively. You should be thorough, methodical, and prior...
task_prompt
task_prompt
0
task-prompt
sympy__sympy-15599
sympy__sympy-15599
[ { "role": "system", "content": "You are OpenHands agent, a helpful AI assistant that can interact with a computer to solve tasks.\n\n<ROLE>\n* Your primary role is to assist users by executing commands, modifying code, and solving technical problems effectively. You should be thorough, methodical, and prior...
task_prompt
task_prompt
0
task-prompt
sympy__sympy-24213
sympy__sympy-24213
[ { "role": "system", "content": "You are OpenHands agent, a helpful AI assistant that can interact with a computer to solve tasks.\n\n<ROLE>\n* Your primary role is to assist users by executing commands, modifying code, and solving technical problems effectively. You should be thorough, methodical, and prior...
task_prompt
task_prompt
0
task-prompt
sphinx-doc__sphinx-8551
sphinx-doc__sphinx-8551
[{"role":"system","content":"You are OpenHands agent, a helpful AI assistant that can interact with (...TRUNCATED)
task_prompt
task_prompt
0
task-prompt
End of preview.

No dataset card yet

Downloads last month
26