Update README.md
Browse files
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 |
-
@
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
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 |
```
|