Cong Wei
commited on
Commit
·
5b7eb26
1
Parent(s):
4b0e347
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,16 +9,14 @@ task_categories:
|
|
| 9 |
language:
|
| 10 |
- "en"
|
| 11 |
configs:
|
| 12 |
-
- config_name:
|
| 13 |
-
data_files:
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
- split: cand_pool
|
| 21 |
-
path: "cand_pool/*.jsonl"
|
| 22 |
- config_name: instructions
|
| 23 |
data_files: "instructions/*.tsv"
|
| 24 |
sep: "\t"
|
|
|
|
| 9 |
language:
|
| 10 |
- "en"
|
| 11 |
configs:
|
| 12 |
+
- config_name: train
|
| 13 |
+
data_files: "train/*.jsonl"
|
| 14 |
+
- config_name: train
|
| 15 |
+
data_files: "val/*.jsonl"
|
| 16 |
+
- config_name: test
|
| 17 |
+
data_files: "test/*.jsonl"
|
| 18 |
+
- config_name: cand_pool
|
| 19 |
+
data_files: "cand_pool/*.jsonl"
|
|
|
|
|
|
|
| 20 |
- config_name: instructions
|
| 21 |
data_files: "instructions/*.tsv"
|
| 22 |
sep: "\t"
|