Add information to model card
Browse filesThis PR adds information to the model card by linking it to the paper [LANTERN: Accelerating Visual Autoregressive Models with Relaxed Speculative Decoding](https://huggingface.co/papers/2410.03355).
It also adds a pipeline tag, ensuring it can be found at https://huggingface.co/models?pipeline_tag=text-to-image, and adds `library_name: transformers`.
README.md
CHANGED
@@ -1,3 +1,9 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
library_name: transformers
|
4 |
+
pipeline_tag: text-to-image
|
5 |
+
---
|
6 |
+
|
7 |
+
This repository contains the model described in [LANTERN: Accelerating Visual Autoregressive Models with Relaxed Speculative Decoding](https://huggingface.co/papers/2410.03355).
|
8 |
+
|
9 |
+
Code: https://github.com/jadohu/LANTERN
|