Datasets:
Tasks:
Image Classification
Modalities:
Image
Formats:
parquet
Sub-tasks:
multi-class-image-classification
Languages:
English
Size:
10K - 100K
ArXiv:
License:
Commit
•
df5c2bf
1
Parent(s):
ea542c2
Replace YAML keys from int to str (#2)
Browse files- Replace YAML keys from int to str (efb2d4962312b034355390343957e4bcdf9242b1)
README.md
CHANGED
@@ -27,16 +27,16 @@ dataset_info:
|
|
27 |
dtype:
|
28 |
class_label:
|
29 |
names:
|
30 |
-
0: T - shirt / top
|
31 |
-
1: Trouser
|
32 |
-
2: Pullover
|
33 |
-
3: Dress
|
34 |
-
4: Coat
|
35 |
-
5: Sandal
|
36 |
-
6: Shirt
|
37 |
-
7: Sneaker
|
38 |
-
8: Bag
|
39 |
-
9: Ankle boot
|
40 |
config_name: fashion_mnist
|
41 |
splits:
|
42 |
- name: train
|
|
|
27 |
dtype:
|
28 |
class_label:
|
29 |
names:
|
30 |
+
'0': T - shirt / top
|
31 |
+
'1': Trouser
|
32 |
+
'2': Pullover
|
33 |
+
'3': Dress
|
34 |
+
'4': Coat
|
35 |
+
'5': Sandal
|
36 |
+
'6': Shirt
|
37 |
+
'7': Sneaker
|
38 |
+
'8': Bag
|
39 |
+
'9': Ankle boot
|
40 |
config_name: fashion_mnist
|
41 |
splits:
|
42 |
- name: train
|