Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Sub-tasks:
open-domain-qa
Languages:
English
Size:
10K - 100K
ArXiv:
License:
Commit ·
f9c90c0
1
Parent(s): ec89178
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
|
@@ -30,12 +30,12 @@ dataset_info:
|
|
| 30 |
- name: qid
|
| 31 |
dtype: string
|
| 32 |
splits:
|
| 33 |
-
- name: test
|
| 34 |
-
num_bytes: 473730
|
| 35 |
-
num_examples: 1979
|
| 36 |
- name: train
|
| 37 |
num_bytes: 2770036
|
| 38 |
num_examples: 10692
|
|
|
|
|
|
|
|
|
|
| 39 |
- name: validation
|
| 40 |
num_bytes: 295435
|
| 41 |
num_examples: 1086
|
|
|
|
| 30 |
- name: qid
|
| 31 |
dtype: string
|
| 32 |
splits:
|
|
|
|
|
|
|
|
|
|
| 33 |
- name: train
|
| 34 |
num_bytes: 2770036
|
| 35 |
num_examples: 10692
|
| 36 |
+
- name: test
|
| 37 |
+
num_bytes: 473730
|
| 38 |
+
num_examples: 1979
|
| 39 |
- name: validation
|
| 40 |
num_bytes: 295435
|
| 41 |
num_examples: 1086
|