The dataset viewer is not available for this dataset.
Cannot get the config names for the dataset.
Error code:   ConfigNamesError
Exception:    FileNotFoundError
Message:      Couldn't find a dataset script at /src/services/worker/something-else/Slim-binidx/Slim-binidx.py or any data file in the same directory. Couldn't find 'something-else/Slim-binidx' on the Hugging Face Hub either: FileNotFoundError: No (supported) data files or dataset script found in something-else/Slim-binidx. 
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/dataset/config_names.py", line 65, in compute_config_names_response
                  for config in sorted(get_dataset_config_names(path=dataset, token=hf_token))
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/inspect.py", line 351, in get_dataset_config_names
                  dataset_module = dataset_module_factory(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 1507, in dataset_module_factory
                  raise FileNotFoundError(
              FileNotFoundError: Couldn't find a dataset script at /src/services/worker/something-else/Slim-binidx/Slim-binidx.py or any data file in the same directory. Couldn't find 'something-else/Slim-binidx' on the Hugging Face Hub either: FileNotFoundError: No (supported) data files or dataset script found in something-else/Slim-binidx.

Need help to make the dataset viewer work? Open a discussion for direct support.

This dataset comprises nine chunks (out of ten) from the Cerebras/SlimPajama-627B dataset, processed into a binary index (bin idx) format. The first chunk is located at : rwkv-x-dev/slimpajama-binidx.

Due to their large size, each chunk is split into multiple parts for easier handling. To reassemble and decompress these parts, follow these steps:

  1. Combine all parts of the desired chunk into a single file:

cat chunk2_text_document_part_* > chunk2_text_document.tar.xz

  1. Decompress the combined file:

xz -d chunk2_text_document.tar.xz

  1. Extract the decompressed file:

tar -xvf chunk2_text_document.tar

This process successfully reassembles and decompresses the chosen chunk.

cat chunk2_text_document_part_* > chunk2_text_document.tar.xz
xz -d chunk2_text_document.tar.xz
tar -xvf chunk2_text_document.tar
Downloads last month
0
Edit dataset card