Add model card with paper and code links (#1)
Browse files- Add model card with paper and code links (65a5853f03eedb9ed82527cfcf833ce83f9457f1)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
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 the paper [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
|