English
jdeschena commited on
Commit
3ce2925
1 Parent(s): 3144d4a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -111,11 +111,13 @@ Please cite our work using the bibtex below:
111
  **BibTeX:**
112
 
113
  ```
114
- @article{deschenaux2024beyond,
115
- title={Beyond Autoregression: Fast LLMs via Self-Distillation Through Time},
116
- author={Deschenaux, Justin and Gulcehre, Caglar}
117
- journal={arXiv preprint arXiv:TODO},
118
- year={2024}
 
 
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