Datasets:
Tasks:
Image Classification
Modalities:
Image
Formats:
parquet
Sub-tasks:
multi-class-image-classification
Languages:
English
Size:
10K - 100K
ArXiv:
License:
Commit
•
fac2b38
1
Parent(s):
8bbdd6c
Convert dataset to Parquet
Browse filesConvert dataset to Parquet.
This dataset uses `tasks`, which are deprecated and will raise an error after the next release of `datasets`. See: https://github.com/huggingface/datasets/pull/6999
README.md
CHANGED
@@ -20,6 +20,7 @@ task_ids:
|
|
20 |
paperswithcode_id: fashion-mnist
|
21 |
pretty_name: FashionMNIST
|
22 |
dataset_info:
|
|
|
23 |
features:
|
24 |
- name: image
|
25 |
dtype: image
|
@@ -37,16 +38,23 @@ dataset_info:
|
|
37 |
'7': Sneaker
|
38 |
'8': Bag
|
39 |
'9': Ankle boot
|
40 |
-
config_name: fashion_mnist
|
41 |
splits:
|
42 |
- name: train
|
43 |
-
num_bytes:
|
44 |
num_examples: 60000
|
45 |
- name: test
|
46 |
-
num_bytes:
|
47 |
num_examples: 10000
|
48 |
-
download_size:
|
49 |
-
dataset_size:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
---
|
51 |
|
52 |
# Dataset Card for FashionMNIST
|
|
|
20 |
paperswithcode_id: fashion-mnist
|
21 |
pretty_name: FashionMNIST
|
22 |
dataset_info:
|
23 |
+
config_name: fashion_mnist
|
24 |
features:
|
25 |
- name: image
|
26 |
dtype: image
|
|
|
38 |
'7': Sneaker
|
39 |
'8': Bag
|
40 |
'9': Ankle boot
|
|
|
41 |
splits:
|
42 |
- name: train
|
43 |
+
num_bytes: 31049107.0
|
44 |
num_examples: 60000
|
45 |
- name: test
|
46 |
+
num_bytes: 5192560.0
|
47 |
num_examples: 10000
|
48 |
+
download_size: 36106894
|
49 |
+
dataset_size: 36241667.0
|
50 |
+
configs:
|
51 |
+
- config_name: fashion_mnist
|
52 |
+
data_files:
|
53 |
+
- split: train
|
54 |
+
path: fashion_mnist/train-*
|
55 |
+
- split: test
|
56 |
+
path: fashion_mnist/test-*
|
57 |
+
default: true
|
58 |
---
|
59 |
|
60 |
# Dataset Card for FashionMNIST
|
fashion_mnist/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb36d8b5b74a491bce99357dcee62a32d347a356ea2a35d1c9057e7a7435ca5a
|
3 |
+
size 5175617
|
fashion_mnist/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a5769a70af055b15ada8bd3dad9057557554fdd30e17cba45e7ef0f8bf79c5bb
|
3 |
+
size 30931277
|