ZacLiu commited on
Commit
131a9b7
1 Parent(s): 875f22f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -80,3 +80,18 @@ with torch.no_grad():
80
  ## License
81
 
82
  Aquila2 series open-source model is licensed under [ BAAI Aquila Model Licence Agreement](https://huggingface.co/BAAI/Aquila2-34B/blob/main/BAAI-Aquila-Model-License%20-Agreement.pdf)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
80
  ## License
81
 
82
  Aquila2 series open-source model is licensed under [ BAAI Aquila Model Licence Agreement](https://huggingface.co/BAAI/Aquila2-34B/blob/main/BAAI-Aquila-Model-License%20-Agreement.pdf)
83
+
84
+ ## Citation
85
+ Feel free to cite the repo if you think Aquila2 is useful.
86
+
87
+ ```python
88
+ @misc{zhang2024aquila2technicalreport,
89
+ title={Aquila2 Technical Report},
90
+ 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},
91
+ year={2024},
92
+ eprint={2408.07410},
93
+ archivePrefix={arXiv},
94
+ primaryClass={cs.CL},
95
+ url={https://arxiv.org/abs/2408.07410},
96
+ }
97
+ ```