CoolFace
20 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01TimSchneider42 /tactile-mnist-touch-syn-single-t32-320x240Documentation is available at https://github.com/TimSchneider42/tactile-mnist/blob/main/doc/datasets.md#touch-datasets. imageimage-classification100K<n<1M0 likes467 downloads1y agoHugging Face02TimSchneider42 /tactile-mnist-touch-starstruck-syn-single-t32-320x240Documentation is available at https://github.com/TimSchneider42/tactile-mnist/blob/main/doc/datasets.md#touch-datasets. imageimage-classification10K<n<100K0 likes282 downloads1y agoHugging Face03lance-format /mnist-lance MNIST (Lance Format) A Lance-formatted version of the classic MNIST handwritten-digit dataset covering 70,000 28×28 grayscale digits across ten balanced classes. Each row carries inline PNG bytes, the digit label, the human-readable class name, and a cosine-normalized CLIP image embedding, all backed by a bundled IVF_PQ vector index plus scalar indices on the label columns and available directly from the Hub at hf://datasets/lance-format/mnist-lance/data. Key features… See the full description on the dataset page: https://huggingface.co/datasets/lance-format/mnist-lance.imageimage-classification10K<n<100K0 likes195 downloads4mo agoHugging Face04lance-format /fashion-mnist-lance Fashion-MNIST (Lance Format) A Lance-formatted version of Fashion-MNIST covering 70,000 28×28 grayscale clothing images across ten balanced apparel classes. Each row carries inline PNG bytes, the integer label, the human-readable class name, and a cosine-normalized CLIP image embedding, all backed by a bundled IVF_PQ vector index plus scalar indices on the label columns and available directly from the Hub at hf://datasets/lance-format/fashion-mnist-lance/data. Key… See the full description on the dataset page: https://huggingface.co/datasets/lance-format/fashion-mnist-lance.imageimage-classification10K<n<100K0 likes177 downloads4mo agoHugging Face05TimSchneider42 /tactile-mnist-touch-real-single-t256-320x240Documentation is available at https://github.com/TimSchneider42/tactile-mnist/blob/main/doc/datasets.md#touch-datasets. imageimage-classificationn<1K0 likes49 downloads1y agoHugging Face06mweiss /fashion_mnist_ambiguousThe images were created such that they have an unclear ground truth, i.e., such that they are similar to multiple - but not all - of the datasets classes. Robust and uncertainty-aware models should be able to detect and flag these ambiguous images. As such, the dataset should be merged / mixed with the original dataset and we provide such 'mixed' splits for convenience. Please refer to the dataset card for details.imageimage-classification100K<n<1M1 likes43 downloads4y agoHugging Face07anonymous-submission-hf /tactile-mnist-touch-real-single-t256-320x240Documentation is available at https://github.com/[REDACTED]/tactile-mnist/blob/main/doc/datasets.md#touch-datasets. imageimage-classificationn<1K0 likes34 downloads5mo agoHugging Face08mweiss /mnist_ambiguousThe images were created such that they have an unclear ground truth, i.e., such that they are similar to multiple - but not all - of the datasets classes. Robust and uncertainty-aware models should be able to detect and flag these ambiguous images. As such, the dataset should be merged / mixed with the original dataset and we provide such 'mixed' splits for convenience. Please refer to the dataset card for details.imageimage-classification100K<n<1M0 likes33 downloads4y agoHugging Face09TimSchneider42 /tactile-mnist-touch-real-single-t256-64x64Documentation is available at https://github.com/TimSchneider42/tactile-mnist/blob/main/doc/datasets.md#touch-datasets. imageimage-classificationn<1K0 likes29 downloads1y agoHugging Face10TimSchneider42 /tactile-mnist-touch-syn-single-t32-64x64Documentation is available at https://github.com/TimSchneider42/tactile-mnist/blob/main/doc/datasets.md#touch-datasets. imageimage-classification100K<n<1M0 likes21 downloads1y agoHugging Face11TimSchneider42 /tactile-mnist-touch-starstruck-syn-single-t32-64x64Documentation is available at https://github.com/TimSchneider42/tactile-mnist/blob/main/doc/datasets.md#touch-datasets. imageimage-classification10K<n<100K0 likes20 downloads1y agoHugging Face12anonymous-submission-hf /tactile-mnist-touch-syn-single-t32-64x64Documentation is available at https://github.com/[REDACTED]/tactile-mnist/blob/main/doc/datasets.md#touch-datasets. imageimage-classification100K<n<1M0 likes20 downloads5mo agoHugging Face13anonymous-submission-hf /tactile-mnist-touch-syn-single-t32-320x240Documentation is available at https://github.com/[REDACTED]/tactile-mnist/blob/main/doc/datasets.md#touch-datasets. imageimage-classification100K<n<1M0 likes17 downloads5mo agoHugging Face14teleprint-me /mnist MNIST Description Raw MNIST dataset as PNG images. Download wget 'https://huggingface.co/datasets/teleprint-me/mnist/resolve/main/mnist.tar.gz?download=true' -O mnist.tar.gz wget 'https://huggingface.co/datasets/teleprint-me/mnist/resolve/main/sha256sum.txt?download=true' -O sha256sum.txt Validate sha256sum -c sha256sum.txt Expected output: mnist.tar.gz: OK Extract tar xf mnist.tar.gz This will create a top-level mnist/ directory… See the full description on the dataset page: https://huggingface.co/datasets/teleprint-me/mnist.textimage-classificationn<1K0 likes15 downloads1y agoHugging Face15hayden-donnelly /mnist-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.imageimage-classification10K<n<100K0 likes14 downloads3y agoHugging Face16inesgomes /AmbiGAN-MNIST AmbiGAN-MNIST Companion Dataset Dataset Summary The AmbiGAN-MNIST Companion Dataset is a synthetic dataset of ambiguous handwritten digits generated using Ambiguous Generative Adversarial Networks (AmbiGAN). It is designed to stress-test binary image classifiers under ambiguity, rather than to improve standard classification performance. Source dataset: MNIST Resolution: 28×28 grayscale Generation scheme: 200 samples for each of the 45 digit class pairs… See the full description on the dataset page: https://huggingface.co/datasets/inesgomes/AmbiGAN-MNIST.imageimage-classification1K<n<10K0 likes14 downloads7mo agoHugging Face17Cleanlab /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 imageimage-classification10K<n<100K0 likes12 downloads8mo agoHugging Face18anonymous-submission-hf /tactile-mnist-touch-starstruck-syn-single-t32-64x64Documentation is available at https://github.com/[REDACTED]/tactile-mnist/blob/main/doc/datasets.md#touch-datasets. imageimage-classification10K<n<100K0 likes8 downloads5mo agoHugging Face19anonymous-submission-hf /tactile-mnist-touch-real-single-t256-64x64Documentation is available at https://github.com/[REDACTED]/tactile-mnist/blob/main/doc/datasets.md#touch-datasets. imageimage-classificationn<1K0 likes6 downloads5mo agoHugging Face20anonymous-submission-hf /tactile-mnist-touch-starstruck-syn-single-t32-320x240Documentation is available at https://github.com/[REDACTED]/tactile-mnist/blob/main/doc/datasets.md#touch-datasets. imageimage-classification10K<n<100K0 likes5 downloads5mo agoHugging Face

Listings come live from the Hugging Face Hub API. CoolFace does not host these files.