datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
corruption-jpeg_compression
Corruption Dataset: Jpeg_Compression
Dataset Description
This dataset contains corrupted versions of ImageNet-1K images using jpeg_compression corruption. It is part of the ImageNet-C benchmark for evaluating model robustness to common image corruptions.
Dataset Structure
Train: 1,281,167 corrupted images
Validation: 50,000 corrupted images
Classes: 1000 ImageNet-1K classes
Format: Arrow (Hugging Face Datasets)
Corruption Type: Jpeg_Compression… See the full description on the dataset page: https://huggingface.co/datasets/MarMaster/corruption-jpeg_compression.miniddbs-jpegThis repository contains the JPEG version of Mini-DDBS breast cancer dataset from Kaggle. Sinced the whole dataset is 50GB only the JPEG version is extracted and uploaded here for faster retrieving.
You can use Git Clone to download the whole data or the zip version (although zip version are recommended):
To access the data:
Using Git Clone
git clone https://huggingface.co/datasets/keanteng/miniddbs-jpeg
Using Python
from huggingface_hub import hf_hub_download
# Replace with the actual… See the full description on the dataset page: https://huggingface.co/datasets/keanteng/miniddbs-jpeg.
