Dataset Viewer
Duplicate
The dataset viewer is not available for this split.
Cannot load the dataset split (in streaming mode) to extract the first rows.
Error code:   StreamingRowsError
Exception:    UnicodeDecodeError
Message:      'utf-8' codec can't decode byte 0xb0 in position 0: invalid start byte
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/utils.py", line 99, in get_rows_or_raise
                  return get_rows(
                         ^^^^^^^^^
                File "/src/libs/libcommon/src/libcommon/utils.py", line 272, in decorator
                  return func(*args, **kwargs)
                         ^^^^^^^^^^^^^^^^^^^^^
                File "/src/services/worker/src/worker/utils.py", line 77, in get_rows
                  rows_plus_one = list(itertools.islice(ds, rows_max_number + 1))
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 2690, in __iter__
                  for key, example in ex_iterable:
                                      ^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 464, in __iter__
                  yield from self.ex_iterable
                File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 368, in __iter__
                  formatted_batch = formatter.format_batch(pa_subtable)
                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/formatting/formatting.py", line 471, in format_batch
                  batch = self.python_arrow_extractor().extract_batch(pa_table)
                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/formatting/formatting.py", line 150, in extract_batch
                  return pa_table.to_pydict()
                         ^^^^^^^^^^^^^^^^^^^^
                File "pyarrow/table.pxi", line 2311, in pyarrow.lib._Tabular.to_pydict
                File "pyarrow/array.pxi", line 1812, in pyarrow.lib.Array.to_pylist
                File "pyarrow/scalar.pxi", line 1085, in pyarrow.lib.StructScalar.as_py
                File "pyarrow/scalar.pxi", line 1085, in pyarrow.lib.StructScalar.as_py
                File "pyarrow/scalar.pxi", line 990, in pyarrow.lib.ListScalar.as_py
                File "pyarrow/array.pxi", line 1812, in pyarrow.lib.Array.to_pylist
                File "pyarrow/scalar.pxi", line 925, in pyarrow.lib.StringScalar.as_py
              UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb0 in position 0: invalid start byte

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.

README.md exists but content is empty.
Downloads last month
330