datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
wds_mnistwds_fashion_mnistwds_mnistmnist-webdataset-png
MNIST WebDataset PNG
The MNIST dataset with samples stored as PNG images and compiled into the WebDataset format.
DALI/JAX Example
The following code shows how this dataset can be loaded into JAX arrays by DALI.
from nvidia.dali import pipeline_def
import nvidia.dali.fn as fn
import nvidia.dali.types as types
from nvidia.dali.plugin.jax import DALIGenericIterator
from nvidia.dali.plugin.base_iterator import LastBatchPolicy
def get_data_iterator(batch_size, dataset_path):… See the full description on the dataset page: https://huggingface.co/datasets/hayden-donnelly/mnist-webdataset-png.mnist
MNIST Dataset
This dataset contains MNIST handwritten digit images.
Dataset Description
The classic MNIST dataset containing images of handwritten digits (0-9) for image classification tasks.
Usage
# Download the dataset
wget https://huggingface.co/datasets/Cleanlab/mnist/resolve/main/mnist.tar.gz
tar -xzf mnist.tar.gz
License
MIT License
