File size: 4,081 Bytes
1537317 bdd4ec1 1537317 8ca2b80 1537317 8ca2b80 1537317 bdd4ec1 1537317 a75480c 1537317 a75480c 1537317 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 | ---
tags:
- Multilingual
license: mit
language:
- af
- am
- ar
- hy
- as
- ast
- az
- be
- bn
- bs
- bg
- my
- ca
- ceb
- zho
- hr
- cs
- da
- nl
- en
- et
- tl
- fi
- fr
- ff
- gl
- lg
- ka
- de
- el
- gu
- ha
- he
- hi
- hu
- is
- ig
- id
- ga
- it
- ja
- jv
- kea
- kam
- kn
- kk
- km
- ko
- ky
- lo
- lv
- ln
- lt
- luo
- lb
- mk
- ms
- ml
- mt
- mi
- mr
- mn
- ne
- ns
- no
- ny
- oc
- or
- om
- ps
- fa
- pl
- pt
- pa
- ro
- ru
- sr
- sn
- sd
- sk
- sl
- so
- ku
- es
- sw
- sv
- tg
- ta
- te
- th
- tr
- uk
- umb
- ur
- uz
- vi
- cy
- wo
- xh
- yo
- zu
---
### Model Sources
- **Paper**: LLaMAX2: Your Translation-Enhanced Model Also Performs Well in Reasoning
- **Link**: https://arxiv.org/pdf/2510.09189 (new version coming soon)
- **Repository**: https://github.com/CONE-MT/LLaMAX2.0
### Model Description
GlotMAX is a language model with powerful multilingual capabilities and strong reasoning.
GlotMAX series models start from Qwen3-8B instruct models with layer-slective tuning using small amount of parallel data alone.
Meanwhile, comprehensive testing on 16 reasoning tasks, such as bbeh, Livecodebench, Olymmath and so on, shows that it surpasses existing translation-enhanced models and performs on par with Qwen3 instruct models.
### 🔥 Excellent Translation Performance
GlotMAX-101-8B achieves an average spBLEU score improvement of over **5 points** compared to the Qwen3-8B model on the Flores-101 dataset.
### Supported Languages
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)
### Model Index
We implement multiple versions of the GlotMAX model, the model links are as follows:
| Model | GlotMAX |
|-------------------------------|----------------------------------------------------------|
| GlotMAX-17-8B | [Link](https://huggingface.co/LLaMAX/GlotMAX-17-8B) |
| GlotMAX-17-14B | [Link](https://huggingface.co/LLaMAX/GlotMAX-17-14B) |
| 👉 **GlotMAX-101-8B** | [Link](https://huggingface.co/LLaMAX/GlotMAX-101-8B) |
| GlotMAX-101-14B | [Link](https://huggingface.co/LLaMAX/GlotMAX-101-14B) |
### Citation
If our model helps your work, please cite this paper:
```
@misc{gaoLLaMAX2YourTranslationEnhanced2025,
title = {{{LLaMAX2}}: {{Your Translation-Enhanced Model}} Also {{Performs Well}} in {{Reasoning}}},
shorttitle = {{{LLaMAX2}}},
author = {Gao, Changjiang and Huang, Zixian and Gong, Jingyang and Huang, Shujian and Li, Lei and Yuan, Fei},
year = {2025},
month = oct,
number = {arXiv:2510.09189},
eprint = {2510.09189},
primaryclass = {cs},
publisher = {arXiv},
doi = {10.48550/arXiv.2510.09189},
archiveprefix = {arXiv}
}
``` |