Hy-MT2 (Hunyuan-MT2)
Hy-MT2 (Hunyuan-MT2)
Hy-MT2-30B-A3B is Tencent’s translation Mixture-of-Experts language model with 30B total parameters and 3B activated per token. It features 48 transformer layers (layer 0 dense, layers 1–47 MoE), 128 routed experts plus 1 shared expert with top-8 sigmoid routing, Grouped Query Attention (32 Q / 4 KV heads), per-head QK RMSNorm, RoPE, and an in-forward fp32 upcast on the language-model head (enable_lm_head_fp32). It supports a 256K context window.
Available Models
- Hy-MT2-30B-A3B: 30B total, top-8 routed experts (out of 128) activated per token, plus 1 shared expert
Architectures
HyMT2ForCausalLM
Example HF Models
Example Recipes
Try with NeMo AutoModel
1. Install (NeMo AutoModel):
2. Clone the repo to get the example recipes:
3. Run the recipe from inside the repo:
Refer to the NeMo AutoModel Installation Guide and LLM Fine-Tuning Guide.
Fine-Tune the Model
Refer to the LLM Fine-Tuning Guide and the Large MoE Fine-Tuning Guide.