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