File size: 647 Bytes
7e25149 cfd7a24 6147d41 3cc7b92 6147d41 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
---
language:
- en
tags:
- dataset-compression
- dataset-distillation
- 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 [Are Large-scale Soft Labels Necessary for Large-scale Dataset Distillation?](https://arxiv.org/abs/2410.15919).
## Basic Usage
```python
from datasets import load_dataset
dataset = load_dataset("he-yang/2025-rethinkdc-imagenet-lpld-ipc-100")
```
For more information, please refer to the [Rethinking-Dataset-Compression](https://github.com/ArmandXiao/Rethinking-Dataset-Compression) |