Datasets:
Tasks:
Image Classification
Modalities:
Image
Formats:
parquet
Sub-tasks:
multi-class-image-classification
Languages:
English
Size:
10K - 100K
License:
Update files from the datasets library (from 1.18.0)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.18.0
README.md
CHANGED
@@ -16,6 +16,7 @@ task_categories:
|
|
16 |
task_ids:
|
17 |
- other-other-image-classification
|
18 |
paperswithcode_id: mnist
|
|
|
19 |
---
|
20 |
|
21 |
# Dataset Card for MNIST
|
@@ -156,4 +157,4 @@ MIT Licence
|
|
156 |
|
157 |
### Contributions
|
158 |
|
159 |
-
Thanks to [@sgugger](https://github.com/sgugger) for adding this dataset.
|
|
|
16 |
task_ids:
|
17 |
- other-other-image-classification
|
18 |
paperswithcode_id: mnist
|
19 |
+
pretty_name: MNIST
|
20 |
---
|
21 |
|
22 |
# Dataset Card for MNIST
|
|
|
157 |
|
158 |
### Contributions
|
159 |
|
160 |
+
Thanks to [@sgugger](https://github.com/sgugger) for adding this dataset.
|
mnist.py
CHANGED
@@ -76,7 +76,6 @@ class MNIST(datasets.GeneratorBasedBuilder):
|
|
76 |
ImageClassification(
|
77 |
image_column="image",
|
78 |
label_column="label",
|
79 |
-
labels=["0", "1", "2", "3", "4", "5", "6", "7", "8", "9"],
|
80 |
)
|
81 |
],
|
82 |
)
|
|
|
76 |
ImageClassification(
|
77 |
image_column="image",
|
78 |
label_column="label",
|
|
|
79 |
)
|
80 |
],
|
81 |
)
|