Datasets:
File size: 647 Bytes
8217aaf bedc9dd c3398a4 9b1441d c3398a4 |
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-pruning
- ipc-50
---
# 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 [An Empirical Study of Example Forgetting during Deep Neural Network Learning](https://arxiv.org/abs/1812.05159).
## Basic Usage
```python
from datasets import load_dataset
dataset = load_dataset("he-yang/2025-rethinkdc-imagenet-forgetting-ipc-50")
```
For more information, please refer to the [Rethinking-Dataset-Compression](https://github.com/ArmandXiao/Rethinking-Dataset-Compression) |