Add model card
#1
by
nielsr
HF Staff
- opened
README.md
CHANGED
|
@@ -1,6 +1,13 @@
|
|
| 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 |
+
---
|
| 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
|