xiaolingao's picture
Upload README.md with huggingface_hub
b31b20b verified
metadata
language:
  - en
tags:
  - dataset-compression
  - dataset-pruning
  - ipc-20

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

Dataset created according to the paper Imagenet: A large-scale hierarchical image database.

Basic Usage

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

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