Update README.md
Browse files
README.md
CHANGED
@@ -12,4 +12,8 @@ configs:
|
|
12 |
data_files:
|
13 |
- split: local
|
14 |
path: "cand_pool/*.jsonl"
|
|
|
|
|
|
|
|
|
15 |
---
|
|
|
12 |
data_files:
|
13 |
- split: local
|
14 |
path: "cand_pool/*.jsonl"
|
15 |
+
- config_name: instructions
|
16 |
+
data_files:
|
17 |
+
- split: instructions
|
18 |
+
path: "instructions/*.tsv"
|
19 |
---
|