hacky commited on
Commit
95882b0
1 Parent(s): dc84ac1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -3
README.md CHANGED
@@ -1,3 +1,17 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
+ The Acceptance Prediction Head for Llama-2-chat 7B and 70B model pair. See [arxiv: 2405.19715](https://arxiv.org/abs/2405.19715) for more details.
6
+
7
+
8
+ ### Citation
9
+
10
+ ```bibtex
11
+ @article{huang2024specdec++,
12
+ title={SpecDec++: Boosting Speculative Decoding via Adaptive Candidate Lengths},
13
+ author={Huang, Kaixuan and Guo, Xudong and Wang, Mengdi},
14
+ journal={arXiv preprint arXiv:2405.19715},
15
+ year={2024}
16
+ }
17
+ ```