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
num_objects: int64
total_examples: int64
examples: list<item: struct<example_id: int64, classes: list<item: string>, simple_prompt: string, detailed_pr (... 942 chars omitted)
  child 0, item: struct<example_id: int64, classes: list<item: string>, simple_prompt: string, detailed_prompt: strin (... 930 chars omitted)
      child 0, example_id: int64
      child 1, classes: list<item: string>
          child 0, item: string
      child 2, simple_prompt: string
      child 3, detailed_prompt: string
      child 4, class_descriptions: struct<bench: string, person: string, handbag: string, banana: string, sandwich: string, cat: string (... 792 chars omitted)
          child 0, bench: string
          child 1, person: string
          child 2, handbag: string
          child 3, banana: string
          child 4, sandwich: string
          child 5, cat: string
          child 6, clock: string
          child 7, bird: string
          child 8, bed: string
          child 9, boat: string
          child 10, tv: string
          child 11, toothbrush: string
          child 12, sports ball: string
          child 13, dog: string
          child 14, elephant: string
          child 15, surfboard: string
          child 16, tie: string
          child 17, chair: string
          child 18, pizza: string
          child 19, cell phone: string
          child 20, car: string
          child 21, refrigerator: string
          child 22, suitcase: string
          child 23, cup: string
          child 24, book: string
          child 25, horse: string
          child 26, frisbee: string
          child 27, vase: string
          child 28, couch: string
          child 29, donut: string
          child 30, remote: string
          child 31, truck: string
          child 32, zebra: string
          child 33, potted plant: string
          child 34, laptop: string
          child 35, bear: string
          child 36, backpack: string
          child 37, keyboard: string
          child 38, bus: string
          child 39, giraffe: string
          child 40, orange: string
          child 41, cake: string
          child 42, dining table: string
          child 43, stop sign: string
          child 44, bowl: string
          child 45, bicycle: string
          child 46, sink: string
          child 47, traffic light: string
          child 48, microwave: string
          child 49, airplane: string
          child 50, apple: string
          child 51, teddy bear: string
          child 52, umbrella: string
          child 53, motorcycle: string
      child 5, layout: null
classes: list<item: string>
  child 0, item: string
to
{'classes': List(Value('string'))}
because column names don't match
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 2227, in __iter__
                  for key, pa_table in self._iter_arrow():
                                       ^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 2251, 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 494, in _iter_arrow
                  for key, pa_table in iterator:
                                       ^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 384, 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 289, 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 124, 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 2272, in table_cast
                  return cast_table_to_schema(table, schema)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2218, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              num_objects: int64
              total_examples: int64
              examples: list<item: struct<example_id: int64, classes: list<item: string>, simple_prompt: string, detailed_pr (... 942 chars omitted)
                child 0, item: struct<example_id: int64, classes: list<item: string>, simple_prompt: string, detailed_prompt: strin (... 930 chars omitted)
                    child 0, example_id: int64
                    child 1, classes: list<item: string>
                        child 0, item: string
                    child 2, simple_prompt: string
                    child 3, detailed_prompt: string
                    child 4, class_descriptions: struct<bench: string, person: string, handbag: string, banana: string, sandwich: string, cat: string (... 792 chars omitted)
                        child 0, bench: string
                        child 1, person: string
                        child 2, handbag: string
                        child 3, banana: string
                        child 4, sandwich: string
                        child 5, cat: string
                        child 6, clock: string
                        child 7, bird: string
                        child 8, bed: string
                        child 9, boat: string
                        child 10, tv: string
                        child 11, toothbrush: string
                        child 12, sports ball: string
                        child 13, dog: string
                        child 14, elephant: string
                        child 15, surfboard: string
                        child 16, tie: string
                        child 17, chair: string
                        child 18, pizza: string
                        child 19, cell phone: string
                        child 20, car: string
                        child 21, refrigerator: string
                        child 22, suitcase: string
                        child 23, cup: string
                        child 24, book: string
                        child 25, horse: string
                        child 26, frisbee: string
                        child 27, vase: string
                        child 28, couch: string
                        child 29, donut: string
                        child 30, remote: string
                        child 31, truck: string
                        child 32, zebra: string
                        child 33, potted plant: string
                        child 34, laptop: string
                        child 35, bear: string
                        child 36, backpack: string
                        child 37, keyboard: string
                        child 38, bus: string
                        child 39, giraffe: string
                        child 40, orange: string
                        child 41, cake: string
                        child 42, dining table: string
                        child 43, stop sign: string
                        child 44, bowl: string
                        child 45, bicycle: string
                        child 46, sink: string
                        child 47, traffic light: string
                        child 48, microwave: string
                        child 49, airplane: string
                        child 50, apple: string
                        child 51, teddy bear: string
                        child 52, umbrella: string
                        child 53, motorcycle: string
                    child 5, layout: null
              classes: list<item: string>
                child 0, item: string
              to
              {'classes': List(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.

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