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>
  child 0, type: string
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: bool, trim_offsets: bool, use_regex: bool>
  child 0, type: string
  child 1, add_prefix_space: 
...
ãĦ§: int64
      child 151604, ãħĸ: int64
      child 151605, ãī«: int64
      child 151606, ê¦Ķ: int64
      child 151607, ï±Ĭ: int64
      child 151608, àºĤ: int64
      child 151609, áħ£: int64
      child 151610, á¥Ķ: int64
      child 151611, ᥤ: int64
      child 151612, âĨ¤: int64
      child 151613, âĨ·: int64
      child 151614, âĩŀ: int64
      child 151615, âĸ¤: int64
      child 151616, âŀ¶: int64
      child 151617, ãμ: int64
      child 151618, 嘆: int64
      child 151619, ðĵı§: int64
      child 151620, âͲ: int64
      child 151621, âĢ´: int64
      child 151622, âĴŁ: int64
      child 151623, âĴ¡: int64
      child 151624, â°Ĥ: int64
      child 151625, â°į: int64
      child 151626, â°İ: int64
      child 151627, â°IJ: int64
      child 151628, â°ij: int64
      child 151629, â°Ł: int64
      child 151630, â°ł: int64
      child 151631, â°¡: int64
      child 151632, â¼Ń: int64
      child 151633, ãĬ¥: int64
      child 151634, âĴł: int64
      child 151635, ⽺: int64
      child 151636, ãĩº: int64
      child 151637, ãĩ½: int64
      child 151638, ï¨Ĭ: int64
      child 151639, áķ·: int64
      child 151640, âį¨: int64
      child 151641, âºŁ: int64
      child 151642, â½Ĺ: int64
  child 8, merges: list<item: string>
      child 0, item: string
repetition_penalty: double
transformers_version: string
top_k: int64
do_sample: bool
pad_token_id: int64
bos_token_id: int64
eos_token_id: list<item: int64>
  child 0, item: int64
temperature: double
top_p: double
to
{'bos_token_id': Value('int64'), 'pad_token_id': Value('int64'), 'do_sample': Value('bool'), 'eos_token_id': List(Value('int64')), 'repetition_penalty': Value('float64'), 'temperature': Value('float64'), 'top_p': Value('float64'), 'top_k': Value('int64'), 'transformers_version': Value('string')}
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(
                         ^^^^^^^^^
                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.12/site-packages/datasets/iterable_dataset.py", line 2815, in __iter__
                  for key, example in ex_iterable:
                                      ^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 2352, in __iter__
                  for key, pa_table in self._iter_arrow():
                                       ^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 2377, in _iter_arrow
                  for key, pa_table in self.ex_iterable._iter_arrow():
                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 536, in _iter_arrow
                  for key, pa_table in iterator:
                                       ^^^^^^^^
                File "/usr/local/lib/python3.12/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.12/site-packages/datasets/packaged_modules/json/json.py", line 310, in _generate_tables
                  self._cast_table(pa_table, json_field_paths=json_field_paths),
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/json/json.py", line 130, in _cast_table
                  pa_table = table_cast(pa_table, self.info.features.arrow_schema)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2369, in table_cast
                  return cast_table_to_schema(table, schema)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2297, in cast_table_to_schema
                  raise CastError(
              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>
                child 0, type: string
              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: bool, trim_offsets: bool, use_regex: bool>
                child 0, type: string
                child 1, add_prefix_space: 
              ...
              ãĦ§: int64
                    child 151604, ãħĸ: int64
                    child 151605, ãī«: int64
                    child 151606, ê¦Ķ: int64
                    child 151607, ï±Ĭ: int64
                    child 151608, àºĤ: int64
                    child 151609, áħ£: int64
                    child 151610, á¥Ķ: int64
                    child 151611, ᥤ: int64
                    child 151612, âĨ¤: int64
                    child 151613, âĨ·: int64
                    child 151614, âĩŀ: int64
                    child 151615, âĸ¤: int64
                    child 151616, âŀ¶: int64
                    child 151617, ãμ: int64
                    child 151618, 嘆: int64
                    child 151619, ðĵı§: int64
                    child 151620, âͲ: int64
                    child 151621, âĢ´: int64
                    child 151622, âĴŁ: int64
                    child 151623, âĴ¡: int64
                    child 151624, â°Ĥ: int64
                    child 151625, â°į: int64
                    child 151626, â°İ: int64
                    child 151627, â°IJ: int64
                    child 151628, â°ij: int64
                    child 151629, â°Ł: int64
                    child 151630, â°ł: int64
                    child 151631, â°¡: int64
                    child 151632, â¼Ń: int64
                    child 151633, ãĬ¥: int64
                    child 151634, âĴł: int64
                    child 151635, ⽺: int64
                    child 151636, ãĩº: int64
                    child 151637, ãĩ½: int64
                    child 151638, ï¨Ĭ: int64
                    child 151639, áķ·: int64
                    child 151640, âį¨: int64
                    child 151641, âºŁ: int64
                    child 151642, â½Ĺ: int64
                child 8, merges: list<item: string>
                    child 0, item: string
              repetition_penalty: double
              transformers_version: string
              top_k: int64
              do_sample: bool
              pad_token_id: int64
              bos_token_id: int64
              eos_token_id: list<item: int64>
                child 0, item: int64
              temperature: double
              top_p: double
              to
              {'bos_token_id': Value('int64'), 'pad_token_id': Value('int64'), 'do_sample': Value('bool'), 'eos_token_id': List(Value('int64')), 'repetition_penalty': Value('float64'), 'temperature': Value('float64'), 'top_p': Value('float64'), 'top_k': Value('int64'), 'transformers_version': Value('string')}
              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
32