Datasets:
Tasks:
Image Classification
Modalities:
Image
Formats:
parquet
Sub-tasks:
multi-class-image-classification
Languages:
English
Size:
10K - 100K
ArXiv:
License:
Commit
•
559bbd4
1
Parent(s):
70a9993
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
@@ -39,12 +39,12 @@ dataset_info:
|
|
39 |
9: Ankle boot
|
40 |
config_name: fashion_mnist
|
41 |
splits:
|
42 |
-
- name: test
|
43 |
-
num_bytes: 5233818
|
44 |
-
num_examples: 10000
|
45 |
- name: train
|
46 |
num_bytes: 31296655
|
47 |
num_examples: 60000
|
|
|
|
|
|
|
48 |
download_size: 30878645
|
49 |
dataset_size: 36530473
|
50 |
---
|
|
|
39 |
9: Ankle boot
|
40 |
config_name: fashion_mnist
|
41 |
splits:
|
|
|
|
|
|
|
42 |
- name: train
|
43 |
num_bytes: 31296655
|
44 |
num_examples: 60000
|
45 |
+
- name: test
|
46 |
+
num_bytes: 5233818
|
47 |
+
num_examples: 10000
|
48 |
download_size: 30878645
|
49 |
dataset_size: 36530473
|
50 |
---
|