rulins commited on
Commit
234ba05
1 Parent(s): 3d9b5e1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -16,4 +16,8 @@ File structure:
16
  * `embeddings`: embeddings of the passages encoded with Contriever-MSMACRO.
17
  * `index`: flat index built with embeddings.
18
 
19
- Note: due to large data volume, we are still uploading the data for MassiveDS-1.4T. MassiveDS-140B is ready to go. Code support to run with MassiveDS is in https://github.com/RulinShao/retrieval-scaling.
 
 
 
 
 
16
  * `embeddings`: embeddings of the passages encoded with Contriever-MSMACRO.
17
  * `index`: flat index built with embeddings.
18
 
19
+ **Note**:
20
+
21
+ * Due to large data volume, **we are still uploading the data for MassiveDS-1.4T** (ETA: July 31).
22
+ * MassiveDS-140B is ready to go. Please try our 10% subsampled version first!
23
+ * Code support to run with MassiveDS is in https://github.com/RulinShao/retrieval-scaling.