Update README.md
Browse files
README.md
CHANGED
@@ -191,4 +191,19 @@ Selected Metrics are displayed below.
|
|
191 |
|
192 |
# CrystalCoder-Instruct
|
193 |
|
194 |
-
We also have instruction tuned versions of CrystalCoder, based on stage 2 and stage 3 final checkpoints. The Instruct version will be released later.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
191 |
|
192 |
# CrystalCoder-Instruct
|
193 |
|
194 |
+
We also have instruction tuned versions of CrystalCoder, based on stage 2 and stage 3 final checkpoints. The Instruct version will be released later.
|
195 |
+
|
196 |
+
# Citation
|
197 |
+
|
198 |
+
**BibTeX:**
|
199 |
+
|
200 |
+
```bibtex
|
201 |
+
@misc{liu2023llm360,
|
202 |
+
title={LLM360: Towards Fully Transparent Open-Source LLMs},
|
203 |
+
author={Zhengzhong Liu and Aurick Qiao and Willie Neiswanger and Hongyi Wang and Bowen Tan and Tianhua Tao and Junbo Li and Yuqi Wang and Suqi Sun and Omkar Pangarkar and Richard Fan and Yi Gu and Victor Miller and Yonghao Zhuang and Guowei He and Haonan Li and Fajri Koto and Liping Tang and Nikhil Ranjan and Zhiqiang Shen and Xuguang Ren and Roberto Iriondo and Cun Mu and Zhiting Hu and Mark Schulze and Preslav Nakov and Tim Baldwin and Eric P. Xing},
|
204 |
+
year={2023},
|
205 |
+
eprint={2312.06550},
|
206 |
+
archivePrefix={arXiv},
|
207 |
+
primaryClass={cs.CL}
|
208 |
+
}
|
209 |
+
```
|