Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# MNIST 28×28 Grayscale Dataset
|
| 2 |
|
| 3 |
The original MNIST dataset with handwritten digits in 28×28 grayscale format, stored in efficient Parquet format for modern deep learning applications.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- image-classification
|
| 5 |
+
- unconditional-image-generation
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
+
size_categories:
|
| 9 |
+
- 10K<n<100K
|
| 10 |
+
---
|
| 11 |
# MNIST 28×28 Grayscale Dataset
|
| 12 |
|
| 13 |
The original MNIST dataset with handwritten digits in 28×28 grayscale format, stored in efficient Parquet format for modern deep learning applications.
|