mariosasko commited on
Commit
c6f5908
1 Parent(s): 7180319

Update image dataset tags (#3864)

Browse files

* Align image datasets with new image task tags

* Add missing tags/sections to pass CI

Commit from https://github.com/huggingface/datasets/commit/a0c2e960110392da20c84d13ca3764cf7d7a9953

Files changed (1) hide show
  1. README.md +10 -7
README.md CHANGED
@@ -1,19 +1,22 @@
1
  ---
2
  annotations_creators:
3
  - expert-generated
4
- language_creators: []
5
- languages: []
 
 
6
  licenses:
7
  - mit
8
- multilinguality: []
 
9
  size_categories:
10
  - 10K<n<100K
11
  source_datasets:
12
  - original
13
  task_categories:
14
- - other
15
  task_ids:
16
- - other-other-image-classification
17
  paperswithcode_id: fashion-mnist
18
  pretty_name: FashionMNIST
19
  ---
@@ -58,7 +61,7 @@ Fashion-MNIST is a dataset of Zalando's article images—consisting of a trainin
58
 
59
  ### Supported Tasks and Leaderboards
60
 
61
- [More Information Needed]
62
 
63
  ### Languages
64
 
@@ -128,7 +131,7 @@ We use the front look thumbnail images of 70,000 unique products to build Fashio
128
  6. Negating the intensities of the image.
129
  7. Converting the image to 8-bit grayscale pixels.
130
 
131
- #### Who are the source image producers?
132
 
133
  **From the arXiv paper:**
134
  Every fashion product on Zalando has a set of pictures shot by professional photographers, demonstrating different aspects of the product, i.e. front and back looks, details, looks with model and in an outfit.
 
1
  ---
2
  annotations_creators:
3
  - expert-generated
4
+ language_creators:
5
+ - found
6
+ languages:
7
+ - en
8
  licenses:
9
  - mit
10
+ multilinguality:
11
+ - monolingual
12
  size_categories:
13
  - 10K<n<100K
14
  source_datasets:
15
  - original
16
  task_categories:
17
+ - image-classification
18
  task_ids:
19
+ - single-label-image-classification
20
  paperswithcode_id: fashion-mnist
21
  pretty_name: FashionMNIST
22
  ---
 
61
 
62
  ### Supported Tasks and Leaderboards
63
 
64
+ - `image-classification`: The goal of this task is to classify a given image of Zalando's article into one of 10 classes. The leaderboard is available [here](https://paperswithcode.com/sota/image-classification-on-fashion-mnist).
65
 
66
  ### Languages
67
 
 
131
  6. Negating the intensities of the image.
132
  7. Converting the image to 8-bit grayscale pixels.
133
 
134
+ #### Who are the source language producers?
135
 
136
  **From the arXiv paper:**
137
  Every fashion product on Zalando has a set of pictures shot by professional photographers, demonstrating different aspects of the product, i.e. front and back looks, details, looks with model and in an outfit.