language: | |
- en | |
tags: | |
- dataset-compression | |
- dataset-pruning | |
- ipc-100 | |
# Dataset used for paper -> "[Rethinking Dataset Compression: Shifting Focus From Labels to Images](https://arxiv.org/abs/2502.06434)" | |
Dataset created according to the paper [Identifying Mislabeled Data using the Area Under the Margin Ranking](https://arxiv.org/abs/2001.10528). | |
## Basic Usage | |
```python | |
from datasets import load_dataset | |
dataset = load_dataset("he-yang/2025-rethinkdc-imagenet-aum-ipc-100") | |
``` | |
For more information, please refer to the [Rethinking-Dataset-Compression](https://github.com/ArmandXiao/Rethinking-Dataset-Compression) |