Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,33 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
configs:
|
| 2 |
+
- config_name: MSMARCO
|
| 3 |
+
data_files:
|
| 4 |
+
- split: test
|
| 5 |
+
path: msmarco_test.jsonl
|
| 6 |
+
- config_name: NQ
|
| 7 |
+
data_files:
|
| 8 |
+
- split: test
|
| 9 |
+
path: nq_test.jsonl
|
| 10 |
+
- config_name: Lifestyle
|
| 11 |
+
data_files:
|
| 12 |
+
- split: test
|
| 13 |
+
path: lifestyle_test.jsonl
|
| 14 |
+
- config_name: Recreation
|
| 15 |
+
data_files:
|
| 16 |
+
- split: test
|
| 17 |
+
path: recreation_test.jsonl
|
| 18 |
+
- config_name: Science
|
| 19 |
+
data_files:
|
| 20 |
+
- split: test
|
| 21 |
+
path: science_test.jsonl
|
| 22 |
+
- config_name: Technology
|
| 23 |
+
data_files:
|
| 24 |
+
- split: test
|
| 25 |
+
path: technology_test.jsonl
|
| 26 |
+
- config_name: Writing
|
| 27 |
+
data_files:
|
| 28 |
+
- split: test
|
| 29 |
+
path: writing_test.jsonl
|
| 30 |
+
|
| 31 |
+
---
|
| 32 |
+
license: cc-by-4.0
|
| 33 |
+
---
|