Dataset Viewer
The dataset viewer is not available for this subset.
Cannot get the split names for the config 'default' of the dataset.
Exception: SplitsNotFoundError
Message: The split names could not be parsed from the dataset config.
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/inspect.py", line 289, in get_dataset_config_info
for split_generator in builder._split_generators(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/webdataset/webdataset.py", line 91, in _split_generators
inferred_arrow_schema = pa.concat_tables(pa_tables, promote_options="default").schema
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "pyarrow/table.pxi", line 6319, in pyarrow.lib.concat_tables
File "pyarrow/error.pxi", line 155, in pyarrow.lib.pyarrow_internal_check_status
File "pyarrow/error.pxi", line 92, in pyarrow.lib.check_status
pyarrow.lib.ArrowTypeError: Unable to merge: Field json has incompatible types: struct<manifests: list<item: struct<annotations: struct<io.containerd.image.name: string, org.opencontainers.image.ref.name: string>, digest: string, mediaType: string, size: int64>>, mediaType: string, schemaVersion: int64> vs list<item: struct<Config: string, LayerSources: struct<sha256:044cc92a288c70b8315cfb7fbef293efc9a2349a54d35fe91d2948ec5fa96f4e: struct<digest: string, mediaType: string, size: int64>, sha256:0f050d38876687cde6ebfdcfd36a169588182541c6de504695f7d981fc4004e4: struct<digest: string, mediaType: string, size: int64>, sha256:25b297b0fb61b9f6576114c52c616b74ebf92574b7352a8060f1dd95e6e6f52d: struct<digest: string, mediaType: string, size: int64>, sha256:59c56aee1fb4dbaeb334aef06088b49902105d1ea0c15a9e5a2a9ce560fa4c5d: struct<digest: string, mediaType: string, size: int64>, sha256:98ce98a6f164eb1f02f671cc95dee73554e42c5a02898670b8302c6f42df11a4: struct<digest: string, mediaType: string, size: int64>, sha256:ba00fa85c14c1704c5be1b679385f14ff78e5cb4c1155de1e9ff6500c78f392f: struct<digest: string, mediaType: string, size: int64>, sha256:dfe24d85e19031494279ee967c6935a4fae72503429b70a710979a60b3b4964b: struct<digest: string, mediaType: string, size: int64>>, Layers: list<item: string>, RepoTags: list<item: string>>>
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/split_names.py", line 65, in compute_split_names_from_streaming_response
for split in get_dataset_split_names(
^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/inspect.py", line 343, in get_dataset_split_names
info = get_dataset_config_info(
^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/inspect.py", line 294, in get_dataset_config_info
raise SplitsNotFoundError("The split names could not be parsed from the dataset config.") from err
datasets.inspect.SplitsNotFoundError: The split names could not be parsed from the dataset config.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.
There is the docker environment of DOSOD. Huggingface, Github
CPU docker usage
- step 1: load docker image
docker load < dosod_cpu_v1.tar
- step 2: start docker container
docker run -itd \
--name dosod \
--shm-size 128G \
--privileged=true \
-v /mnt/work:/mnt \
-v /mnt/data:/data \
-w /root \
d_robotics/dosod_cpu:v1
- step 3: run dokcer container
docker exec -it dosod bash
- Downloads last month
- 10