Add model card
Browse filesThis PR adds a model card for the LANTERN model, including the pipeline tag, license, library name, and links to the paper and code repository.
README.md
CHANGED
@@ -1,3 +1,9 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
pipeline_tag: text-to-image
|
4 |
+
library_name: transformers
|
5 |
+
---
|
6 |
+
|
7 |
+
This repository contains the official PyTorch implementation of the paper [LANTERN: Accelerating Visual Autoregressive Models via Relaxed Speculative Decoding](https://arxiv.org/abs/2410.03355).
|
8 |
+
|
9 |
+
Code: https://github.com/jadohu/LANTERN
|