nielsr HF staff commited on
Commit
dc1ca2a
·
verified ·
1 Parent(s): da9191b

Add model card

Browse files

This PR adds a model card for the LANTERN model, including the pipeline tag, license, library name, and links to the paper and code repository.

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
+ 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