Cong Wei commited on
Commit ·
4b0e347
1
Parent(s): 701ed16
Update README.md
Browse files
README.md
CHANGED
|
@@ -20,14 +20,10 @@ configs:
|
|
| 20 |
- split: cand_pool
|
| 21 |
path: "cand_pool/*.jsonl"
|
| 22 |
- config_name: instructions
|
| 23 |
-
data_files:
|
| 24 |
-
|
| 25 |
-
path: 'instructions/*.tsv'
|
| 26 |
-
sep: "\t"
|
| 27 |
- config_name: qrels
|
| 28 |
-
data_files:
|
| 29 |
-
- split: all
|
| 30 |
-
path: 'qrels/*.txt'
|
| 31 |
---
|
| 32 |
|
| 33 |
## **Dataset Structure Overview**
|
|
|
|
| 20 |
- split: cand_pool
|
| 21 |
path: "cand_pool/*.jsonl"
|
| 22 |
- config_name: instructions
|
| 23 |
+
data_files: "instructions/*.tsv"
|
| 24 |
+
sep: "\t"
|
|
|
|
|
|
|
| 25 |
- config_name: qrels
|
| 26 |
+
data_files: "qrels/*.txt"
|
|
|
|
|
|
|
| 27 |
---
|
| 28 |
|
| 29 |
## **Dataset Structure Overview**
|