Update README.md
Browse files
README.md
CHANGED
|
@@ -17,8 +17,18 @@ base_model:
|
|
| 17 |
---
|
| 18 |
|
| 19 |
|
| 20 |
-
X-ALMA builds upon [ALMA-R](https://arxiv.org/pdf/2401.08417) by expanding support from 6 to 50 languages. It utilizes a plug-and-play architecture with language-specific modules, complemented by a carefully designed training recipe. This release includes the **language-specific X-ALMA LoRA module and a merged model that supports the languages in Group 6: English (en), Georgian (ka), Chinese (zh), Japanese (ja), Korean (ko), Finnish (fi), and Estonian (et)**.
|
| 21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
All X-ALMA checkpoints are released at huggingface:
|
| 23 |
| Models | Model Link | Description |
|
| 24 |
|:-------------:|:---------------:|:---------------:|
|
|
|
|
| 17 |
---
|
| 18 |
|
| 19 |
|
| 20 |
+
[X-ALMA](https://arxiv.org/pdf/2410.03115) builds upon [ALMA-R](https://arxiv.org/pdf/2401.08417) by expanding support from 6 to 50 languages. It utilizes a plug-and-play architecture with language-specific modules, complemented by a carefully designed training recipe. This release includes the **language-specific X-ALMA LoRA module and a merged model that supports the languages in Group 6: English (en), Georgian (ka), Chinese (zh), Japanese (ja), Korean (ko), Finnish (fi), and Estonian (et)**.
|
| 21 |
+
```
|
| 22 |
+
@misc{xu2024xalmaplugplay,
|
| 23 |
+
title={X-ALMA: Plug & Play Modules and Adaptive Rejection for Quality Translation at Scale},
|
| 24 |
+
author={Haoran Xu and Kenton Murray and Philipp Koehn and Hieu Hoang and Akiko Eriguchi and Huda Khayrallah},
|
| 25 |
+
year={2024},
|
| 26 |
+
eprint={2410.03115},
|
| 27 |
+
archivePrefix={arXiv},
|
| 28 |
+
primaryClass={cs.CL},
|
| 29 |
+
url={https://arxiv.org/abs/2410.03115},
|
| 30 |
+
}
|
| 31 |
+
```
|
| 32 |
All X-ALMA checkpoints are released at huggingface:
|
| 33 |
| Models | Model Link | Description |
|
| 34 |
|:-------------:|:---------------:|:---------------:|
|