Update README.md
Browse files
README.md
CHANGED
@@ -68,5 +68,19 @@ print(out)
|
|
68 |
|
69 |
|
70 |
## License
|
|
|
71 |
|
72 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
68 |
|
69 |
|
70 |
## License
|
71 |
+
Aquila2 series open-source model is licensed under [ BAAI Aquila Model Licence Agreement](https://huggingface.co/BAAI/AquilaChat2-34B/blob/main/BAAI-Aquila-Model-License%20-Agreement.pdf)
|
72 |
|
73 |
+
## Citation
|
74 |
+
Feel free to cite the repo if you think Aquila2 is useful.
|
75 |
+
|
76 |
+
```python
|
77 |
+
@misc{zhang2024aquila2technicalreport,
|
78 |
+
title={Aquila2 Technical Report},
|
79 |
+
author={Bo-Wen Zhang and Liangdong Wang and Jijie Li and Shuhao Gu and Xinya Wu and Zhengduo Zhang and Boyan Gao and Yulong Ao and Guang Liu},
|
80 |
+
year={2024},
|
81 |
+
eprint={2408.07410},
|
82 |
+
archivePrefix={arXiv},
|
83 |
+
primaryClass={cs.CL},
|
84 |
+
url={https://arxiv.org/abs/2408.07410},
|
85 |
+
}
|
86 |
+
```
|