datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
digits
Dataset Card for digits dataset
Optical recognition of handwritten digits dataset
Note - How to load this dataset directly with the datasets library
from datasets import load_dataset
dataset = load_dataset("sklearn-docs/digits",header=None)
Dataset Summary
This is a copy of the test set of the UCI ML hand-written digits datasets https://archive.ics.uci.edu/ml/datasets/Optical+Recognition+of+Handwritten+Digits
The data set contains images of hand-written… See the full description on the dataset page: https://huggingface.co/datasets/sklearn-docs/digits.sklearn-ml
