lhoestq HF staff commited on
Commit
70a9993
1 Parent(s): 7ed16b2

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +29 -1
README.md CHANGED
@@ -19,6 +19,34 @@ task_ids:
19
  - multi-class-image-classification
20
  paperswithcode_id: fashion-mnist
21
  pretty_name: FashionMNIST
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for FashionMNIST
@@ -199,4 +227,4 @@ MIT Licence
199
 
200
  ### Contributions
201
 
202
- Thanks to [@gchhablani](https://github.com/gchablani) for adding this dataset.
 
19
  - multi-class-image-classification
20
  paperswithcode_id: fashion-mnist
21
  pretty_name: FashionMNIST
22
+ dataset_info:
23
+ features:
24
+ - name: image
25
+ dtype: image
26
+ - name: label
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: 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
  ---
51
 
52
  # Dataset Card for FashionMNIST
 
227
 
228
  ### Contributions
229
 
230
+ Thanks to [@gchhablani](https://github.com/gchablani) for adding this dataset.