Update README.md
Browse files
README.md
CHANGED
|
@@ -100,4 +100,18 @@ outputs = llm.generate(["Explain speculative decoding in simple terms."], sampli
|
|
| 100 |
|
| 101 |
This model was trained using outputs from [meta-llama/Llama-3.1-8B-Instruct](https://huggingface.co/meta-llama/Llama-3.1-8B-Instruct). Use of this model is additionally subject to the [Llama 3.1 Community License Agreement](https://github.com/meta-llama/llama-models/blob/main/models/llama3_1/LICENSE).
|
| 102 |
|
| 103 |
-
Llama 3.1 is licensed under the Llama 3.1 Community License, Copyright © Meta Platforms, Inc. All Rights Reserved.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 100 |
|
| 101 |
This model was trained using outputs from [meta-llama/Llama-3.1-8B-Instruct](https://huggingface.co/meta-llama/Llama-3.1-8B-Instruct). Use of this model is additionally subject to the [Llama 3.1 Community License Agreement](https://github.com/meta-llama/llama-models/blob/main/models/llama3_1/LICENSE).
|
| 102 |
|
| 103 |
+
Llama 3.1 is licensed under the Llama 3.1 Community License, Copyright © Meta Platforms, Inc. All Rights Reserved.
|
| 104 |
+
|
| 105 |
+
## Citation
|
| 106 |
+
|
| 107 |
+
```
|
| 108 |
+
@misc{samarin2026lklosses,
|
| 109 |
+
title = {LK Losses: Direct Acceptance Rate Optimization for Speculative Decoding},
|
| 110 |
+
author = {Alexander Samarin and Sergei Krutikov and Anton Shevtsov and Sergei Skvortsov and Filipp Fisin and Alexander Golubev},
|
| 111 |
+
year = {2026},
|
| 112 |
+
eprint = {2602.23881},
|
| 113 |
+
archivePrefix = {arXiv},
|
| 114 |
+
primaryClass = {cs.LG},
|
| 115 |
+
url = {https://arxiv.org/abs/2602.23881}
|
| 116 |
+
}
|
| 117 |
+
```
|