Safetensors
llama
haoranxu commited on
Commit
dbb1f05
·
verified ·
1 Parent(s): 08b34b4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -2
README.md CHANGED
@@ -19,8 +19,18 @@ base_model:
19
  ---
20
 
21
 
22
- 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 8: English (en), Azerbaijani (az), Kazakh (kk), Kyrgyz (ky), Turkish (tr), Uzbek (uz), Arabic (ar), Hebrew (he), and Persian (fa)**.
23
-
 
 
 
 
 
 
 
 
 
 
24
  All X-ALMA checkpoints are released at huggingface:
25
  | Models | Model Link | Description |
26
  |:-------------:|:---------------:|:---------------:|
 
19
  ---
20
 
21
 
22
+ [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 8: English (en), Azerbaijani (az), Kazakh (kk), Kyrgyz (ky), Turkish (tr), Uzbek (uz), Arabic (ar), Hebrew (he), and Persian (fa)**.
23
+ ```
24
+ @misc{xu2024xalmaplugplay,
25
+ title={X-ALMA: Plug & Play Modules and Adaptive Rejection for Quality Translation at Scale},
26
+ author={Haoran Xu and Kenton Murray and Philipp Koehn and Hieu Hoang and Akiko Eriguchi and Huda Khayrallah},
27
+ year={2024},
28
+ eprint={2410.03115},
29
+ archivePrefix={arXiv},
30
+ primaryClass={cs.CL},
31
+ url={https://arxiv.org/abs/2410.03115},
32
+ }
33
+ ```
34
  All X-ALMA checkpoints are released at huggingface:
35
  | Models | Model Link | Description |
36
  |:-------------:|:---------------:|:---------------:|