Dataset Viewer
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
question: string
question_type: string
question_subtype: string
gt_answer: string
gt_answer_text: string
gt_ratio: double
gt_volume_a: double
gt_volume_b: double
answer_options: list<item: string>
child 0, item: string
target_name: string
comparison_object: string
marker_obj_names: struct<A: string, B: string>
child 0, A: string
child 1, B: string
marker_obj_ids: struct<A: int64, B: int64>
child 0, A: int64
child 1, B: int64
marker_full_area: struct<A: int64, B: int64>
child 0, A: int64
child 1, B: int64
protected_obj_ids: list<item: int64>
child 0, item: int64
require_target_visible: bool
template_variant: string
template_category: string
full_area: struct<11: int64, 13: int64, 14: int64, 15: int64, 16: int64, 17: int64, 19: int64, 20: int64, 21: i (... 38 chars omitted)
child 0, 11: int64
child 1, 13: int64
child 2, 14: int64
child 3, 15: int64
child 4, 16: int64
child 5, 17: int64
child 6, 19: int64
child 7, 20: int64
child 8, 21: int64
child 9, 22: int64
child 10, 23: int64
child 11, 24: int64
name_to_id: struct<purple and white medicine bottle: int64, green measuring cup: int64, blue and light wood toy (... 377 chars omitted)
child 0, purple and white medicine bottle: int64
child 1, green measuring cup: int64
child 2, blue and light wood toy bedroom furniture: int64
child 3, natural wood and green wooden toy block: int64
child 4, yellow and pink running shoe: int64
child 5, white, blue, and yellow dragon figurine: int6
...
ng
child 2, 14: string
child 3, 15: string
child 4, 16: string
child 5, 17: string
child 6, 19: string
child 7, 20: string
child 8, 21: string
child 9, 22: string
child 10, 23: string
child 11, 24: string
occlusion: struct<11: double, 13: double, 14: double, 15: double, 16: double, 17: double, 19: double, 20: doubl (... 50 chars omitted)
child 0, 11: double
child 1, 13: double
child 2, 14: double
child 3, 15: double
child 4, 16: double
child 5, 17: double
child 6, 19: double
child 7, 20: double
child 8, 21: double
child 9, 22: double
child 10, 23: double
child 11, 24: double
best_id: int64
visible_area: struct<11: int64, 13: int64, 14: int64, 15: int64, 16: int64, 17: int64, 19: int64, 20: int64, 21: i (... 38 chars omitted)
child 0, 11: int64
child 1, 13: int64
child 2, 14: int64
child 3, 15: int64
child 4, 16: int64
child 5, 17: int64
child 6, 19: int64
child 7, 20: int64
child 8, 21: int64
child 9, 22: int64
child 10, 23: int64
child 11, 24: int64
cover_hidden_pairs: list<item: struct<cover_id: int64, cover_name: string, hidden_id: int64, hidden_name: string, reveal (... 14 chars omitted)
child 0, item: struct<cover_id: int64, cover_name: string, hidden_id: int64, hidden_name: string, reveal_area: int6 (... 2 chars omitted)
child 0, cover_id: int64
child 1, cover_name: string
child 2, hidden_id: int64
child 3, hidden_name: string
child 4, reveal_area: int64
best_name: string
to
{'best_id': Value('int64'), 'best_name': Value('string'), 'id_to_name': {'11': Value('string'), '13': Value('string'), '14': Value('string'), '15': Value('string'), '16': Value('string'), '17': Value('string'), '19': Value('string'), '20': Value('string'), '21': Value('string'), '22': Value('string'), '23': Value('string'), '24': Value('string')}, 'name_to_id': {'purple and white medicine bottle': Value('int64'), 'green measuring cup': Value('int64'), 'blue and light wood toy bedroom furniture': Value('int64'), 'natural wood and green wooden toy block': Value('int64'), 'yellow and pink running shoe': Value('int64'), 'white, blue, and yellow dragon figurine': Value('int64'), 'blue and yellow toy food can': Value('int64'), 'brown toy dinosaur': Value('int64'), 'orange terracotta bottle': Value('int64'), 'brownish-grey small ceramic vase': Value('int64'), 'tan and yellow wooden toy sandwich': Value('int64'), 'gray plastic mounting bracket': Value('int64')}, 'visible_area': {'11': Value('int64'), '13': Value('int64'), '14': Value('int64'), '15': Value('int64'), '16': Value('int64'), '17': Value('int64'), '19': Value('int64'), '20': Value('int64'), '21': Value('int64'), '22': Value('int64'), '23': Value('int64'), '24': Value('int64')}, 'full_area': {'11': Value('int64'), '13': Value('int64'), '14': Value('int64'), '15': Value('int64'), '16': Value('int64'), '17': Value('int64'), '19': Value('int64'), '20': Value('int64'), '21': Value('int64'), '22': Value('int64'), '23': Value('int64'), '24': Value('int64')}, 'occlusion': {'11': Value('float64'), '13': Value('float64'), '14': Value('float64'), '15': Value('float64'), '16': Value('float64'), '17': Value('float64'), '19': Value('float64'), '20': Value('float64'), '21': Value('float64'), '22': Value('float64'), '23': Value('float64'), '24': Value('float64')}, 'cover_hidden_pairs': List({'cover_id': Value('int64'), 'cover_name': Value('string'), 'hidden_id': Value('int64'), 'hidden_name': Value('string'), 'reveal_area': Value('int64')})}
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 299, 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 128, 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 2321, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2249, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
question: string
question_type: string
question_subtype: string
gt_answer: string
gt_answer_text: string
gt_ratio: double
gt_volume_a: double
gt_volume_b: double
answer_options: list<item: string>
child 0, item: string
target_name: string
comparison_object: string
marker_obj_names: struct<A: string, B: string>
child 0, A: string
child 1, B: string
marker_obj_ids: struct<A: int64, B: int64>
child 0, A: int64
child 1, B: int64
marker_full_area: struct<A: int64, B: int64>
child 0, A: int64
child 1, B: int64
protected_obj_ids: list<item: int64>
child 0, item: int64
require_target_visible: bool
template_variant: string
template_category: string
full_area: struct<11: int64, 13: int64, 14: int64, 15: int64, 16: int64, 17: int64, 19: int64, 20: int64, 21: i (... 38 chars omitted)
child 0, 11: int64
child 1, 13: int64
child 2, 14: int64
child 3, 15: int64
child 4, 16: int64
child 5, 17: int64
child 6, 19: int64
child 7, 20: int64
child 8, 21: int64
child 9, 22: int64
child 10, 23: int64
child 11, 24: int64
name_to_id: struct<purple and white medicine bottle: int64, green measuring cup: int64, blue and light wood toy (... 377 chars omitted)
child 0, purple and white medicine bottle: int64
child 1, green measuring cup: int64
child 2, blue and light wood toy bedroom furniture: int64
child 3, natural wood and green wooden toy block: int64
child 4, yellow and pink running shoe: int64
child 5, white, blue, and yellow dragon figurine: int6
...
ng
child 2, 14: string
child 3, 15: string
child 4, 16: string
child 5, 17: string
child 6, 19: string
child 7, 20: string
child 8, 21: string
child 9, 22: string
child 10, 23: string
child 11, 24: string
occlusion: struct<11: double, 13: double, 14: double, 15: double, 16: double, 17: double, 19: double, 20: doubl (... 50 chars omitted)
child 0, 11: double
child 1, 13: double
child 2, 14: double
child 3, 15: double
child 4, 16: double
child 5, 17: double
child 6, 19: double
child 7, 20: double
child 8, 21: double
child 9, 22: double
child 10, 23: double
child 11, 24: double
best_id: int64
visible_area: struct<11: int64, 13: int64, 14: int64, 15: int64, 16: int64, 17: int64, 19: int64, 20: int64, 21: i (... 38 chars omitted)
child 0, 11: int64
child 1, 13: int64
child 2, 14: int64
child 3, 15: int64
child 4, 16: int64
child 5, 17: int64
child 6, 19: int64
child 7, 20: int64
child 8, 21: int64
child 9, 22: int64
child 10, 23: int64
child 11, 24: int64
cover_hidden_pairs: list<item: struct<cover_id: int64, cover_name: string, hidden_id: int64, hidden_name: string, reveal (... 14 chars omitted)
child 0, item: struct<cover_id: int64, cover_name: string, hidden_id: int64, hidden_name: string, reveal_area: int6 (... 2 chars omitted)
child 0, cover_id: int64
child 1, cover_name: string
child 2, hidden_id: int64
child 3, hidden_name: string
child 4, reveal_area: int64
best_name: string
to
{'best_id': Value('int64'), 'best_name': Value('string'), 'id_to_name': {'11': Value('string'), '13': Value('string'), '14': Value('string'), '15': Value('string'), '16': Value('string'), '17': Value('string'), '19': Value('string'), '20': Value('string'), '21': Value('string'), '22': Value('string'), '23': Value('string'), '24': Value('string')}, 'name_to_id': {'purple and white medicine bottle': Value('int64'), 'green measuring cup': Value('int64'), 'blue and light wood toy bedroom furniture': Value('int64'), 'natural wood and green wooden toy block': Value('int64'), 'yellow and pink running shoe': Value('int64'), 'white, blue, and yellow dragon figurine': Value('int64'), 'blue and yellow toy food can': Value('int64'), 'brown toy dinosaur': Value('int64'), 'orange terracotta bottle': Value('int64'), 'brownish-grey small ceramic vase': Value('int64'), 'tan and yellow wooden toy sandwich': Value('int64'), 'gray plastic mounting bracket': Value('int64')}, 'visible_area': {'11': Value('int64'), '13': Value('int64'), '14': Value('int64'), '15': Value('int64'), '16': Value('int64'), '17': Value('int64'), '19': Value('int64'), '20': Value('int64'), '21': Value('int64'), '22': Value('int64'), '23': Value('int64'), '24': Value('int64')}, 'full_area': {'11': Value('int64'), '13': Value('int64'), '14': Value('int64'), '15': Value('int64'), '16': Value('int64'), '17': Value('int64'), '19': Value('int64'), '20': Value('int64'), '21': Value('int64'), '22': Value('int64'), '23': Value('int64'), '24': Value('int64')}, 'occlusion': {'11': Value('float64'), '13': Value('float64'), '14': Value('float64'), '15': Value('float64'), '16': Value('float64'), '17': Value('float64'), '19': Value('float64'), '20': Value('float64'), '21': Value('float64'), '22': Value('float64'), '23': Value('float64'), '24': Value('float64')}, 'cover_hidden_pairs': List({'cover_id': Value('int64'), 'cover_name': Value('string'), 'hidden_id': Value('int64'), 'hidden_name': Value('string'), 'reveal_area': Value('int64')})}
because column names don't matchNeed 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
- 13