ylecun/mnist
Dataset Card for MNIST Dataset Summary The MNIST dataset consists of 70,000 28x28 black-and-white images of handwritten digits extracted from two NIST databases. There are 60,000 images in the training dataset and 10,000 images in the validation dataset, one class per digit so a total of 10 classes, with 7,000 images (6,000 train images and 1,000 test images) per class. Half of the image were drawn by Census Bureau employees and the other half by high school… See the full description on the dataset page: https://huggingface.co/datasets/ylecun/mnist.
Convert dataset to Parquet (#7)
Delete legacy JSON metadata (#5)
Use `tuple` instead of `list` in `gen_kwargs` to avoid `IterableDataset.shuffle` error (#3)
Replace YAML keys from int to str (#2)
Reorder split names (#1)
add dataset_info in dataset metadata
remove dummmy data
Align more metadata with other repo types (models,spaces) (#4607)
Update datasets task tags to align tags with models (#4067)
Update image dataset tags (#3864)
Update files from the datasets library (from 1.18.0)
Update files from the datasets library (from 1.17.0)
Update files from the datasets library (from 1.7.0)
Update files from the datasets library (from 1.6.0)
Update files from the datasets library (from 1.5.0)
Update files from the datasets library (from 1.3.0)
Update files from the datasets library (from 1.2.1)
