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

Add model card (#1)

Browse files

- Add model card (dc1ca2a08e7838ce00f0b27af7df138d85feface)


Co-authored-by: Niels Rogge <[email protected]>

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