Commit
•
73834bc
1
Parent(s):
f67cc52
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
@@ -30,12 +30,12 @@ dataset_info:
|
|
30 |
- name: metadata_path_len
|
31 |
dtype: int32
|
32 |
splits:
|
33 |
-
- name: test
|
34 |
-
num_bytes: 1532223
|
35 |
-
num_examples: 3003
|
36 |
- name: train
|
37 |
num_bytes: 17089298
|
38 |
num_examples: 29808
|
|
|
|
|
|
|
39 |
- name: validation
|
40 |
num_bytes: 3779584
|
41 |
num_examples: 6894
|
|
|
30 |
- name: metadata_path_len
|
31 |
dtype: int32
|
32 |
splits:
|
|
|
|
|
|
|
33 |
- name: train
|
34 |
num_bytes: 17089298
|
35 |
num_examples: 29808
|
36 |
+
- name: test
|
37 |
+
num_bytes: 1532223
|
38 |
+
num_examples: 3003
|
39 |
- name: validation
|
40 |
num_bytes: 3779584
|
41 |
num_examples: 6894
|