Update README.md
Browse files
README.md
CHANGED
@@ -24,7 +24,7 @@ GemmaX2-28-2B-v0.1 is the model version of GemmaX2-28-2B-Pretrain after SFT.
|
|
24 |
|
25 |
### Model Source
|
26 |
|
27 |
-
- paper:
|
28 |
|
29 |
### Model Performance
|
30 |
|
@@ -60,11 +60,13 @@ We collected monolingual data from [CulturaX](https://huggingface.co/datasets/uo
|
|
60 |
## Citation
|
61 |
|
62 |
```bibtex
|
63 |
-
@misc{
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
|
|
|
|
69 |
}
|
70 |
```
|
|
|
24 |
|
25 |
### Model Source
|
26 |
|
27 |
+
- paper: [Multilingual Machine Translation with Open Large Language Models at Practical Scale: An Empirical Study](https://arxiv.org/pdf/2502.02481)
|
28 |
|
29 |
### Model Performance
|
30 |
|
|
|
60 |
## Citation
|
61 |
|
62 |
```bibtex
|
63 |
+
@misc{cui2025multilingualmachinetranslationopen,
|
64 |
+
title={Multilingual Machine Translation with Open Large Language Models at Practical Scale: An Empirical Study},
|
65 |
+
author={Menglong Cui and Pengzhi Gao and Wei Liu and Jian Luan and Bin Wang},
|
66 |
+
year={2025},
|
67 |
+
eprint={2502.02481},
|
68 |
+
archivePrefix={arXiv},
|
69 |
+
primaryClass={cs.CL},
|
70 |
+
url={https://arxiv.org/abs/2502.02481},
|
71 |
}
|
72 |
```
|