Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Sub-tasks:
open-domain-qa
Languages:
English
Size:
1K - 10K
License:
Commit ·
4a6be56
1
Parent(s): 1882cf4
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
|
@@ -28,12 +28,12 @@ dataset_info:
|
|
| 28 |
- name: answers
|
| 29 |
sequence: string
|
| 30 |
splits:
|
| 31 |
-
- name: test
|
| 32 |
-
num_bytes: 289824
|
| 33 |
-
num_examples: 2032
|
| 34 |
- name: train
|
| 35 |
num_bytes: 533736
|
| 36 |
num_examples: 3778
|
|
|
|
|
|
|
|
|
|
| 37 |
download_size: 1272965
|
| 38 |
dataset_size: 823560
|
| 39 |
---
|
|
|
|
| 28 |
- name: answers
|
| 29 |
sequence: string
|
| 30 |
splits:
|
|
|
|
|
|
|
|
|
|
| 31 |
- name: train
|
| 32 |
num_bytes: 533736
|
| 33 |
num_examples: 3778
|
| 34 |
+
- name: test
|
| 35 |
+
num_bytes: 289824
|
| 36 |
+
num_examples: 2032
|
| 37 |
download_size: 1272965
|
| 38 |
dataset_size: 823560
|
| 39 |
---
|