Datasets:
Tasks:
Question Answering
Sub-tasks:
extractive-qa
Languages:
English
Size:
100K<n<1M
ArXiv:
License:
Commit
•
ae52e33
1
Parent(s):
6717a11
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
@@ -79,12 +79,12 @@ dataset_info:
|
|
79 |
- name: related_links
|
80 |
dtype: string
|
81 |
splits:
|
82 |
-
- name: test
|
83 |
-
num_bytes: 1466749978
|
84 |
-
num_examples: 43228
|
85 |
- name: train
|
86 |
num_bytes: 5303005740
|
87 |
num_examples: 151295
|
|
|
|
|
|
|
88 |
- name: validation
|
89 |
num_bytes: 740962715
|
90 |
num_examples: 21613
|
|
|
79 |
- name: related_links
|
80 |
dtype: string
|
81 |
splits:
|
|
|
|
|
|
|
82 |
- name: train
|
83 |
num_bytes: 5303005740
|
84 |
num_examples: 151295
|
85 |
+
- name: test
|
86 |
+
num_bytes: 1466749978
|
87 |
+
num_examples: 43228
|
88 |
- name: validation
|
89 |
num_bytes: 740962715
|
90 |
num_examples: 21613
|