Rulin commited on
Commit
acaca75
2 Parent(s): 8d826f3 d9d45ea

Merge branch 'main' of https://huggingface.co/datasets/rulins/MassiveDS-dev

Browse files
Files changed (1) hide show
  1. README.md +7 -3
README.md CHANGED
@@ -8,12 +8,16 @@ 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 1.4T tokens in the datastore.
12
- 2. [MassiveDS-140B](https://huggingface.co/datasets/rulins/MassiveDS-140B), which is a subsampled version containing 140B tokens in the datastore.
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
 
 
8
 
9
  ## Versions
10
  We release two versions of MassiveDS:
 
 
11
 
12
+ * MassiveDS-1.4T
13
+ * [MassiveDS-1.4T](https://huggingface.co/datasets/rulins/MassiveDS-1.4T), which contains the embeddings and passages of the 1.4T-token datastore.
14
+ * [MassiveDS-1.4T-raw-text](https://huggingface.co/datasets/rulins/MassiveDS-1.4T-raw-text), which contains the raw text of the 1.4T-token datastore.
15
+ * MassiveDS-140B
16
+ * [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.
17
+
18
  **Note**:
19
 
20
+ * Due to large data volume, **we are still uploading the passages and index for MassiveDS-1.4T** (ETA: Aug 15 for the passages; Sept 1s for the index.).
21
  * MassiveDS-140B is ready to go. Please try our 10% subsampled version first!
22
  * Code support to run with MassiveDS is in https://github.com/RulinShao/retrieval-scaling.
23