Datasets:
Tasks:
Image Classification
Modalities:
Image
Formats:
parquet
Sub-tasks:
multi-class-image-classification
Languages:
English
Size:
10K - 100K
License:
Commit
·
fb76f3e
1
Parent(s):
d02be4f
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
README.md
CHANGED
@@ -1,20 +1,22 @@
|
|
1 |
---
|
2 |
annotations_creators:
|
3 |
-
-
|
4 |
language_creators:
|
5 |
- found
|
6 |
-
languages:
|
|
|
7 |
licenses:
|
8 |
-
-
|
9 |
-
multilinguality:
|
|
|
10 |
size_categories:
|
11 |
- 10K<n<100K
|
12 |
source_datasets:
|
13 |
- extended|other-nist
|
14 |
task_categories:
|
15 |
-
-
|
16 |
task_ids:
|
17 |
-
-
|
18 |
paperswithcode_id: mnist
|
19 |
pretty_name: MNIST
|
20 |
---
|
@@ -60,7 +62,7 @@ Half of the image were drawn by Census Bureau employees and the other half by hi
|
|
60 |
|
61 |
### Supported Tasks and Leaderboards
|
62 |
|
63 |
-
|
64 |
|
65 |
### Languages
|
66 |
|
@@ -101,7 +103,7 @@ The goal in building MNIST was to have a training and test set following the sam
|
|
101 |
|
102 |
The original images from NIST were size normalized to fit a 20x20 pixel box while preserving their aspect ratio. The resulting images contain grey levels (i.e., pixels don't simply have a value of black and white, but a level of greyness from 0 to 255) as a result of the anti-aliasing technique used by the normalization algorithm. The images were then centered in a 28x28 image by computing the center of mass of the pixels, and translating the image so as to position this point at the center of the 28x28 field.
|
103 |
|
104 |
-
#### Who are the source
|
105 |
|
106 |
Half of the source images were drawn by Census Bureau employees, half by high school students. According to the dataset curator, the images from the first group are more easily recognizable.
|
107 |
|
|
|
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 |
- extended|other-nist
|
16 |
task_categories:
|
17 |
+
- image-classification
|
18 |
task_ids:
|
19 |
+
- single-label-image-classification
|
20 |
paperswithcode_id: mnist
|
21 |
pretty_name: MNIST
|
22 |
---
|
|
|
62 |
|
63 |
### Supported Tasks and Leaderboards
|
64 |
|
65 |
+
- `image-classification`: The goal of this task is to classify a given image of a handwritten digit into one of 10 classes representing integer values from 0 to 9, inclusively. The leaderboard is available [here](https://paperswithcode.com/sota/image-classification-on-mnist).
|
66 |
|
67 |
### Languages
|
68 |
|
|
|
103 |
|
104 |
The original images from NIST were size normalized to fit a 20x20 pixel box while preserving their aspect ratio. The resulting images contain grey levels (i.e., pixels don't simply have a value of black and white, but a level of greyness from 0 to 255) as a result of the anti-aliasing technique used by the normalization algorithm. The images were then centered in a 28x28 image by computing the center of mass of the pixels, and translating the image so as to position this point at the center of the 28x28 field.
|
105 |
|
106 |
+
#### Who are the source language producers?
|
107 |
|
108 |
Half of the source images were drawn by Census Bureau employees, half by high school students. According to the dataset curator, the images from the first group are more easily recognizable.
|
109 |
|