Datasets:
Commit
·
7689709
1
Parent(s):
4bb3c7f
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
|
@@ -53,12 +53,12 @@ dataset_info:
|
|
| 53 |
- name: Title
|
| 54 |
dtype: string
|
| 55 |
splits:
|
| 56 |
-
- name: test
|
| 57 |
-
num_bytes: 1353933
|
| 58 |
-
num_examples: 838
|
| 59 |
- name: train
|
| 60 |
num_bytes: 8538836
|
| 61 |
num_examples: 5247
|
|
|
|
|
|
|
|
|
|
| 62 |
- name: validation
|
| 63 |
num_bytes: 966032
|
| 64 |
num_examples: 597
|
|
|
|
| 53 |
- name: Title
|
| 54 |
dtype: string
|
| 55 |
splits:
|
|
|
|
|
|
|
|
|
|
| 56 |
- name: train
|
| 57 |
num_bytes: 8538836
|
| 58 |
num_examples: 5247
|
| 59 |
+
- name: test
|
| 60 |
+
num_bytes: 1353933
|
| 61 |
+
num_examples: 838
|
| 62 |
- name: validation
|
| 63 |
num_bytes: 966032
|
| 64 |
num_examples: 597
|