huangzixian commited on
Commit
739b1b5
1 Parent(s): 18b5bb2

update readme

Browse files
Files changed (1) hide show
  1. README.md +10 -2
README.md CHANGED
@@ -2,7 +2,7 @@
2
  ### Model Sources
3
 
4
  - **Paper**: LLaMAX: Scaling Linguistic Horizons of LLM by Enhancing Translation Capabilities Beyond 100 Languages
5
- - **Link**:
6
  - **Repository**: https://github.com/CONE-MT/LLaMAX/
7
 
8
  ### Model Description
@@ -66,5 +66,13 @@ Akrikaans (af), Amharic (am), Arabic (ar), Armenian (hy), Assamese (as), Asturia
66
  If our model helps your work, please cite this paper:
67
 
68
  ```
69
-
 
 
 
 
 
 
 
 
70
  ```
 
2
  ### Model Sources
3
 
4
  - **Paper**: LLaMAX: Scaling Linguistic Horizons of LLM by Enhancing Translation Capabilities Beyond 100 Languages
5
+ - **Link**: https://arxiv.org/pdf/2407.05975
6
  - **Repository**: https://github.com/CONE-MT/LLaMAX/
7
 
8
  ### Model Description
 
66
  If our model helps your work, please cite this paper:
67
 
68
  ```
69
+ @misc{lu2024llamaxscalinglinguistichorizons,
70
+ title={LLaMAX: Scaling Linguistic Horizons of LLM by Enhancing Translation Capabilities Beyond 100 Languages},
71
+ author={Yinquan Lu and Wenhao Zhu and Lei Li and Yu Qiao and Fei Yuan},
72
+ year={2024},
73
+ eprint={2407.05975},
74
+ archivePrefix={arXiv},
75
+ primaryClass={cs.CL},
76
+ url={https://arxiv.org/abs/2407.05975},
77
+ }
78
  ```