Datasets:
Tasks:
Text2Text Generation
Sub-tasks:
abstractive-qa
Languages:
English
Size:
10K<n<100K
ArXiv:
License:
Commit
•
86cd433
1
Parent(s):
ad8919a
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
@@ -62,12 +62,12 @@ dataset_info:
|
|
62 |
- name: tokens
|
63 |
sequence: string
|
64 |
splits:
|
65 |
-
- name: test
|
66 |
-
num_bytes: 2911702563
|
67 |
-
num_examples: 10557
|
68 |
- name: train
|
69 |
num_bytes: 9115940054
|
70 |
num_examples: 32747
|
|
|
|
|
|
|
71 |
- name: validation
|
72 |
num_bytes: 968994186
|
73 |
num_examples: 3461
|
|
|
62 |
- name: tokens
|
63 |
sequence: string
|
64 |
splits:
|
|
|
|
|
|
|
65 |
- name: train
|
66 |
num_bytes: 9115940054
|
67 |
num_examples: 32747
|
68 |
+
- name: test
|
69 |
+
num_bytes: 2911702563
|
70 |
+
num_examples: 10557
|
71 |
- name: validation
|
72 |
num_bytes: 968994186
|
73 |
num_examples: 3461
|