LLaMAX commited on
Commit
5f21b74
1 Parent(s): e5ae727

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -8
README.md CHANGED
@@ -46,13 +46,11 @@ tokenizer.batch_decode(generate_ids, skip_special_tokens=True, clean_up_tokeniza
46
  if our model helps your work, please cite this paper:
47
 
48
  ```
49
- @misc{lu2024llamaxscalinglinguistichorizons,
50
- title={LLaMAX: Scaling Linguistic Horizons of LLM by Enhancing Translation Capabilities Beyond 100 Languages},
51
- author={Yinquan Lu and Wenhao Zhu and Lei Li and Yu Qiao and Fei Yuan},
52
- year={2024},
53
- eprint={2407.05975},
54
- archivePrefix={arXiv},
55
- primaryClass={cs.CL},
56
- url={https://arxiv.org/abs/2407.05975},
57
  }
58
  ```
 
46
  if our model helps your work, please cite this paper:
47
 
48
  ```
49
+ @article{lu2024llamax,
50
+ title={LLaMAX: Scaling Linguistic Horizons of LLM by Enhancing Translation Capabilities Beyond 100 Languages},
51
+ author={Lu, Yinquan and Zhu, Wenhao and Li, Lei and Qiao, Yu and Yuan, Fei},
52
+ journal={arXiv preprint arXiv:2407.05975},
53
+ year={2024}
54
+ }
 
 
55
  }
56
  ```