Add pipeline tag, library name and link to code
#1
by
nielsr
HF Staff
- opened
README.md
CHANGED
@@ -1,3 +1,9 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
library_name: transformers
|
4 |
+
pipeline_tag: text-generation
|
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 |
+
For training and usage, see the code at https://github.com/sail-sg/LongSpec.
|