Commit
·
9dd91c9
1
Parent(s):
d51a3c5
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
|
@@ -27,12 +27,12 @@ dataset_info:
|
|
| 27 |
sequence: string
|
| 28 |
config_name: simplification
|
| 29 |
splits:
|
| 30 |
-
- name: test
|
| 31 |
-
num_bytes: 396378
|
| 32 |
-
num_examples: 359
|
| 33 |
- name: validation
|
| 34 |
num_bytes: 2120187
|
| 35 |
num_examples: 2000
|
|
|
|
|
|
|
|
|
|
| 36 |
download_size: 2443394
|
| 37 |
dataset_size: 2516565
|
| 38 |
---
|
|
|
|
| 27 |
sequence: string
|
| 28 |
config_name: simplification
|
| 29 |
splits:
|
|
|
|
|
|
|
|
|
|
| 30 |
- name: validation
|
| 31 |
num_bytes: 2120187
|
| 32 |
num_examples: 2000
|
| 33 |
+
- name: test
|
| 34 |
+
num_bytes: 396378
|
| 35 |
+
num_examples: 359
|
| 36 |
download_size: 2443394
|
| 37 |
dataset_size: 2516565
|
| 38 |
---
|