Datasets:
Commit
•
5893805
1
Parent(s):
7599948
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
@@ -124,12 +124,12 @@ dataset_info:
|
|
124 |
dtype: string
|
125 |
config_name: glucose
|
126 |
splits:
|
127 |
-
- name: test
|
128 |
-
num_bytes: 355757
|
129 |
-
num_examples: 500
|
130 |
- name: train
|
131 |
num_bytes: 204605370
|
132 |
num_examples: 65522
|
|
|
|
|
|
|
133 |
download_size: 30362105
|
134 |
dataset_size: 204961127
|
135 |
---
|
|
|
124 |
dtype: string
|
125 |
config_name: glucose
|
126 |
splits:
|
|
|
|
|
|
|
127 |
- name: train
|
128 |
num_bytes: 204605370
|
129 |
num_examples: 65522
|
130 |
+
- name: test
|
131 |
+
num_bytes: 355757
|
132 |
+
num_examples: 500
|
133 |
download_size: 30362105
|
134 |
dataset_size: 204961127
|
135 |
---
|