nielsr HF Staff commited on
Commit
2ee1f7a
·
verified ·
1 Parent(s): f651a9a

Add model card

Browse files

This PR adds a model card for the paper [POSS: Position Specialist Generates Better Draft for Speculative Decoding](https://huggingface.co/papers/2506.03566).

It also adds the relevant `library_name` and `pipeline_tag` tags, and a link to the Github repository.

Files changed (1) hide show
  1. README.md +10 -2
README.md CHANGED
@@ -1,6 +1,14 @@
1
- This is the PosS-2 model of the paper **PosS:Position Specialist Generates Better Draft for Speculative Decoding**
 
 
 
 
 
 
 
 
2
 
3
  If the code fails to auto-download the models, you may mannually download the following files.
4
 
5
  - `pytorch_model.bin`: Model weights
6
- - `config.json`: Model config
 
1
+ ---
2
+ library_name: transformers
3
+ pipeline_tag: text-generation
4
+ license: apache-2.0
5
+ ---
6
+
7
+ This is the PosS-2 model of the paper **POSS:Position Specialist Generates Better Draft for Speculative Decoding** ([https://huggingface.co/papers/2506.03566](https://huggingface.co/papers/2506.03566))
8
+
9
+ Code: https://github.com/shrango/PosS
10
 
11
  If the code fails to auto-download the models, you may mannually download the following files.
12
 
13
  - `pytorch_model.bin`: Model weights
14
+ - `config.json`: Model config