shuidi0020 nielsr HF Staff commited on
Commit
c9abac2
·
verified ·
1 Parent(s): f6a9d0a

Add model card (#1)

Browse files

- Add model card (b1d3a069659c3702b9462e93cea5164f7a5f20ac)


Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +16 -0
README.md ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pipeline_tag: feature-extraction
3
+ license: mit
4
+ ---
5
+
6
+ # CODA: Repurposing Continuous VAEs for Discrete Tokenization
7
+
8
+ This repository contains the CODA tokenizer, as introduced in [CODA: Repurposing Continuous VAEs for Discrete Tokenization](https://huggingface.co/papers/2503.17760).
9
+
10
+ Project Page: https://lzy-tony.github.io/coda
11
+
12
+ Code: https://github.com/LeapLabTHU/CODA
13
+
14
+ ## Highlights
15
+
16
+ CODA addresses the challenges of training conventional VQ tokenizers by decoupling compression and discretization. Instead of training from scratch, CODA adapts off-the-shelf continuous VAEs into discrete tokenizers, leading to stable and efficient training with strong visual fidelity.