LLaMAX commited on
Commit
9d4d150
1 Parent(s): 0dec503

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -8
README.md CHANGED
@@ -93,13 +93,10 @@ We implement multiple versions of the LLaMAX model, the model links are as follo
93
  If our model helps your work, please cite this paper:
94
 
95
  ```
96
- @misc{lu2024llamaxscalinglinguistichorizons,
97
- title={LLaMAX: Scaling Linguistic Horizons of LLM by Enhancing Translation Capabilities Beyond 100 Languages},
98
- author={Yinquan Lu and Wenhao Zhu and Lei Li and Yu Qiao and Fei Yuan},
99
- year={2024},
100
- eprint={2407.05975},
101
- archivePrefix={arXiv},
102
- primaryClass={cs.CL},
103
- url={https://arxiv.org/abs/2407.05975},
104
  }
105
  ```
 
93
  If our model helps your work, please cite this paper:
94
 
95
  ```
96
+ @article{lu2024llamax,
97
+ title={LLaMAX: Scaling Linguistic Horizons of LLM by Enhancing Translation Capabilities Beyond 100 Languages},
98
+ author={Lu, Yinquan and Zhu, Wenhao and Li, Lei and Qiao, Yu and Yuan, Fei},
99
+ journal={arXiv preprint arXiv:2407.05975},
100
+ year={2024}
 
 
 
101
  }
102
  ```