GEAR
tokenizer
VQGAN
image-generation
autoregressive
nielsr HF Staff commited on
Commit
a366f97
·
verified ·
1 Parent(s): b4407c1

Add pipeline tag to metadata

Browse files

This PR improves the metadata of the model card by adding the `image-to-image` pipeline tag. This helps users discover your tokenizer when filtering by tasks on the Hugging Face Hub.

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-VQ
@@ -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-VQ
 
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).