Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Dataset used for paper -> "Rethinking Dataset Compression: Shifting Focus From Labels to Images"
|
| 2 |
Dataset created according to the paper [Imagenet: A large-scale hierarchical image database](https://ieeexplore.ieee.org/document/5206848).
|
| 3 |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
configs:
|
| 3 |
+
- config_name: default
|
| 4 |
+
data_files:
|
| 5 |
+
- split: train
|
| 6 |
+
path: data/train-*
|
| 7 |
+
dataset_info:
|
| 8 |
+
features:
|
| 9 |
+
- name: image
|
| 10 |
+
dtype: image
|
| 11 |
+
- name: class_id
|
| 12 |
+
dtype: int32
|
| 13 |
+
splits:
|
| 14 |
+
- name: train
|
| 15 |
+
num_bytes: 75060557.0
|
| 16 |
+
num_examples: 1000
|
| 17 |
+
download_size: 0
|
| 18 |
+
dataset_size: 75060557.0
|
| 19 |
+
---
|
| 20 |
# Dataset used for paper -> "Rethinking Dataset Compression: Shifting Focus From Labels to Images"
|
| 21 |
Dataset created according to the paper [Imagenet: A large-scale hierarchical image database](https://ieeexplore.ieee.org/document/5206848).
|
| 22 |
|