ebayes commited on
Commit
42843d9
1 Parent(s): 0ca4fed

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +62 -0
README.md ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - Multilingual
4
+ license: mit
5
+ language:
6
+ - am
7
+ - ha
8
+ - en
9
+ - yo
10
+ - zu
11
+ - sw
12
+ ---
13
+
14
+ ### Model Sources
15
+
16
+ - **Paper**: Uhura: ...
17
+
18
+ - **Link**: ...
19
+
20
+ - **Repository**: https://github.com/ebayes/Uhura/
21
+
22
+ ### Model Description
23
+ LLaMAX2-7B is a multilingual language base model, developed through continued pre-training on Llama2, and supports over 100 languages.
24
+ LLaMAX2-7B can serve as a base model to support downstream multilingual tasks but without instruct-following capability.
25
+
26
+ We further fine-tune LLaMAX2-7B on Alpaca dataset to enhance its instruct-following capabilities. The model is available at https://huggingface.co/LLaMAX/LLaMAX2-7B-Alpaca.
27
+
28
+
29
+ ### 🔥 Effective Base Model for Multilingual Task
30
+
31
+ LLaMAX preserves its efficacy in general tasks and improves the performance on multilingual tasks.
32
+ We fine-tune LLaMAX using only the English training set of downstream task, which also shows significant improvements in non-English. We provide fine-tuning LLaMAX models for the following three tasks:
33
+
34
+ - **Math Reasoning**: https://huggingface.co/LLaMAX/LLaMAX2-7B-MetaMath
35
+
36
+ - **Commonsense Reasoning**: https://huggingface.co/LLaMAX/LLaMAX2-7B-X-CSQA
37
+
38
+ - **Natural Language Inference**: https://huggingface.co/LLaMAX/LLaMAX2-7B-XNLI
39
+
40
+
41
+ ### Supported Languages
42
+ Akrikaans (af), Amharic (am), Arabic (ar), Armenian (hy), Assamese (as), Asturian (ast), Azerbaijani (az), Belarusian (be), Bengali (bn), Bosnian (bs), Bulgarian (bg), Burmese (my), Catalan (ca), Cebuano (ceb), Chinese Simpl (zho), Chinese Trad (zho), Croatian (hr), Czech (cs), Danish (da), Dutch (nl), English (en), Estonian (et), Filipino (tl), Finnish (fi), French (fr), Fulah (ff), Galician (gl), Ganda (lg), Georgian (ka), German (de), Greek (el), Gujarati (gu), Hausa (ha), Hebrew (he), Hindi (hi), Hungarian (hu), Icelandic (is), Igbo (ig), Indonesian (id), Irish (ga), Italian (it), Japanese (ja), Javanese (jv), Kabuverdianu (kea), Kamba (kam), Kannada (kn), Kazakh (kk), Khmer (km), Korean (ko), Kyrgyz (ky), Lao (lo), Latvian (lv), Lingala (ln), Lithuanian (lt), Luo (luo), Luxembourgish (lb), Macedonian (mk), Malay (ms), Malayalam (ml), Maltese (mt), Maori (mi), Marathi (mr), Mongolian (mn), Nepali (ne), Northern Sotho (ns), Norwegian (no), Nyanja (ny), Occitan (oc), Oriya (or), Oromo (om), Pashto (ps), Persian (fa), Polish (pl), Portuguese (pt), Punjabi (pa), Romanian (ro), Russian (ru), Serbian (sr), Shona (sn), Sindhi (sd), Slovak (sk), Slovenian (sl), Somali (so), Sorani Kurdish (ku), Spanish (es), Swahili (sw), Swedish (sv), Tajik (tg), Tamil (ta), Telugu (te), Thai (th), Turkish (tr), Ukrainian (uk), Umbundu (umb), Urdu (ur), Uzbek (uz), Vietnamese (vi), Welsh (cy), Wolof (wo), Xhosa (xh), Yoruba (yo), Zulu (zu)
43
+
44
+
45
+ ### Model Index
46
+ | Model | LLaMAX | LLaMAX-Alpaca |
47
+ |---------|----------------------------------------------------------|-----------------------------------------------------------------|
48
+ | Llama-2 | [Link](https://huggingface.co/LLaMAX/LLaMAX2-7B) | [Link](https://huggingface.co/LLaMAX/LLaMAX2-7B-Alpaca) |
49
+ | Llama-3 | [Link](https://huggingface.co/LLaMAX/LLaMAX3-8B) | [Link](https://huggingface.co/LLaMAX/LLaMAX3-8B-Alpaca) |
50
+
51
+ ### Citation
52
+
53
+ If our model helps your work, please cite this paper:
54
+
55
+ ```
56
+ @article{lu2024llamax,
57
+ title={LLaMAX: Scaling Linguistic Horizons of LLM by Enhancing Translation Capabilities Beyond 100 Languages},
58
+ author={Lu, Yinquan and Zhu, Wenhao and Li, Lei and Qiao, Yu and Yuan, Fei},
59
+ journal={arXiv preprint arXiv:2407.05975},
60
+ year={2024}
61
+ }
62
+ ```