Commit ·
2c7730d
1
Parent(s): 05fa34a
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
|
@@ -202,12 +202,12 @@ dataset_info:
|
|
| 202 |
- name: slot_id
|
| 203 |
dtype: int64
|
| 204 |
splits:
|
| 205 |
-
- name: test
|
| 206 |
-
num_bytes: 2650700
|
| 207 |
-
num_examples: 11
|
| 208 |
- name: train
|
| 209 |
num_bytes: 7402373
|
| 210 |
num_examples: 26
|
|
|
|
|
|
|
|
|
|
| 211 |
- name: validation
|
| 212 |
num_bytes: 1993857
|
| 213 |
num_examples: 8
|
|
|
|
| 202 |
- name: slot_id
|
| 203 |
dtype: int64
|
| 204 |
splits:
|
|
|
|
|
|
|
|
|
|
| 205 |
- name: train
|
| 206 |
num_bytes: 7402373
|
| 207 |
num_examples: 26
|
| 208 |
+
- name: test
|
| 209 |
+
num_bytes: 2650700
|
| 210 |
+
num_examples: 11
|
| 211 |
- name: validation
|
| 212 |
num_bytes: 1993857
|
| 213 |
num_examples: 8
|