Datasets:
Commit
•
a13ca45
1
Parent(s):
bbe5929
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
@@ -38,12 +38,12 @@ dataset_info:
|
|
38 |
- name: target
|
39 |
dtype: string
|
40 |
splits:
|
41 |
-
- name: test
|
42 |
-
num_bytes: 843181
|
43 |
-
num_examples: 811
|
44 |
- name: train
|
45 |
num_bytes: 6434909
|
46 |
num_examples: 6253
|
|
|
|
|
|
|
47 |
- name: validation
|
48 |
num_bytes: 689109
|
49 |
num_examples: 661
|
@@ -58,12 +58,12 @@ dataset_info:
|
|
58 |
- name: target
|
59 |
dtype: string
|
60 |
splits:
|
61 |
-
- name: test
|
62 |
-
num_bytes: 843181
|
63 |
-
num_examples: 811
|
64 |
- name: train
|
65 |
num_bytes: 6434909
|
66 |
num_examples: 6253
|
|
|
|
|
|
|
67 |
- name: validation
|
68 |
num_bytes: 689109
|
69 |
num_examples: 661
|
|
|
38 |
- name: target
|
39 |
dtype: string
|
40 |
splits:
|
|
|
|
|
|
|
41 |
- name: train
|
42 |
num_bytes: 6434909
|
43 |
num_examples: 6253
|
44 |
+
- name: test
|
45 |
+
num_bytes: 843181
|
46 |
+
num_examples: 811
|
47 |
- name: validation
|
48 |
num_bytes: 689109
|
49 |
num_examples: 661
|
|
|
58 |
- name: target
|
59 |
dtype: string
|
60 |
splits:
|
|
|
|
|
|
|
61 |
- name: train
|
62 |
num_bytes: 6434909
|
63 |
num_examples: 6253
|
64 |
+
- name: test
|
65 |
+
num_bytes: 843181
|
66 |
+
num_examples: 811
|
67 |
- name: validation
|
68 |
num_bytes: 689109
|
69 |
num_examples: 661
|