Datasets:
Commit
•
98436d3
1
Parent(s):
6f03763
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
@@ -44,12 +44,12 @@ dataset_info:
|
|
44 |
- name: topic
|
45 |
dtype: string
|
46 |
splits:
|
47 |
-
- name: test
|
48 |
-
num_bytes: 6607134
|
49 |
-
num_examples: 17705
|
50 |
- name: train
|
51 |
num_bytes: 17619123
|
52 |
num_examples: 45640
|
|
|
|
|
|
|
53 |
- name: validation
|
54 |
num_bytes: 1505979
|
55 |
num_examples: 3926
|
|
|
44 |
- name: topic
|
45 |
dtype: string
|
46 |
splits:
|
|
|
|
|
|
|
47 |
- name: train
|
48 |
num_bytes: 17619123
|
49 |
num_examples: 45640
|
50 |
+
- name: test
|
51 |
+
num_bytes: 6607134
|
52 |
+
num_examples: 17705
|
53 |
- name: validation
|
54 |
num_bytes: 1505979
|
55 |
num_examples: 3926
|