nthakur commited on
Commit
a918e0d
·
verified ·
1 Parent(s): f047c6d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -4
README.md CHANGED
@@ -132,16 +132,14 @@ qrels = {
132
  }
133
  ```
134
 
135
- ### Data Splits
136
 
137
  | Subset | Split | Rows |
138
  | --- | --- | ---: |
139
  | corpus | corpus | 8,841,823 |
140
  | queries | queries | 509,962 |
141
 
142
- ### NFCorpus Data Splits
143
-
144
- - `train`, `dev`, `test`
145
 
146
  You can also download BEIR datasets directly (without loading through Hugging Face datasets) using the links below.
147
 
 
132
  }
133
  ```
134
 
135
+ ### MSMARCO Data Splits
136
 
137
  | Subset | Split | Rows |
138
  | --- | --- | ---: |
139
  | corpus | corpus | 8,841,823 |
140
  | queries | queries | 509,962 |
141
 
142
+ ### BEIR Dataset Download
 
 
143
 
144
  You can also download BEIR datasets directly (without loading through Hugging Face datasets) using the links below.
145