huangzixian
commited on
Commit
·
2039528
1
Parent(s):
29d7d78
update readme
Browse files
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
|
@@ -58,5 +58,13 @@ We evaluated LLaMAX2-7B-MetaMath on the MGSM dataset. Compared with MetaMath-7B,
|
|
58 |
if our model helps your work, please cite this paper:
|
59 |
|
60 |
```
|
61 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
```
|
|
|
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
|
|
|
58 |
if our model helps your work, please cite this paper:
|
59 |
|
60 |
```
|
61 |
+
@misc{lu2024llamaxscalinglinguistichorizons,
|
62 |
+
title={LLaMAX: Scaling Linguistic Horizons of LLM by Enhancing Translation Capabilities Beyond 100 Languages},
|
63 |
+
author={Yinquan Lu and Wenhao Zhu and Lei Li and Yu Qiao and Fei Yuan},
|
64 |
+
year={2024},
|
65 |
+
eprint={2407.05975},
|
66 |
+
archivePrefix={arXiv},
|
67 |
+
primaryClass={cs.CL},
|
68 |
+
url={https://arxiv.org/abs/2407.05975},
|
69 |
+
}
|
70 |
```
|