nielsr HF staff commited on
Commit
f760bf8
·
verified ·
1 Parent(s): 50f4da3

Add information to model card

Browse files

This 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`.

Files changed (1) hide show
  1. README.md +9 -3
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