Safetensors
llama
haoranxu commited on
Commit
33107f7
1 Parent(s): dff30ad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -2
README.md CHANGED
@@ -18,8 +18,18 @@ base_model:
18
  ---
19
 
20
 
21
- 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 1: English (en), Danish (da), Dutch (nl), German (de), Icelandic (is), Norwegian (no), Swedish (sv), and Afrikaans (af)**.
22
-
 
 
 
 
 
 
 
 
 
 
23
  All X-ALMA checkpoints are released at huggingface:
24
  | Models | Model Link | Description |
25
  |:-------------:|:---------------:|:---------------:|
 
18
  ---
19
 
20
 
21
+ [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 1: English (en), Danish (da), Dutch (nl), German (de), Icelandic (is), Norwegian (no), Swedish (sv), and Afrikaans (af)**.
22
+ ```
23
+ @misc{xu2024xalmaplugplay,
24
+ title={X-ALMA: Plug & Play Modules and Adaptive Rejection for Quality Translation at Scale},
25
+ author={Haoran Xu and Kenton Murray and Philipp Koehn and Hieu Hoang and Akiko Eriguchi and Huda Khayrallah},
26
+ year={2024},
27
+ eprint={2410.03115},
28
+ archivePrefix={arXiv},
29
+ primaryClass={cs.CL},
30
+ url={https://arxiv.org/abs/2410.03115},
31
+ }
32
+ ```
33
  All X-ALMA checkpoints are released at huggingface:
34
  | Models | Model Link | Description |
35
  |:-------------:|:---------------:|:---------------:|