Add new partitions for test and development datasets
Browse files
README.md
CHANGED
@@ -11,9 +11,13 @@ configs:
|
|
11 |
- config_name: default
|
12 |
data_files:
|
13 |
- split: test_1
|
14 |
-
path: "
|
|
|
|
|
15 |
- split: test_2
|
16 |
-
path: "
|
|
|
|
|
17 |
size_categories:
|
18 |
- n<1K
|
19 |
---
|
|
|
11 |
- config_name: default
|
12 |
data_files:
|
13 |
- split: test_1
|
14 |
+
path: "multichoice_v1_test.jsonl"
|
15 |
+
- split: dev_1
|
16 |
+
path: "multichoice_v1_dev.jsonl"
|
17 |
- split: test_2
|
18 |
+
path: "multichoice_v2_test.jsonl"
|
19 |
+
- split: dev_2
|
20 |
+
path: "multichoice_v2_dev.jsonl"
|
21 |
size_categories:
|
22 |
- n<1K
|
23 |
---
|