Add model card
Browse filesThis 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.
README.md
CHANGED
|
@@ -1,6 +1,14 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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
|