Commit
·
27d20af
1
Parent(s):
75b2e88
Update README.md
Browse files
README.md
CHANGED
|
@@ -112,3 +112,14 @@ OpenChat may sometimes generate information that does not exist or is not accura
|
|
| 112 |
## License
|
| 113 |
|
| 114 |
Our OpenChat V3 models are licensed under the [Llama 2 Community License](https://ai.meta.com/resources/models-and-libraries/llama-downloads/).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 112 |
## License
|
| 113 |
|
| 114 |
Our OpenChat V3 models are licensed under the [Llama 2 Community License](https://ai.meta.com/resources/models-and-libraries/llama-downloads/).
|
| 115 |
+
|
| 116 |
+
```
|
| 117 |
+
@misc{wang2023openchat,
|
| 118 |
+
title={OpenChat: Advancing Open-source Language Models with Mixed-Quality Data},
|
| 119 |
+
author={Guan Wang and Sijie Cheng and Xianyuan Zhan and Xiangang Li and Sen Song and Yang Liu},
|
| 120 |
+
year={2023},
|
| 121 |
+
eprint={2309.11235},
|
| 122 |
+
archivePrefix={arXiv},
|
| 123 |
+
primaryClass={cs.CL}
|
| 124 |
+
}
|
| 125 |
+
```
|