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
schema_version: int64
updated_at_utc: timestamp[s]
wheels: list<item: struct<key: string, sm: string, compute_capability: string, python_tag: string, artifact_ (... 538 chars omitted)
  child 0, item: struct<key: string, sm: string, compute_capability: string, python_tag: string, artifact_key: string (... 526 chars omitted)
      child 0, key: string
      child 1, sm: string
      child 2, compute_capability: string
      child 3, python_tag: string
      child 4, artifact_key: string
      child 5, wheel_file: string
      child 6, wheel_sha256: string
      child 7, hf_wheel_url: string
      child 8, sageattention_version: string
      child 9, torch_version: string
      child 10, torch_cuda_version: string
      child 11, torchvision_version: string
      child 12, torchaudio_version: string
      child 13, triton_version: string
      child 14, torch_index_url: null
      child 15, target_arch: string
      child 16, cudaarchs: string
      child 17, required_min_cuda: string
      child 18, built_for: string
      child 19, built_from_repo: string
      child 20, built_from_ref: string
      child 21, built_from_commit: string
      child 22, builder_gpu_name: string
      child 23, python_version: string
      child 24, platform: string
      child 25, machine: string
      child 26, built_at_utc: timestamp[s]
python_version: string
wheel_file: string
python_tag: string
created_at_utc: timestamp[s]
torch_version: string
hf_wheel_url: string
torchvision_version: string
built_at_utc: timestamp[s]
triton_version: string
builder_gpu_name: string
key: string
built_for: string
sageattention_version: string
torch_index_url: null
machine: string
artifact_key: string
torch_cuda_version: string
built_from_commit: string
compute_capability: string
built_from_ref: string
built_from_repo: string
target_arch: string
platform: string
required_min_cuda: string
torchaudio_version: string
wheel_sha256: string
sm: string
cudaarchs: string
to
{'key': Value('string'), 'sm': Value('string'), 'compute_capability': Value('string'), 'python_tag': Value('string'), 'artifact_key': Value('string'), 'wheel_file': Value('string'), 'wheel_sha256': Value('string'), 'hf_wheel_url': Value('string'), 'sageattention_version': Value('string'), 'torch_version': Value('string'), 'torch_cuda_version': Value('string'), 'torchvision_version': Value('string'), 'torchaudio_version': Value('string'), 'triton_version': Value('string'), 'torch_index_url': Value('null'), 'target_arch': Value('string'), 'cudaarchs': Value('string'), 'required_min_cuda': Value('string'), 'built_for': Value('string'), 'built_from_repo': Value('string'), 'built_from_ref': Value('string'), 'built_from_commit': Value('string'), 'builder_gpu_name': Value('string'), 'python_version': Value('string'), 'platform': Value('string'), 'machine': Value('string'), 'built_at_utc': Value('timestamp[s]'), 'created_at_utc': Value('timestamp[s]')}
because column names don't match
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/utils.py", line 149, 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 129, 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 489, 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
              schema_version: int64
              updated_at_utc: timestamp[s]
              wheels: list<item: struct<key: string, sm: string, compute_capability: string, python_tag: string, artifact_ (... 538 chars omitted)
                child 0, item: struct<key: string, sm: string, compute_capability: string, python_tag: string, artifact_key: string (... 526 chars omitted)
                    child 0, key: string
                    child 1, sm: string
                    child 2, compute_capability: string
                    child 3, python_tag: string
                    child 4, artifact_key: string
                    child 5, wheel_file: string
                    child 6, wheel_sha256: string
                    child 7, hf_wheel_url: string
                    child 8, sageattention_version: string
                    child 9, torch_version: string
                    child 10, torch_cuda_version: string
                    child 11, torchvision_version: string
                    child 12, torchaudio_version: string
                    child 13, triton_version: string
                    child 14, torch_index_url: null
                    child 15, target_arch: string
                    child 16, cudaarchs: string
                    child 17, required_min_cuda: string
                    child 18, built_for: string
                    child 19, built_from_repo: string
                    child 20, built_from_ref: string
                    child 21, built_from_commit: string
                    child 22, builder_gpu_name: string
                    child 23, python_version: string
                    child 24, platform: string
                    child 25, machine: string
                    child 26, built_at_utc: timestamp[s]
              python_version: string
              wheel_file: string
              python_tag: string
              created_at_utc: timestamp[s]
              torch_version: string
              hf_wheel_url: string
              torchvision_version: string
              built_at_utc: timestamp[s]
              triton_version: string
              builder_gpu_name: string
              key: string
              built_for: string
              sageattention_version: string
              torch_index_url: null
              machine: string
              artifact_key: string
              torch_cuda_version: string
              built_from_commit: string
              compute_capability: string
              built_from_ref: string
              built_from_repo: string
              target_arch: string
              platform: string
              required_min_cuda: string
              torchaudio_version: string
              wheel_sha256: string
              sm: string
              cudaarchs: string
              to
              {'key': Value('string'), 'sm': Value('string'), 'compute_capability': Value('string'), 'python_tag': Value('string'), 'artifact_key': Value('string'), 'wheel_file': Value('string'), 'wheel_sha256': Value('string'), 'hf_wheel_url': Value('string'), 'sageattention_version': Value('string'), 'torch_version': Value('string'), 'torch_cuda_version': Value('string'), 'torchvision_version': Value('string'), 'torchaudio_version': Value('string'), 'triton_version': Value('string'), 'torch_index_url': Value('null'), 'target_arch': Value('string'), 'cudaarchs': Value('string'), 'required_min_cuda': Value('string'), 'built_for': Value('string'), 'built_from_repo': Value('string'), 'built_from_ref': Value('string'), 'built_from_commit': Value('string'), 'builder_gpu_name': Value('string'), 'python_version': Value('string'), 'platform': Value('string'), 'machine': Value('string'), 'built_at_utc': Value('timestamp[s]'), 'created_at_utc': Value('timestamp[s]')}
              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
22