| --- |
| license: cc-by-nc-nd-4.0 |
| --- |
| |
| # EAGLE-2 Baseline Checkpoint (Used in PosS) |
|
|
| This repository provides a reproduced **EAGLE-2** model checkpoint that is used as a **baseline** in **PosS (Position Specialist)** experiments. |
|
|
| PosS is a speculative decoding method proposed in the paper: |
|
|
| > **PosS: Position Specialist Generates Better Draft for Speculative Decoding** |
|
|
| In our experiments, this EAGLE-2 checkpoint serves as the baseline draft model for comparison with the proposed position-specialized draft models. |
|
|
| --- |
|
|
| ## π Code |
|
|
| The full implementation of PosS, along with training details and evaluation scripts (including EAGLE-2 baselines), is available at: |
|
|
| π **GitHub:** https://github.com/shrango/PosS |
|
|
| --- |
|
|
| ## π¦ Files |
|
|
| If the model is not automatically downloaded by your framework, you may manually download the following files from this repository: |
|
|
| - `pytorch_model.bin` β model weights |
| - `config.json` β model configuration |
|
|
| --- |
|
|
| ## π Citation |
|
|
| If you use this checkpoint in the context of PosS or refer to the PosS method, please cite: |
|
|
| ```bibtex |
| @misc{huang2025posspositionspecialistgenerates, |
| title = {POSS: Position Specialist Generates Better Draft for Speculative Decoding}, |
| author = {Langlin Huang and Chengsong Huang and Jixuan Leng and Di Huang and Jiaxin Huang}, |
| year = {2025}, |
| eprint = {2506.03566}, |
| archivePrefix= {arXiv}, |
| primaryClass = {cs.CL}, |
| url = {https://arxiv.org/abs/2506.03566} |
| } |
| |
| |