phyang nielsr HF Staff commited on
Commit
e269bc0
·
verified ·
1 Parent(s): 4d692b2

Add pipeline tag, library name and link to code (#1)

Browse files

- Add pipeline tag, library name and link to code (4ab1832e159087a3e3c219555dc3353eaa827326)


Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +9 -3
README.md CHANGED
@@ -1,3 +1,9 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ pipeline_tag: text-generation
4
+ library_name: transformers
5
+ ---
6
+
7
+ This repository contains the LongSpec model described in [LongSpec: Long-Context Lossless Speculative Decoding with Efficient Drafting and Verification](https://huggingface.co/papers/2502.17421).
8
+
9
+ Code: https://github.com/sail-sg/LongSpec