munish0838
commited on
Commit
•
b66315f
1
Parent(s):
45b4a8a
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- Multilingual
|
4 |
+
license: mit
|
5 |
+
pipeline_tag: text-generation
|
6 |
+
base_model: LLaMAX/LLaMAX3-8B
|
7 |
+
---
|
8 |
+
|
9 |
+
|
10 |
+
# QuantFactory/LLaMAX3-8B-GGUF
|
11 |
+
This is quantized version of [LLaMAX/LLaMAX3-8B](https://huggingface.co/LLaMAX/LLaMAX3-8B) created using llama.cpp
|
12 |
+
|
13 |
+
# Model Description
|
14 |
+
|
15 |
+
### Model Sources
|
16 |
+
|
17 |
+
- **Paper**: LLaMAX: Scaling Linguistic Horizons of LLM by Enhancing Translation Capabilities Beyond 100 Languages
|
18 |
+
- **Link**: https://arxiv.org/pdf/2407.05975
|
19 |
+
- **Repository**: https://github.com/CONE-MT/LLaMAX/
|
20 |
+
|
21 |
+
### Model Description
|
22 |
+
LLaMAX3-8B is a multilingual language base model, developed through continued pre-training on Llama3, and supports over 100 languages.
|
23 |
+
LLaMAX3-8B can serve as a base model to support downstream multilingual tasks but without instruct-following capability.
|
24 |
+
|
25 |
+
We further fine-tune LLaMAX3-8B on Alpaca dataset to enhance its instruct-following capabilities. The model is available at https://huggingface.co/LLaMAX/LLaMAX3-8B-Alpaca.
|
26 |
+
|
27 |
+
### Supported Languages
|
28 |
+
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)
|
29 |
+
|
30 |
+
|
31 |
+
### Model Index
|
32 |
+
| Model | LLaMAX | LLaMAX-Alpaca |
|
33 |
+
|---------|----------------------------------------------------------|-----------------------------------------------------------------|
|
34 |
+
| Llama-2 | [Link](https://huggingface.co/LLaMAX/LLaMAX2-7B) | [Link](https://huggingface.co/LLaMAX/LLaMAX2-7B-Alpaca) |
|
35 |
+
| Llama-3 | [Link](https://huggingface.co/LLaMAX/LLaMAX3-8B) | [Link](https://huggingface.co/LLaMAX/LLaMAX3-8B-Alpaca) |
|
36 |
+
|
37 |
+
### Model Citation
|
38 |
+
If our model helps your work, please cite this paper:
|
39 |
+
|
40 |
+
```
|
41 |
+
@misc{lu2024llamaxscalinglinguistichorizons,
|
42 |
+
title={LLaMAX: Scaling Linguistic Horizons of LLM by Enhancing Translation Capabilities Beyond 100 Languages},
|
43 |
+
author={Yinquan Lu and Wenhao Zhu and Lei Li and Yu Qiao and Fei Yuan},
|
44 |
+
year={2024},
|
45 |
+
eprint={2407.05975},
|
46 |
+
archivePrefix={arXiv},
|
47 |
+
primaryClass={cs.CL},
|
48 |
+
url={https://arxiv.org/abs/2407.05975},
|
49 |
+
}
|
50 |
+
```
|