hunterhector
commited on
Commit
·
ee26814
1
Parent(s):
f6f8cac
Update README.md
Browse files
README.md
CHANGED
@@ -81,6 +81,7 @@ for i, line in enumerate(dataset["train"]):
|
|
81 |
# Citation
|
82 |
To cite LLM360, you can cite the following:
|
83 |
|
|
|
84 |
@misc{liu2023llm360,
|
85 |
title={LLM360: Towards Fully Transparent Open-Source LLMs},
|
86 |
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},
|
@@ -89,5 +90,6 @@ To cite LLM360, you can cite the following:
|
|
89 |
archivePrefix={arXiv},
|
90 |
primaryClass={cs.CL}
|
91 |
}
|
|
|
92 |
|
93 |
If you only uses the original dataset, please cite the original datasets.
|
|
|
81 |
# Citation
|
82 |
To cite LLM360, you can cite the following:
|
83 |
|
84 |
+
```
|
85 |
@misc{liu2023llm360,
|
86 |
title={LLM360: Towards Fully Transparent Open-Source LLMs},
|
87 |
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},
|
|
|
90 |
archivePrefix={arXiv},
|
91 |
primaryClass={cs.CL}
|
92 |
}
|
93 |
+
```
|
94 |
|
95 |
If you only uses the original dataset, please cite the original datasets.
|