irotem98 commited on
Commit
33f241e
·
verified ·
1 Parent(s): 88c8f7d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -3
README.md CHANGED
@@ -1,3 +1,13 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
1
+ # ImageNet.3GB: Compressed ImageNet using Google SANA’s VAE
2
+
3
+ This dataset provides a **compressed version of ImageNet** using **Google SANA’s VAE**
4
+ ([mit-han-lab/dc-ae-f32c32-sana-1.1-diffusers](https://huggingface.co/mit-han-lab/dc-ae-f32c32-sana-1.1-diffusers))
5
+ and **8-bit quantization**, reducing the size to just **3GB** while preserving high-quality reconstructions.
6
+
7
+ - **Original ImageNet (256x256 JPEG):** 16GB
8
+ - **Float32 latent representation:** 12GB
9
+ - **This dataset (8-bit latents):** 3GB
10
+
11
+ ### Usage
12
+ For encoding, decoding, and more details, visit the **GitHub repository**:
13
+ [**rotem154154/ImageNet.3GB**](https://github.com/rotem154154/ImageNet.3GB)