xiaolingao's picture
Upload README.md with huggingface_hub
7c7d601 verified
|
raw
history blame
523 Bytes

Dataset used for paper -> "Rethinking Dataset Compression: Shifting Focus From Labels to Images"

Dataset created according to the paper Are Large-scale Soft Labels Necessary for Large-scale Dataset Distillation?.

Basic Usage

from datasets import load_dataset
dataset = load_dataset("he-yang/2025-rethinkdc-imagenet-lpld-ipc-10")

For more information, please refer to the Rethinking-Dataset-Compression