Update README.md
Browse files
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
|
|
|
|
|
|
|
|
|
|
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.
|