Commit
·
6f4b2e3
1
Parent(s):
b5534f6
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
@@ -157,12 +157,12 @@ dataset_info:
|
|
157 |
- name: child_id
|
158 |
dtype: int32
|
159 |
splits:
|
160 |
-
- name: train
|
161 |
-
num_bytes: 1135684803
|
162 |
-
num_examples: 200000
|
163 |
- name: validation
|
164 |
num_bytes: 55823979
|
165 |
num_examples: 10000
|
|
|
|
|
|
|
166 |
download_size: 259652560
|
167 |
dataset_size: 1191508782
|
168 |
---
|
|
|
157 |
- name: child_id
|
158 |
dtype: int32
|
159 |
splits:
|
|
|
|
|
|
|
160 |
- name: validation
|
161 |
num_bytes: 55823979
|
162 |
num_examples: 10000
|
163 |
+
- name: train
|
164 |
+
num_bytes: 1135684803
|
165 |
+
num_examples: 200000
|
166 |
download_size: 259652560
|
167 |
dataset_size: 1191508782
|
168 |
---
|