Commit ·
62b5975
1
Parent(s): cade968
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
|
@@ -35,12 +35,12 @@ dataset_info:
|
|
| 35 |
- name: target_text
|
| 36 |
dtype: string
|
| 37 |
splits:
|
| 38 |
-
- name: test
|
| 39 |
-
num_bytes: 77264695
|
| 40 |
-
num_examples: 72831
|
| 41 |
- name: train
|
| 42 |
num_bytes: 619269257
|
| 43 |
num_examples: 582659
|
|
|
|
|
|
|
|
|
|
| 44 |
- name: val
|
| 45 |
num_bytes: 77335069
|
| 46 |
num_examples: 72831
|
|
|
|
| 35 |
- name: target_text
|
| 36 |
dtype: string
|
| 37 |
splits:
|
|
|
|
|
|
|
|
|
|
| 38 |
- name: train
|
| 39 |
num_bytes: 619269257
|
| 40 |
num_examples: 582659
|
| 41 |
+
- name: test
|
| 42 |
+
num_bytes: 77264695
|
| 43 |
+
num_examples: 72831
|
| 44 |
- name: val
|
| 45 |
num_bytes: 77335069
|
| 46 |
num_examples: 72831
|