nreimers commited on
Commit
dff363d
1 Parent(s): 9587f3f
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -68,10 +68,11 @@ This datasets contains all query & document embeddings for [BEIR](https://github
68
  This repository hosts all 18 datasets from BEIR, including query and document embeddings. The following table gives an overview of the available datasets.
69
  See the next section how to load the individual datasets.
70
 
71
- | Dataset | #Test Queries | #Documents
72
- | --- | ---- | --- |
73
- | nfcorpus | | 3633 |
74
-
 
75
 
76
 
77
  ## Loading the dataset
 
68
  This repository hosts all 18 datasets from BEIR, including query and document embeddings. The following table gives an overview of the available datasets.
69
  See the next section how to load the individual datasets.
70
 
71
+ | Dataset | #Documents
72
+ | --- | --- |
73
+ | nfcorpus | 3,633 |
74
+ | msmarco | 8,841,823 |
75
+ | hotpotqa | 5,233,329 |
76
 
77
 
78
  ## Loading the dataset