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
id: string
revision: int64
last_node_id: int64
last_link_id: int64
nodes: list<item: string>
  child 0, item: string
links: list<item: list<item: string>>
  child 0, item: list<item: string>
      child 0, item: string
groups: list<item: null>
  child 0, item: null
definitions: struct<subgraphs: list<item: struct<id: string, version: int64, state: struct<lastGroupId: int64, la (... 2271 chars omitted)
  child 0, subgraphs: list<item: struct<id: string, version: int64, state: struct<lastGroupId: int64, lastNodeId: int64, l (... 2252 chars omitted)
      child 0, item: struct<id: string, version: int64, state: struct<lastGroupId: int64, lastNodeId: int64, lastLinkId:  (... 2240 chars omitted)
          child 0, id: string
          child 1, version: int64
          child 2, state: struct<lastGroupId: int64, lastNodeId: int64, lastLinkId: int64, lastRerouteId: int64>
              child 0, lastGroupId: int64
              child 1, lastNodeId: int64
              child 2, lastLinkId: int64
              child 3, lastRerouteId: int64
          child 3, revision: int64
          child 4, config: struct<>
          child 5, name: string
          child 6, inputNode: struct<id: int64, bounding: list<item: double>>
              child 0, id: int64
              child 1, bounding: list<item: double>
                  child 0, item: double
          child 7, outputNode: struct<id: int64, bounding: list<item: double>>
              child 0, id: int64
              child 1, bounding: list
...
 null
          child 13, links: list<item: struct<id: int64, origin_id: int64, origin_slot: int64, target_id: int64, target_slot: in (... 19 chars omitted)
              child 0, item: struct<id: int64, origin_id: int64, origin_slot: int64, target_id: int64, target_slot: int64, type:  (... 7 chars omitted)
                  child 0, id: int64
                  child 1, origin_id: int64
                  child 2, origin_slot: int64
                  child 3, target_id: int64
                  child 4, target_slot: int64
                  child 5, type: string
          child 14, extra: struct<ue_links: list<item: null>, links_added_by_ue: list<item: null>>
              child 0, ue_links: list<item: null>
                  child 0, item: null
              child 1, links_added_by_ue: list<item: null>
                  child 0, item: null
config: string
extra: struct<frontendVersion: string, VHS_latentpreview: bool, VHS_latentpreviewrate: int64, VHS_MetadataI (... 159 chars omitted)
  child 0, frontendVersion: string
  child 1, VHS_latentpreview: bool
  child 2, VHS_latentpreviewrate: int64
  child 3, VHS_MetadataImage: bool
  child 4, VHS_KeepIntermediate: bool
  child 5, ue_links: list<item: null>
      child 0, item: null
  child 6, links_added_by_ue: list<item: null>
      child 0, item: null
  child 7, ds: struct<scale: double, offset: list<item: double>>
      child 0, scale: double
      child 1, offset: list<item: double>
          child 0, item: double
version: double
to
{'id': Value('string'), 'revision': Value('int64'), 'last_node_id': Value('int64'), 'last_link_id': Value('int64'), 'nodes': List(Json(decode=True)), 'links': List(List(Json(decode=True))), 'groups': List({'id': Value('int64'), 'title': Value('string'), 'bounding': List(Value('float64')), 'color': Value('string'), 'flags': Json(decode=True)}), 'config': Json(decode=True), 'extra': {'ds': {'scale': Value('float64'), 'offset': List(Value('float64'))}, 'frontendVersion': Value('string'), 'VHS_latentpreview': Value('bool'), 'VHS_latentpreviewrate': Value('int64'), 'VHS_MetadataImage': Value('bool'), 'VHS_KeepIntermediate': Value('bool'), 'ue_links': List(Value('null')), 'links_added_by_ue': List(Value('null'))}, 'version': Value('float64')}
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 483, 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 2840, in __iter__
                  for key, example in ex_iterable:
                                      ^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2373, in __iter__
                  for key, pa_table in self._iter_arrow():
                                       ~~~~~~~~~~~~~~~~^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2398, 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 2378, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2306, in cast_table_to_schema
                  raise CastError(
                  ...<3 lines>...
                  )
              datasets.table.CastError: Couldn't cast
              id: string
              revision: int64
              last_node_id: int64
              last_link_id: int64
              nodes: list<item: string>
                child 0, item: string
              links: list<item: list<item: string>>
                child 0, item: list<item: string>
                    child 0, item: string
              groups: list<item: null>
                child 0, item: null
              definitions: struct<subgraphs: list<item: struct<id: string, version: int64, state: struct<lastGroupId: int64, la (... 2271 chars omitted)
                child 0, subgraphs: list<item: struct<id: string, version: int64, state: struct<lastGroupId: int64, lastNodeId: int64, l (... 2252 chars omitted)
                    child 0, item: struct<id: string, version: int64, state: struct<lastGroupId: int64, lastNodeId: int64, lastLinkId:  (... 2240 chars omitted)
                        child 0, id: string
                        child 1, version: int64
                        child 2, state: struct<lastGroupId: int64, lastNodeId: int64, lastLinkId: int64, lastRerouteId: int64>
                            child 0, lastGroupId: int64
                            child 1, lastNodeId: int64
                            child 2, lastLinkId: int64
                            child 3, lastRerouteId: int64
                        child 3, revision: int64
                        child 4, config: struct<>
                        child 5, name: string
                        child 6, inputNode: struct<id: int64, bounding: list<item: double>>
                            child 0, id: int64
                            child 1, bounding: list<item: double>
                                child 0, item: double
                        child 7, outputNode: struct<id: int64, bounding: list<item: double>>
                            child 0, id: int64
                            child 1, bounding: list
              ...
               null
                        child 13, links: list<item: struct<id: int64, origin_id: int64, origin_slot: int64, target_id: int64, target_slot: in (... 19 chars omitted)
                            child 0, item: struct<id: int64, origin_id: int64, origin_slot: int64, target_id: int64, target_slot: int64, type:  (... 7 chars omitted)
                                child 0, id: int64
                                child 1, origin_id: int64
                                child 2, origin_slot: int64
                                child 3, target_id: int64
                                child 4, target_slot: int64
                                child 5, type: string
                        child 14, extra: struct<ue_links: list<item: null>, links_added_by_ue: list<item: null>>
                            child 0, ue_links: list<item: null>
                                child 0, item: null
                            child 1, links_added_by_ue: list<item: null>
                                child 0, item: null
              config: string
              extra: struct<frontendVersion: string, VHS_latentpreview: bool, VHS_latentpreviewrate: int64, VHS_MetadataI (... 159 chars omitted)
                child 0, frontendVersion: string
                child 1, VHS_latentpreview: bool
                child 2, VHS_latentpreviewrate: int64
                child 3, VHS_MetadataImage: bool
                child 4, VHS_KeepIntermediate: bool
                child 5, ue_links: list<item: null>
                    child 0, item: null
                child 6, links_added_by_ue: list<item: null>
                    child 0, item: null
                child 7, ds: struct<scale: double, offset: list<item: double>>
                    child 0, scale: double
                    child 1, offset: list<item: double>
                        child 0, item: double
              version: double
              to
              {'id': Value('string'), 'revision': Value('int64'), 'last_node_id': Value('int64'), 'last_link_id': Value('int64'), 'nodes': List(Json(decode=True)), 'links': List(List(Json(decode=True))), 'groups': List({'id': Value('int64'), 'title': Value('string'), 'bounding': List(Value('float64')), 'color': Value('string'), 'flags': Json(decode=True)}), 'config': Json(decode=True), 'extra': {'ds': {'scale': Value('float64'), 'offset': List(Value('float64'))}, 'frontendVersion': Value('string'), 'VHS_latentpreview': Value('bool'), 'VHS_latentpreviewrate': Value('int64'), 'VHS_MetadataImage': Value('bool'), 'VHS_KeepIntermediate': Value('bool'), 'ue_links': List(Value('null')), 'links_added_by_ue': List(Value('null'))}, 'version': Value('float64')}
              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
50