Update README.md
Browse files
README.md
CHANGED
@@ -8,13 +8,11 @@ Website: https://retrievalscaling.github.io
|
|
8 |
|
9 |
## Versions
|
10 |
We release two versions of MassiveDS:
|
11 |
-
1. [MassiveDS-1.4T](https://huggingface.co/datasets/rulins/MassiveDS-1.4T), which contains
|
12 |
-
2. [MassiveDS-
|
|
|
13 |
|
14 |
**Note**:
|
15 |
-
|
16 |
-
* Due to large data volume, **we are still uploading the data for MassiveDS-1.4T** (ETA: July 31).
|
17 |
-
* MassiveDS-140B is ready to go. Please try our 10% subsampled version first!
|
18 |
* Code support to run with MassiveDS is in https://github.com/RulinShao/retrieval-scaling.
|
19 |
|
20 |
## File structure
|
|
|
8 |
|
9 |
## Versions
|
10 |
We release two versions of MassiveDS:
|
11 |
+
1. [MassiveDS-1.4T](https://huggingface.co/datasets/rulins/MassiveDS-1.4T), which contains the embeddings and passages of the 1.4T-token datastore.
|
12 |
+
2. [MassiveDS-1.4T-raw-text](https://huggingface.co/datasets/rulins/MassiveDS-1.4T-raw-text), contains the raw text of the 1.4T-token datastore.
|
13 |
+
3. [MassiveDS-140B](https://huggingface.co/datasets/rulins/MassiveDS-140B), which contains the **index, embeddings, passages, and raw text** of a subsampled version containing 140B tokens in the datastore.
|
14 |
|
15 |
**Note**:
|
|
|
|
|
|
|
16 |
* Code support to run with MassiveDS is in https://github.com/RulinShao/retrieval-scaling.
|
17 |
|
18 |
## File structure
|