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.14/site-packages/datasets/inspect.py", line 286, in get_dataset_config_info
                  for split_generator in builder._split_generators(
                                         ~~~~~~~~~~~~~~~~~~~~~~~~~^
                      StreamingDownloadManager(base_path=builder.base_path, download_config=download_config)
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  )
                  ^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/webdataset/webdataset.py", line 78, in _split_generators
                  first_examples = list(islice(pipeline, self.NUM_EXAMPLES_FOR_FEATURES_INFERENCE))
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/webdataset/webdataset.py", line 48, in _get_pipeline_from_tar
                  current_example[field_name] = extracted_f.read()
                                                ~~~~~~~~~~~~~~~~^^
                File "/usr/local/lib/python3.14/tarfile.py", line 716, in readinto
                  buf = self.read(len(b))
                File "/usr/local/lib/python3.14/tarfile.py", line 707, in read
                  raise ReadError("unexpected end of data")
              tarfile.ReadError: unexpected end of data
              
              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 68, in compute_split_names_from_streaming_response
                  for split in get_dataset_split_names(
                               ~~~~~~~~~~~~~~~~~~~~~~~^
                      path=dataset,
                      ^^^^^^^^^^^^^
                      config_name=config,
                      ^^^^^^^^^^^^^^^^^^^
                      token=hf_token,
                      ^^^^^^^^^^^^^^^
                  )
                  ^
                File "/usr/local/lib/python3.14/site-packages/datasets/inspect.py", line 340, in get_dataset_split_names
                  info = get_dataset_config_info(
                      path,
                  ...<6 lines>...
                      **config_kwargs,
                  )
                File "/usr/local/lib/python3.14/site-packages/datasets/inspect.py", line 291, 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.

ABO data_1024 差量迁移包(100片)

本仓库包含100个顺序分片,每片约2.251 GB,合计约225.14 GB。内容为 data_1024 相对 data_800 新增的7,152个对象;与 data_800 合并后得到 7,952个对象的完整版。

校验和流式解包

sha256sum --check --strict SHA256SUMS
chmod +x extract_data_1024_delta_100parts.sh
./extract_data_1024_delta_100parts.sh /path/to/package-parent

结果为 /path/to/package-parent/data_1024_delta_parts。进入该目录,根据其 README.md 运行 restore_data_1024_full.sh,与已有 data_800 合并。

拼接成完整 tar

chmod +x join_data_1024_delta_100parts.sh
./join_data_1024_delta_100parts.sh /path/to/data_1024_delta_bundle.tar
tar -xf /path/to/data_1024_delta_bundle.tar -C /path/to/package-parent

必须下载 001100 全部100片。

Downloads last month
155