Datasets:
Commit
•
dcf2427
1
Parent(s):
a4ad028
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
@@ -39,12 +39,12 @@ dataset_info:
|
|
39 |
- name: highlights
|
40 |
dtype: string
|
41 |
splits:
|
42 |
-
- name: test
|
43 |
-
num_bytes: 25693509
|
44 |
-
num_examples: 5638
|
45 |
- name: train
|
46 |
num_bytes: 207186608
|
47 |
num_examples: 45654
|
|
|
|
|
|
|
48 |
- name: validation
|
49 |
num_bytes: 23130954
|
50 |
num_examples: 5074
|
|
|
39 |
- name: highlights
|
40 |
dtype: string
|
41 |
splits:
|
|
|
|
|
|
|
42 |
- name: train
|
43 |
num_bytes: 207186608
|
44 |
num_examples: 45654
|
45 |
+
- name: test
|
46 |
+
num_bytes: 25693509
|
47 |
+
num_examples: 5638
|
48 |
- name: validation
|
49 |
num_bytes: 23130954
|
50 |
num_examples: 5074
|