Commit
•
58e29dd
1
Parent(s):
8d7c2fd
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
@@ -49,12 +49,12 @@ dataset_info:
|
|
49 |
dtype: string
|
50 |
config_name: clean
|
51 |
splits:
|
52 |
-
- name: test
|
53 |
-
num_bytes: 65784
|
54 |
-
num_examples: 100
|
55 |
- name: train
|
56 |
num_bytes: 1002365
|
57 |
num_examples: 1813
|
|
|
|
|
|
|
58 |
download_size: 1192302846
|
59 |
dataset_size: 1068149
|
60 |
---
|
|
|
49 |
dtype: string
|
50 |
config_name: clean
|
51 |
splits:
|
|
|
|
|
|
|
52 |
- name: train
|
53 |
num_bytes: 1002365
|
54 |
num_examples: 1813
|
55 |
+
- name: test
|
56 |
+
num_bytes: 65784
|
57 |
+
num_examples: 100
|
58 |
download_size: 1192302846
|
59 |
dataset_size: 1068149
|
60 |
---
|