Dataset Viewer
The dataset viewer is not available for this split.
The info cannot be fetched for the config 'default' of the dataset.
Error code: InfoError
Exception: ValueError
Message: Couldn't infer the same data file format for all splits. Got {NamedSplit('train'): (None, {}), NamedSplit('validation'): ('json', {}), NamedSplit('test'): ('json', {})}
Traceback: Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/split/first_rows.py", line 224, in compute_first_rows_from_streaming_response
info = get_dataset_config_info(path=dataset, config_name=config, token=hf_token)
File "/usr/local/lib/python3.14/site-packages/datasets/inspect.py", line 268, in get_dataset_config_info
builder = load_dataset_builder(
path,
...<6 lines>...
**config_kwargs,
)
File "/src/services/worker/src/worker/utils.py", line 386, in safe_load_dataset_builder
dataset_module = dataset_module_factory(
repo_dir,
revision=revision,
download_config=download_config,
)
File "/usr/local/lib/python3.14/site-packages/datasets/load.py", line 1215, in dataset_module_factory
raise e1 from None
File "/usr/local/lib/python3.14/site-packages/datasets/load.py", line 1190, in dataset_module_factory
).get_module()
~~~~~~~~~~^^
File "/usr/local/lib/python3.14/site-packages/datasets/load.py", line 655, in get_module
module_name, default_builder_kwargs = infer_module_for_data_files(
~~~~~~~~~~~~~~~~~~~~~~~~~~~^
data_files=data_files,
^^^^^^^^^^^^^^^^^^^^^^
path=self.name,
^^^^^^^^^^^^^^^
download_config=self.download_config,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/usr/local/lib/python3.14/site-packages/datasets/load.py", line 314, in infer_module_for_data_files
raise ValueError(f"Couldn't infer the same data file format for all splits. Got {split_modules}")
ValueError: Couldn't infer the same data file format for all splits. Got {NamedSplit('train'): (None, {}), NamedSplit('validation'): ('json', {}), NamedSplit('test'): ('json', {})}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.
No dataset card yet
- Downloads last month
- 1,715