nielsr HF Staff commited on
Commit
4ead982
·
verified ·
1 Parent(s): a680ecd

Add pipeline tag, library name and link to code

Browse files

This PR improves the model card by:

- linking it to the relevant paper;
- ensuring it can be found at https://huggingface.co/models?pipeline_tag=text-generation
- adding the Transformers library, ensuring the 'How to use' button appears on the top right
- adding a link to the code repository

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
+ 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.