Datasets:
Tasks:
Question Answering
Sub-tasks:
multiple-choice-qa
Languages:
English
Size:
10K<n<100K
License:
Commit
•
9bf95d0
1
Parent(s):
572ff73
Reorder split names
Browse filesReorder split names in the YAML metadata to be aligned with the order in the loading script.
See: https://github.com/huggingface/datasets/issues/5258
README.md
CHANGED
@@ -35,15 +35,15 @@ dataset_info:
|
|
35 |
dtype: string
|
36 |
config_name: plain_text
|
37 |
splits:
|
38 |
-
- name: test
|
39 |
-
num_bytes: 1556379
|
40 |
-
num_examples: 2041
|
41 |
- name: train
|
42 |
num_bytes: 4775235
|
43 |
num_examples: 6116
|
44 |
- name: validation
|
45 |
num_bytes: 1539272
|
46 |
num_examples: 2040
|
|
|
|
|
|
|
47 |
download_size: 5558190
|
48 |
dataset_size: 7870886
|
49 |
---
|
|
|
35 |
dtype: string
|
36 |
config_name: plain_text
|
37 |
splits:
|
|
|
|
|
|
|
38 |
- name: train
|
39 |
num_bytes: 4775235
|
40 |
num_examples: 6116
|
41 |
- name: validation
|
42 |
num_bytes: 1539272
|
43 |
num_examples: 2040
|
44 |
+
- name: test
|
45 |
+
num_bytes: 1556379
|
46 |
+
num_examples: 2041
|
47 |
download_size: 5558190
|
48 |
dataset_size: 7870886
|
49 |
---
|