Add pipeline tag and library name

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- license: apache-2.0
3
  language:
4
  - en
 
5
  tags:
6
  - Autoregressive
7
  - Tokenizer
 
 
8
  ---
9
 
10
  ## Taming Scalable Visual Tokenizer for Autoregressive Image Generation
@@ -15,4 +17,4 @@ Paper: https://arxiv.org/abs/2412.02692
15
  This repo is used for hosting IBQ’s checkpoints.
16
 
17
  ## Introduction
18
- We propose Index Backpropagation Quantization (IBQ), a new vector quantization method for the joint optimization of all codebook embeddings and the visual encoder, ensuring the consistent latent space.  IBQ enables scalable training of visual tokenizers and, for the first time, achieves a large-scale codebook (2^18) with high dimension (256) and high utilization.
 
1
  ---
 
2
  language:
3
  - en
4
+ license: apache-2.0
5
  tags:
6
  - Autoregressive
7
  - Tokenizer
8
+ pipeline_tag: image-to-image
9
+ library_name: transformers
10
  ---
11
 
12
  ## Taming Scalable Visual Tokenizer for Autoregressive Image Generation
 
17
  This repo is used for hosting IBQ’s checkpoints.
18
 
19
  ## Introduction
20
+ We propose Index Backpropagation Quantization (IBQ), a new vector quantization method for the joint optimization of all codebook embeddings and the visual encoder, ensuring the consistent latent space.  IBQ enables scalable training of visual tokenizers and, for the first time, achieves a large-scale codebook (2^18) with high dimension (256) and high utilization.