# Dataset used for paper -> "Rethinking Dataset Compression: Shifting Focus From Labels to Images" Dataset created according to the paper [On the Diversity and Realism of Distilled Dataset: An Efficient Dataset Distillation Paradigm](https://arxiv.org/abs/2312.03526). ## Basic Usage ```python from datasets import load_dataset dataset = load_dataset("he-yang/2025-rethinkdc-imagenet-rded-ipc-50") ``` For more information, please refer to the [Rethinking-Dataset-Compression](https://github.com/ArmandXiao/Rethinking-Dataset-Compression)