nielsr HF Staff commited on
Commit
e947971
·
verified ·
1 Parent(s): 49cf08a

Add model card

Browse files

This PR adds a model card and links to the paper and code.

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