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: TypeError Message: Couldn't cast array of type bool to null Traceback: Traceback (most recent call last): File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1625, in _prepare_split_single writer.write(example, key) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 537, in write self.write_examples_on_file() File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 495, in write_examples_on_file self.write_batch(batch_examples=batch_examples) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 605, in write_batch arrays.append(pa.array(typed_sequence)) File "pyarrow/array.pxi", line 247, in pyarrow.lib.array File "pyarrow/array.pxi", line 112, in pyarrow.lib._handle_arrow_array_protocol File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 243, in __arrow_array__ out = cast_array_to_feature( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1797, in wrapper return func(array, *args, **kwargs) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2005, in cast_array_to_feature arrays = [ File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2006, in <listcomp> _c(array.field(name) if name in array_fields else null_array, subfeature) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1797, in wrapper return func(array, *args, **kwargs) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2005, in cast_array_to_feature arrays = [ File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2006, in <listcomp> _c(array.field(name) if name in array_fields else null_array, subfeature) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1797, in wrapper return func(array, *args, **kwargs) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2102, in cast_array_to_feature return array_cast( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1797, in wrapper return func(array, *args, **kwargs) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1948, in array_cast raise TypeError(f"Couldn't cast array of type {_short_str(array.type)} to {_short_str(pa_type)}") TypeError: Couldn't cast array of type bool to null During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1634, in _prepare_split_single num_examples, num_bytes = writer.finalize() File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 636, in finalize self.write_examples_on_file() File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 495, in write_examples_on_file self.write_batch(batch_examples=batch_examples) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 605, in write_batch arrays.append(pa.array(typed_sequence)) File "pyarrow/array.pxi", line 247, in pyarrow.lib.array File "pyarrow/array.pxi", line 112, in pyarrow.lib._handle_arrow_array_protocol File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 243, in __arrow_array__ out = cast_array_to_feature( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1797, in wrapper return func(array, *args, **kwargs) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2005, in cast_array_to_feature arrays = [ File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2006, in <listcomp> _c(array.field(name) if name in array_fields else null_array, subfeature) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1797, in wrapper return func(array, *args, **kwargs) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2005, in cast_array_to_feature arrays = [ File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2006, in <listcomp> _c(array.field(name) if name in array_fields else null_array, subfeature) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1797, in wrapper return func(array, *args, **kwargs) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2102, in cast_array_to_feature return array_cast( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1797, in wrapper return func(array, *args, **kwargs) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1948, in array_cast raise TypeError(f"Couldn't cast array of type {_short_str(array.type)} to {_short_str(pa_type)}") TypeError: Couldn't cast array of type bool to null 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 1420, in compute_config_parquet_and_info_response parquet_operations = convert_to_parquet(builder) File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1052, in convert_to_parquet builder.download_and_prepare( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 924, in download_and_prepare self._download_and_prepare( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1648, in _download_and_prepare super()._download_and_prepare( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1000, in _download_and_prepare self._prepare_split(split_generator, **prepare_split_kwargs) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1486, in _prepare_split for job_id, done, content in self._prepare_split_single( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1643, in _prepare_split_single raise DatasetGenerationError("An error occurred while generating the dataset") from e datasets.exceptions.DatasetGenerationError: An error occurred while generating the dataset
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.
__key__
string | __url__
string | json
dict | mp4
unknown |
---|---|---|---|
2024-10-21/1g8tn0z/1g8tn0z | "hf://datasets/taesiri/RedditDailyBackup_GamePhysics@d509c67afa8c96c1441db8393a9058cbc4da561f/data/2(...TRUNCATED) | {"comments":[{"MISSING_COMMENT_MESSAGE":"This comment does not appear to be in the comment tree","ST(...TRUNCATED) | "AAAAKGZ0eXBtcDQxAAAAAGlzbzhpc29tbXA0MWRhc2hhdmMxY21mYwAAAzptb292AAAAbG12aGQAAAAA4zwvCeM8LwkAADwAAAA(...TRUNCATED) |
2024-10-21/1g92wx6/1g92wx6 | "hf://datasets/taesiri/RedditDailyBackup_GamePhysics@d509c67afa8c96c1441db8393a9058cbc4da561f/data/2(...TRUNCATED) | {"comments":[{"MISSING_COMMENT_MESSAGE":"This comment does not appear to be in the comment tree","ST(...TRUNCATED) | "AAAAKGZ0eXBtcDQxAAAAAGlzbzhpc29tbXA0MWRhc2hhdmMxY21mYwAAAzNtb292AAAAbG12aGQAAAAA4zyHx+M8h8cAADwAAAA(...TRUNCATED) |
2024-10-23/1gad1ua/1gad1ua | "hf://datasets/taesiri/RedditDailyBackup_GamePhysics@d509c67afa8c96c1441db8393a9058cbc4da561f/data/2(...TRUNCATED) | {"comments":[{"MISSING_COMMENT_MESSAGE":"This comment does not appear to be in the comment tree","ST(...TRUNCATED) | "AAAAKGZ0eXBtcDQxAAAAAGlzbzhpc29tbXA0MWRhc2hhdmMxY21mYwAAA0Ztb292AAAAbG12aGQAAAAA4z7D0OM+w9AAADwAAAA(...TRUNCATED) |
2024-10-23/1gaf2o7/1gaf2o7 | "hf://datasets/taesiri/RedditDailyBackup_GamePhysics@d509c67afa8c96c1441db8393a9058cbc4da561f/data/2(...TRUNCATED) | {"comments":[{"MISSING_COMMENT_MESSAGE":"This comment does not appear to be in the comment tree","ST(...TRUNCATED) | "AAAAKGZ0eXBtcDQxAAAAAGlzbzhpc29tbXA0MWRhc2hhdmMxY21mYwAAAz1tb292AAAAbG12aGQAAAAA4z7XY+M+12MAADwAAAA(...TRUNCATED) |
2024-10-23/1gaqbu8/1gaqbu8 | "hf://datasets/taesiri/RedditDailyBackup_GamePhysics@d509c67afa8c96c1441db8393a9058cbc4da561f/data/2(...TRUNCATED) | {"comments":[{"MISSING_COMMENT_MESSAGE":"This comment does not appear to be in the comment tree","ST(...TRUNCATED) | null |
2024-10-23/1gaqbu8/1gaqbu8_1 | "hf://datasets/taesiri/RedditDailyBackup_GamePhysics@d509c67afa8c96c1441db8393a9058cbc4da561f/data/2(...TRUNCATED) | null | null |
2024-10-23/1gaqbu8/1gaqbu8_2 | "hf://datasets/taesiri/RedditDailyBackup_GamePhysics@d509c67afa8c96c1441db8393a9058cbc4da561f/data/2(...TRUNCATED) | null | null |
2024-10-24/1gb0lkl/1gb0lkl | "hf://datasets/taesiri/RedditDailyBackup_GamePhysics@d509c67afa8c96c1441db8393a9058cbc4da561f/data/2(...TRUNCATED) | {"comments":[{"MISSING_COMMENT_MESSAGE":"This comment does not appear to be in the comment tree","ST(...TRUNCATED) | "AAAAKGZ0eXBtcDQxAAAAAGlzbzhpc29tbXA0MWRhc2hhdmMxY21mYwAAAzVtb292AAAAbG12aGQAAAAA4z/jVuM/41YAADwAAAA(...TRUNCATED) |
2024-10-24/1gb0m3u/1gb0m3u | "hf://datasets/taesiri/RedditDailyBackup_GamePhysics@d509c67afa8c96c1441db8393a9058cbc4da561f/data/2(...TRUNCATED) | {"comments":[{"MISSING_COMMENT_MESSAGE":"This comment does not appear to be in the comment tree","ST(...TRUNCATED) | "AAAAKGZ0eXBtcDQxAAAAAGlzbzhpc29tbXA0MWRhc2hhdmMxY21mYwAAAzVtb292AAAAbG12aGQAAAAA4z/je+M/43sAADwAAAA(...TRUNCATED) |
2024-10-25/1gbrusl/1gbrusl | "hf://datasets/taesiri/RedditDailyBackup_GamePhysics@d509c67afa8c96c1441db8393a9058cbc4da561f/data/2(...TRUNCATED) | {"comments":[{"MISSING_COMMENT_MESSAGE":"This comment does not appear to be in the comment tree","ST(...TRUNCATED) | "AAAAKGZ0eXBtcDQxAAAAAGlzbzhpc29tbXA0MWRhc2hhdmMxY21mYwAAA0dtb292AAAAbG12aGQAAAAA40Eva+NBL2sAADwAAAA(...TRUNCATED) |
End of preview.
No dataset card yet
- Downloads last month
- 2