We release the raw passages, embeddings, and index of MassiveDS.
12
38 commits
1 linked in READMEs
updated Mar 6, 2025
We release the raw passages, embeddings, and index of MassiveDS.
Website: https://retrievalscaling.github.io
We release two versions of MassiveDS:
Note:
raw_data: plain data in JSONL files.passages: chunked raw passages with passage IDs. Each passage is chunked to have no more than 256 words.embeddings: embeddings of the passages encoded with Contriever-MSMACRO.index: flat index built with embeddings.We recommend using Git LFS to download large files. We provide an example script below.
First, clone the Git history only to start working with it.
git clone --filter=blob:none https://huggingface.co/datasets/rulins/MassiveDS-1.4T
cd MassiveDS-1.4T/
(Optionally) Specify the directory that you want to partially download, e.g., the embeddings only. Skip this step if you want to download everything.
git sparse-checkout init --cone
git sparse-checkout set embeddings
Finally, pull the data.
git lfs install
git lfs pull
38 commits
We release the raw passages, embeddings, and index of MassiveDS.
12
38 commits
1 linked in READMEs
updated Mar 6, 2025
We release the raw passages, embeddings, and index of MassiveDS.
Website: https://retrievalscaling.github.io
We release two versions of MassiveDS:
Note:
raw_data: plain data in JSONL files.passages: chunked raw passages with passage IDs. Each passage is chunked to have no more than 256 words.embeddings: embeddings of the passages encoded with Contriever-MSMACRO.index: flat index built with embeddings.We recommend using Git LFS to download large files. We provide an example script below.
First, clone the Git history only to start working with it.
git clone --filter=blob:none https://huggingface.co/datasets/rulins/MassiveDS-1.4T
cd MassiveDS-1.4T/
(Optionally) Specify the directory that you want to partially download, e.g., the embeddings only. Skip this step if you want to download everything.
git sparse-checkout init --cone
git sparse-checkout set embeddings
Finally, pull the data.
git lfs install
git lfs pull
38 commits