Commit ·
2a56071
1
Parent(s): 3e84f9d
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
|
@@ -148,15 +148,15 @@ dataset_info:
|
|
| 148 |
- name: id
|
| 149 |
dtype: string
|
| 150 |
splits:
|
| 151 |
-
- name: test
|
| 152 |
-
num_bytes: 524455
|
| 153 |
-
num_examples: 5427
|
| 154 |
- name: train
|
| 155 |
num_bytes: 4224198
|
| 156 |
num_examples: 43410
|
| 157 |
- name: validation
|
| 158 |
num_bytes: 527131
|
| 159 |
num_examples: 5426
|
|
|
|
|
|
|
|
|
|
| 160 |
download_size: 4394818
|
| 161 |
dataset_size: 5275784
|
| 162 |
---
|
|
|
|
| 148 |
- name: id
|
| 149 |
dtype: string
|
| 150 |
splits:
|
|
|
|
|
|
|
|
|
|
| 151 |
- name: train
|
| 152 |
num_bytes: 4224198
|
| 153 |
num_examples: 43410
|
| 154 |
- name: validation
|
| 155 |
num_bytes: 527131
|
| 156 |
num_examples: 5426
|
| 157 |
+
- name: test
|
| 158 |
+
num_bytes: 524455
|
| 159 |
+
num_examples: 5427
|
| 160 |
download_size: 4394818
|
| 161 |
dataset_size: 5275784
|
| 162 |
---
|