huangzixian commited on
Commit
c10d85a
1 Parent(s): c722e15

update readme

Browse files
Files changed (1) hide show
  1. README.md +10 -2
README.md CHANGED
@@ -1,7 +1,7 @@
1
 
2
  ### Model Sources
3
  - **Paper**: LLaMAX: Scaling Linguistic Horizons of LLM by Enhancing Translation Capabilities Beyond 100 Languages
4
- - **Link**:
5
  - **Repository**: https://github.com/CONE-MT/LLaMAX/
6
 
7
  ### Model Description
@@ -39,5 +39,13 @@ tokenizer.batch_decode(generate_ids, skip_special_tokens=True, clean_up_tokeniza
39
  if our model helps your work, please cite this paper:
40
 
41
  ```
42
-
 
 
 
 
 
 
 
 
43
  ```
 
1
 
2
  ### Model Sources
3
  - **Paper**: LLaMAX: Scaling Linguistic Horizons of LLM by Enhancing Translation Capabilities Beyond 100 Languages
4
+ - **Link**: https://arxiv.org/pdf/2407.05975
5
  - **Repository**: https://github.com/CONE-MT/LLaMAX/
6
 
7
  ### Model Description
 
39
  if our model helps your work, please cite this paper:
40
 
41
  ```
42
+ @misc{lu2024llamaxscalinglinguistichorizons,
43
+ title={LLaMAX: Scaling Linguistic Horizons of LLM by Enhancing Translation Capabilities Beyond 100 Languages},
44
+ author={Yinquan Lu and Wenhao Zhu and Lei Li and Yu Qiao and Fei Yuan},
45
+ year={2024},
46
+ eprint={2407.05975},
47
+ archivePrefix={arXiv},
48
+ primaryClass={cs.CL},
49
+ url={https://arxiv.org/abs/2407.05975},
50
+ }
51
  ```