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:    CastError
Message:      Couldn't cast
version: string
truncation: null
padding: null
added_tokens: list<item: struct<id: int64, content: string, single_word: bool, lstrip: bool, rstrip: bool, normali (... 26 chars omitted)
  child 0, item: struct<id: int64, content: string, single_word: bool, lstrip: bool, rstrip: bool, normalized: bool,  (... 14 chars omitted)
      child 0, id: int64
      child 1, content: string
      child 2, single_word: bool
      child 3, lstrip: bool
      child 4, rstrip: bool
      child 5, normalized: bool
      child 6, special: bool
normalizer: struct<type: string, normalizers: list<item: null>>
  child 0, type: string
  child 1, normalizers: list<item: null>
      child 0, item: null
pre_tokenizer: struct<type: string, pretokenizers: list<item: struct<type: string, pattern: struct<Regex: string>,  (... 94 chars omitted)
  child 0, type: string
  child 1, pretokenizers: list<item: struct<type: string, pattern: struct<Regex: string>, behavior: string, invert: bool, add_ (... 57 chars omitted)
      child 0, item: struct<type: string, pattern: struct<Regex: string>, behavior: string, invert: bool, add_prefix_spac (... 45 chars omitted)
          child 0, type: string
          child 1, pattern: struct<Regex: string>
              child 0, Regex: string
          child 2, behavior: string
          child 3, invert: bool
          child 4, add_prefix_space: bool
          child 5, trim_offsets: bool
          child 6, use_regex: bool
post_processor: struct<type: string, add_prefix_space
...
дÑĮ: int64
      child 127967, å¼ĹæľĹ: int64
      child 127968, Brook: int64
      child 127969, (old: int64
      child 127970, Oliv: int64
      child 127971, çļĦæĻ¯è±¡: int64
      child 127972, ifetime: int64
      child 127973, abcd: int64
      child 127974, æĽ¬: int64
      child 127975, æīĵæĪij: int64
      child 127976, ĠTeens: int64
      child 127977, å¹²æĶ¯: int64
      child 127978, åįĩæĹĹ: int64
      child 127979, åĨħ容丰å¯Į: int64
      child 127980, è¡Įä¸ļåĨħ: int64
      child 127981, ĠReported: int64
      child 127982, ĠMolina: int64
      child 127983, å¿Į讳: int64
      child 127984, çħ§é¡¾å¥½: int64
      child 127985, åį³ä¾¿å¦ĤæŃ¤: int64
      child 127986, ĠتشخÛĮص: int64
      child 127987, literally: int64
      child 127988, .Header: int64
      child 127989, Xd: int64
      child 127990, _heap: int64
      child 127991, ibald: int64
      child 127992, Ġcorris: int64
      child 127993, ĠнаÑģÑĭ: int64
      child 127994, -lit: int64
      child 127995, Ġpurify: int64
      child 127996, mlich: int64
      child 127997, èģļå±ħ: int64
      child 127998, Ġbottoms: int64
      child 127999, å±ĭæªIJ: int64
  child 9, merges: list<item: list<item: string>>
      child 0, item: list<item: string>
          child 0, item: string
vocab_size: int64
trained: int64
format: string
pad_token_id: int64
tokens: int64
dropped: int64
eos_token_id: int64
tokenizer: string
bos_token_id: null
mix: string
kept: int64
max_sequence_length: int64
num_parts: int64
to
{'format': Value('string'), 'tokenizer': Value('string'), 'vocab_size': Value('int64'), 'eos_token_id': Value('int64'), 'bos_token_id': Value('null'), 'pad_token_id': Value('int64'), 'max_sequence_length': Value('int64'), 'mix': Value('string'), 'num_parts': Value('int64'), 'kept': Value('int64'), 'dropped': Value('int64'), 'tokens': Value('int64'), 'trained': Value('int64')}
because column names don't match
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/utils.py", line 147, in get_rows_or_raise
                  return get_rows(
                      dataset=dataset,
                  ...<4 lines>...
                      column_names=column_names,
                  )
                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 127, in get_rows
                  rows_plus_one = list(itertools.islice(safe_iter(ds, dataset=dataset), rows_max_number + 1))
                File "/src/services/worker/src/worker/utils.py", line 478, in safe_iter
                  yield from ds.decode(False) if ds.features else ds
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2818, in __iter__
                  for key, example in ex_iterable:
                                      ^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2355, in __iter__
                  for key, pa_table in self._iter_arrow():
                                       ~~~~~~~~~~~~~~~~^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2380, in _iter_arrow
                  for key, pa_table in self.ex_iterable._iter_arrow():
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 536, in _iter_arrow
                  for key, pa_table in iterator:
                                       ^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 419, in _iter_arrow
                  for key, pa_table in self.generate_tables_fn(**gen_kwags):
                                       ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 343, in _generate_tables
                  self._cast_table(pa_table, json_field_paths=json_field_paths),
                  ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 132, in _cast_table
                  pa_table = table_cast(pa_table, self.info.features.arrow_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
              version: string
              truncation: null
              padding: null
              added_tokens: list<item: struct<id: int64, content: string, single_word: bool, lstrip: bool, rstrip: bool, normali (... 26 chars omitted)
                child 0, item: struct<id: int64, content: string, single_word: bool, lstrip: bool, rstrip: bool, normalized: bool,  (... 14 chars omitted)
                    child 0, id: int64
                    child 1, content: string
                    child 2, single_word: bool
                    child 3, lstrip: bool
                    child 4, rstrip: bool
                    child 5, normalized: bool
                    child 6, special: bool
              normalizer: struct<type: string, normalizers: list<item: null>>
                child 0, type: string
                child 1, normalizers: list<item: null>
                    child 0, item: null
              pre_tokenizer: struct<type: string, pretokenizers: list<item: struct<type: string, pattern: struct<Regex: string>,  (... 94 chars omitted)
                child 0, type: string
                child 1, pretokenizers: list<item: struct<type: string, pattern: struct<Regex: string>, behavior: string, invert: bool, add_ (... 57 chars omitted)
                    child 0, item: struct<type: string, pattern: struct<Regex: string>, behavior: string, invert: bool, add_prefix_spac (... 45 chars omitted)
                        child 0, type: string
                        child 1, pattern: struct<Regex: string>
                            child 0, Regex: string
                        child 2, behavior: string
                        child 3, invert: bool
                        child 4, add_prefix_space: bool
                        child 5, trim_offsets: bool
                        child 6, use_regex: bool
              post_processor: struct<type: string, add_prefix_space
              ...
              дÑĮ: int64
                    child 127967, å¼ĹæľĹ: int64
                    child 127968, Brook: int64
                    child 127969, (old: int64
                    child 127970, Oliv: int64
                    child 127971, çļĦæĻ¯è±¡: int64
                    child 127972, ifetime: int64
                    child 127973, abcd: int64
                    child 127974, æĽ¬: int64
                    child 127975, æīĵæĪij: int64
                    child 127976, ĠTeens: int64
                    child 127977, å¹²æĶ¯: int64
                    child 127978, åįĩæĹĹ: int64
                    child 127979, åĨħ容丰å¯Į: int64
                    child 127980, è¡Įä¸ļåĨħ: int64
                    child 127981, ĠReported: int64
                    child 127982, ĠMolina: int64
                    child 127983, å¿Į讳: int64
                    child 127984, çħ§é¡¾å¥½: int64
                    child 127985, åį³ä¾¿å¦ĤæŃ¤: int64
                    child 127986, ĠتشخÛĮص: int64
                    child 127987, literally: int64
                    child 127988, .Header: int64
                    child 127989, Xd: int64
                    child 127990, _heap: int64
                    child 127991, ibald: int64
                    child 127992, Ġcorris: int64
                    child 127993, ĠнаÑģÑĭ: int64
                    child 127994, -lit: int64
                    child 127995, Ġpurify: int64
                    child 127996, mlich: int64
                    child 127997, èģļå±ħ: int64
                    child 127998, Ġbottoms: int64
                    child 127999, å±ĭæªIJ: int64
                child 9, merges: list<item: list<item: string>>
                    child 0, item: list<item: string>
                        child 0, item: string
              vocab_size: int64
              trained: int64
              format: string
              pad_token_id: int64
              tokens: int64
              dropped: int64
              eos_token_id: int64
              tokenizer: string
              bos_token_id: null
              mix: string
              kept: int64
              max_sequence_length: int64
              num_parts: int64
              to
              {'format': Value('string'), 'tokenizer': Value('string'), 'vocab_size': Value('int64'), 'eos_token_id': Value('int64'), 'bos_token_id': Value('null'), 'pad_token_id': Value('int64'), 'max_sequence_length': Value('int64'), 'mix': Value('string'), 'num_parts': Value('int64'), 'kept': Value('int64'), 'dropped': Value('int64'), 'tokens': Value('int64'), 'trained': Value('int64')}
              because column names don't match

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,283