SijieCheng
commited on
Commit
•
afbd094
1
Parent(s):
bcc0fe3
Update README.md
Browse files
README.md
CHANGED
@@ -99,3 +99,14 @@ OpenChat may sometimes generate information that does not exist or is not accura
|
|
99 |
## License
|
100 |
|
101 |
Our OpenChat V3 models are licensed under the [Llama 2 Community License](https://ai.meta.com/resources/models-and-libraries/llama-downloads/).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
99 |
## License
|
100 |
|
101 |
Our OpenChat V3 models are licensed under the [Llama 2 Community License](https://ai.meta.com/resources/models-and-libraries/llama-downloads/).
|
102 |
+
|
103 |
+
```
|
104 |
+
@misc{wang2023openchat,
|
105 |
+
title={OpenChat: Advancing Open-source Language Models with Mixed-Quality Data},
|
106 |
+
author={Guan Wang and Sijie Cheng and Xianyuan Zhan and Xiangang Li and Sen Song and Yang Liu},
|
107 |
+
year={2023},
|
108 |
+
eprint={2309.11235},
|
109 |
+
archivePrefix={arXiv},
|
110 |
+
primaryClass={cs.CL}
|
111 |
+
}
|
112 |
+
```
|