Update README.md
Browse files
README.md
CHANGED
@@ -111,11 +111,13 @@ Please cite our work using the bibtex below:
|
|
111 |
**BibTeX:**
|
112 |
|
113 |
```
|
114 |
-
@article{
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
|
|
|
|
119 |
}
|
120 |
```
|
121 |
|
|
|
111 |
**BibTeX:**
|
112 |
|
113 |
```
|
114 |
+
@article{deschenaux2024autoregressionfastllmsselfdistillation,
|
115 |
+
title={Beyond Autoregression: Fast LLMs via Self-Distillation Through Time},
|
116 |
+
author={Deschenaux, Justin and Gulcehre, Caglar}
|
117 |
+
eprint={2410.21035},
|
118 |
+
archivePrefix={arXiv},
|
119 |
+
primaryClass={cs.LG},
|
120 |
+
url={https://arxiv.org/abs/2410.21035},
|
121 |
}
|
122 |
```
|
123 |
|