Add image-to-image pipeline tag to metadata
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,13 +1,14 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
license: apache-2.0
|
|
|
|
| 3 |
tags:
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
datasets:
|
| 10 |
-
- ILSVRC/imagenet-1k
|
| 11 |
---
|
| 12 |
|
| 13 |
# GEAR — GEAR-VQ
|
|
@@ -56,7 +57,7 @@ standard LlamaGen backbone; train your own on a frozen GEAR tokenizer with the
|
|
| 56 |
| LFQ-16 | [`Warmup-LFQ`](https://huggingface.co/BinLin203/Warmup-LFQ) · `lfq-with-gan.pt` | [`GEAR-LFQ`](https://huggingface.co/BinLin203/GEAR-LFQ) · `gear-lfq.pt` |
|
| 57 |
| IBQ-16 | [`Warmup-IBQ`](https://huggingface.co/BinLin203/Warmup-IBQ) · `ibq-with-gan.pt` | [`GEAR-IBQ`](https://huggingface.co/BinLin203/GEAR-IBQ) · `gear-ibq.pt` |
|
| 58 |
|
| 59 |
-
|
| 60 |
|
| 61 |
The warm-up and end-to-end (GEAR) tokenizers both keep reconstruction performance on par
|
| 62 |
with the original pretrained weights.
|
|
@@ -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 |
# GEAR — GEAR-VQ
|
|
|
|
| 57 |
| LFQ-16 | [`Warmup-LFQ`](https://huggingface.co/BinLin203/Warmup-LFQ) · `lfq-with-gan.pt` | [`GEAR-LFQ`](https://huggingface.co/BinLin203/GEAR-LFQ) · `gear-lfq.pt` |
|
| 58 |
| IBQ-16 | [`Warmup-IBQ`](https://huggingface.co/BinLin203/Warmup-IBQ) · `ibq-with-gan.pt` | [`GEAR-IBQ`](https://huggingface.co/BinLin203/GEAR-IBQ) · `gear-ibq.pt` |
|
| 59 |
|
| 60 |
+
<h2>Reconstruction quality (ImageNet val)</h2>
|
| 61 |
|
| 62 |
The warm-up and end-to-end (GEAR) tokenizers both keep reconstruction performance on par
|
| 63 |
with the original pretrained weights.
|
|
|
|
| 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).
|