GEAR
tokenizer
VQGAN
image-generation
autoregressive
nielsr HF Staff commited on
Commit
34ca4ca
·
verified ·
1 Parent(s): 0a6748d

Add image-to-image pipeline tag to metadata

Browse files

This PR improves the model card's metadata by adding the `pipeline_tag: image-to-image`. This helps categorize the tokenizer under the correct task on the Hugging Face Hub, making it easier for the community to discover and use.

Files changed (1) hide show
  1. README.md +9 -8
README.md CHANGED
@@ -1,13 +1,14 @@
1
  ---
 
 
2
  license: apache-2.0
 
3
  tags:
4
- - GEAR
5
- - tokenizer
6
- - VQGAN
7
- - image-generation
8
- - autoregressive
9
- datasets:
10
- - ILSVRC/imagenet-1k
11
  ---
12
 
13
  # Warmup-LFQ
@@ -137,4 +138,4 @@ Built on [LlamaGen](https://github.com/FoundationVision/LlamaGen),
137
  [Open-MAGVIT2](https://github.com/TencentARC/SEED-Voken),
138
  [IBQ](https://github.com/TencentARC/SEED-Voken),
139
  [iFSQ / LlamaGen-REPA](https://github.com/Tencent-Hunyuan/iFSQ); evaluation harness
140
- adapted from [UniWorld](https://github.com/PKU-YuanGroup/UniWorld).
 
1
  ---
2
+ datasets:
3
+ - ILSVRC/imagenet-1k
4
  license: apache-2.0
5
+ pipeline_tag: image-to-image
6
  tags:
7
+ - GEAR
8
+ - tokenizer
9
+ - VQGAN
10
+ - image-generation
11
+ - autoregressive
 
 
12
  ---
13
 
14
  # Warmup-LFQ
 
138
  [Open-MAGVIT2](https://github.com/TencentARC/SEED-Voken),
139
  [IBQ](https://github.com/TencentARC/SEED-Voken),
140
  [iFSQ / LlamaGen-REPA](https://github.com/Tencent-Hunyuan/iFSQ); evaluation harness
141
+ adapted from [UniWorld](https://github.com/PKU-YuanGroup/UniWorld).