Update README.md
Browse files
README.md
CHANGED
@@ -217,4 +217,19 @@ The table below shows the full set of DPO training metrics:
|
|
217 |
- Transformers 4.35.0.dev0
|
218 |
- Pytorch 2.0.1+cu118
|
219 |
- Datasets 2.12.0
|
220 |
-
- Tokenizers 0.14.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
217 |
- Transformers 4.35.0.dev0
|
218 |
- Pytorch 2.0.1+cu118
|
219 |
- Datasets 2.12.0
|
220 |
+
- Tokenizers 0.14.0
|
221 |
+
|
222 |
+
## Citation
|
223 |
+
|
224 |
+
If you find Zephyr-7B-β is useful in your work, please cite it with:
|
225 |
+
|
226 |
+
```
|
227 |
+
@misc{tunstall2023zephyr,
|
228 |
+
title={Zephyr: Direct Distillation of LM Alignment},
|
229 |
+
author={Lewis Tunstall and Edward Beeching and Nathan Lambert and Nazneen Rajani and Kashif Rasul and Younes Belkada and Shengyi Huang and Leandro von Werra and Clémentine Fourrier and Nathan Habib and Nathan Sarrazin and Omar Sanseviero and Alexander M. Rush and Thomas Wolf},
|
230 |
+
year={2023},
|
231 |
+
eprint={2310.16944},
|
232 |
+
archivePrefix={arXiv},
|
233 |
+
primaryClass={cs.LG}
|
234 |
+
}
|
235 |
+
```
|