Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code: DatasetGenerationError
Exception: CastError
Message: Couldn't cast
variant: string
split: string
num_images: int64
dtype: string
raw_shape: list<item: int64>
child 0, item: int64
model: string
transform: struct<type: string, target_ratio: double, input_dim: int64>
child 0, type: string
child 1, target_ratio: double
child 2, input_dim: int64
to
{'text': Value('string')}
because column names don't match
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 764, in write_table
self.write_rows_on_file() # in case there are buffered rows to write first
~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.14/site-packages/datasets/arrow_writer.py", line 663, in write_rows_on_file
self._write_table(table)
~~~~~~~~~~~~~~~~~^^^^^^^
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
variant: string
split: string
num_images: int64
dtype: string
raw_shape: list<item: int64>
child 0, item: int64
model: string
transform: struct<type: string, target_ratio: double, input_dim: int64>
child 0, type: string
child 1, target_ratio: double
child 2, input_dim: int64
to
{'text': Value('string')}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
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 7 new columns ({'raw_shape', 'split', 'dtype', 'num_images', 'transform', 'model', 'variant'}) and 1 missing columns ({'text'}).
This happened while the json dataset builder was generating data using
hf://datasets/ZaMinVo/OACIRR_feature/Fashion/train/index_names.json (at revision de7dbfa3c39780dbecefbe74d1afaee69ffdd2b3), ['hf://datasets/ZaMinVo/OACIRR_feature@de7dbfa3c39780dbecefbe74d1afaee69ffdd2b3/Car/train/index_names.json', 'hf://datasets/ZaMinVo/OACIRR_feature@de7dbfa3c39780dbecefbe74d1afaee69ffdd2b3/Car/train/meta.json', 'hf://datasets/ZaMinVo/OACIRR_feature@de7dbfa3c39780dbecefbe74d1afaee69ffdd2b3/Fashion/train/index_names.json', 'hf://datasets/ZaMinVo/OACIRR_feature@de7dbfa3c39780dbecefbe74d1afaee69ffdd2b3/Fashion/train/meta.json', 'hf://datasets/ZaMinVo/OACIRR_feature@de7dbfa3c39780dbecefbe74d1afaee69ffdd2b3/Landmark/train/index_names.json', 'hf://datasets/ZaMinVo/OACIRR_feature@de7dbfa3c39780dbecefbe74d1afaee69ffdd2b3/Landmark/train/meta.json', 'hf://datasets/ZaMinVo/OACIRR_feature@de7dbfa3c39780dbecefbe74d1afaee69ffdd2b3/Product/train/index_names.json', 'hf://datasets/ZaMinVo/OACIRR_feature@de7dbfa3c39780dbecefbe74d1afaee69ffdd2b3/Product/train/meta.json', 'hf://datasets/ZaMinVo/OACIRR_feature@de7dbfa3c39780dbecefbe74d1afaee69ffdd2b3/Union/train/index_names.json', 'hf://datasets/ZaMinVo/OACIRR_feature@de7dbfa3c39780dbecefbe74d1afaee69ffdd2b3/Union/train/meta.json'], ['hf://datasets/ZaMinVo/OACIRR_feature@de7dbfa3c39780dbecefbe74d1afaee69ffdd2b3/Car/train/index_names.json', 'hf://datasets/ZaMinVo/OACIRR_feature@de7dbfa3c39780dbecefbe74d1afaee69ffdd2b3/Car/train/meta.json', 'hf://datasets/ZaMinVo/OACIRR_feature@de7dbfa3c39780dbecefbe74d1afaee69ffdd2b3/Fashion/train/index_names.json', 'hf://datasets/ZaMinVo/OACIRR_feature@de7dbfa3c39780dbecefbe74d1afaee69ffdd2b3/Fashion/train/meta.json', 'hf://datasets/ZaMinVo/OACIRR_feature@de7dbfa3c39780dbecefbe74d1afaee69ffdd2b3/Landmark/train/index_names.json', 'hf://datasets/ZaMinVo/OACIRR_feature@de7dbfa3c39780dbecefbe74d1afaee69ffdd2b3/Landmark/train/meta.json', 'hf://datasets/ZaMinVo/OACIRR_feature@de7dbfa3c39780dbecefbe74d1afaee69ffdd2b3/Product/train/index_names.json', 'hf://datasets/ZaMinVo/OACIRR_feature@de7dbfa3c39780dbecefbe74d1afaee69ffdd2b3/Product/train/meta.json', 'hf://datasets/ZaMinVo/OACIRR_feature@de7dbfa3c39780dbecefbe74d1afaee69ffdd2b3/Union/train/index_names.json', 'hf://datasets/ZaMinVo/OACIRR_feature@de7dbfa3c39780dbecefbe74d1afaee69ffdd2b3/Union/train/meta.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)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1858, in _prepare_split_single
num_examples, num_bytes = writer.finalize()
~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.14/site-packages/datasets/arrow_writer.py", line 781, in finalize
self.write_rows_on_file()
~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.14/site-packages/datasets/arrow_writer.py", line 663, in write_rows_on_file
self._write_table(table)
~~~~~~~~~~~~~~~~~^^^^^^^
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
variant: string
split: string
num_images: int64
dtype: string
raw_shape: list<item: int64>
child 0, item: int64
model: string
transform: struct<type: string, target_ratio: double, input_dim: int64>
child 0, type: string
child 1, target_ratio: double
child 2, input_dim: int64
to
{'text': Value('string')}
because column names don't match
The above exception was the direct cause of the following exception:
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 1869, in _prepare_split_single
raise DatasetGenerationError("An error occurred while generating the dataset") from e
datasets.exceptions.DatasetGenerationError: An error occurred while generating the datasetNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
text string |
|---|
00003 |
00004 |
00006 |
00008 |
00009 |
00010 |
00014 |
00015 |
00016 |
00019 |
00020 |
00022 |
00023 |
00027 |
00030 |
00031 |
00034 |
00036 |
00039 |
00042 |
00046 |
00048 |
00049 |
00051 |
00052 |
00056 |
00070 |
00075 |
00077 |
00078 |
00079 |
00084 |
00085 |
00093 |
00095 |
00096 |
00097 |
00099 |
00106 |
00108 |
00112 |
00114 |
00115 |
00121 |
00123 |
00124 |
00125 |
00127 |
00128 |
00129 |
00131 |
00133 |
00138 |
00139 |
00140 |
00141 |
00142 |
00145 |
00151 |
00152 |
00155 |
00156 |
00159 |
00165 |
00168 |
00170 |
00171 |
00172 |
00173 |
00175 |
00176 |
00180 |
00181 |
00185 |
00187 |
00190 |
00191 |
00195 |
00196 |
00197 |
00203 |
00204 |
00214 |
00216 |
00218 |
00223 |
00224 |
00227 |
00228 |
00230 |
00232 |
00236 |
00242 |
00245 |
00247 |
00249 |
00250 |
00253 |
00255 |
00260 |
End of preview.
No dataset card yet
- Downloads last month
- 47