nielsr HF Staff commited on
Commit
c3e0503
·
verified ·
1 Parent(s): 0e31ed1

Add pipeline tag, library name and link to paper

Browse files

This PR improves the model card by adding relevant metadata, such as the `pipeline_tag`, `library_name`, and a link to the paper. This ensures the model is easily discoverable on the Hub and provides users with essential information.

Files changed (1) hide show
  1. README.md +23 -3
README.md CHANGED
@@ -1,3 +1,23 @@
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
+ # LANTERN
8
+
9
+ This repository is an official PyTorch implementation of the paper [LANTERN: Accelerating Visual Autoregressive Models via Relaxed Speculative Decoding](https://arxiv.org/abs/2410.03355) (ICLR 2025) and [LANTERN++: Enhanced Relaxed Speculative Decoding with Static Tree Drafting for Visual Auto-regressive Models](https://arxiv.org/abs/2502.06352) (ICLRW - SCOPE(Oral) 2025), which supports various functionalities related to LANTERN, including model inference, drafter model training, drafter model training data generation and image decoding for image generation.
10
+
11
+ ---
12
+
13
+ ## 📚 Table of Contents
14
+ 1. [Directory Structure](#directory-structure)
15
+ 2. [Installation](#installation)
16
+ 3. [Key Features](#key-features)
17
+ 4. [Usage](#usage)
18
+ 5. [License](#license)
19
+ 6. [Acknowledgement](#acknowledgement)
20
+ 7. [Citation](#citation)
21
+ ---
22
+ **(Content below remains unchanged)**
23
+ Code: https://github.com/jadohu/LANTERN