File size: 621 Bytes
5f545bc
f34b6af
5f545bc
f34b6af
 
 
 
 
 
 
0c33107
2127e68
 
 
 
 
 
 
 
 
 
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-10
---

# 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 [Coverage-centric Coreset Selection for High Pruning Rates](https://arxiv.org/abs/2210.15809).

## Basic Usage

```python
from datasets import load_dataset
dataset = load_dataset("he-yang/2025-rethinkdc-imagenet-ccs-ipc-10")
```

For more information, please refer to the [Rethinking-Dataset-Compression](https://github.com/ArmandXiao/Rethinking-Dataset-Compression)