AIAny
AI Model2026
Icon for item

Hy-MT2-7B

7B multilingual translation model optimized for instruction-following and low-latency deployment across 33 languages; provides quantized/FP8/GGUF builds and integrations (vLLM, llama.cpp) for server and on-device inference.

Introduction

Why this matters

Real-world translation systems must handle many language pairs, follow user translation instructions, and run with low latency on varied infra. Hy‑MT2‑7B is the mid‑sized member of Tencent's Hy‑MT2 family designed around that trade‑off: it aims to deliver instruction‑following translation quality close to larger models while offering builds and quantization paths that make server and edge deployment practical.

Key Capabilities
  • Multilingual instruction-following: supports translation among 33 languages with prompts and instruction-style inputs, so it can follow terminology, style, and structured-data constraints in prompts.
  • Deployment-ready variants: official releases include FP8 and GGUF-ready artifacts plus guidance for vLLM and llama.cpp, and the project promotes AngelSlim extreme quantization for on‑device scenarios (notably the 1.8B variant reduced to ~440 MB). This makes Hy‑MT2‑7B practical for both cloud inference and more constrained environments.
  • Benchmarked performance and assets: the Hy‑MT2 family was evaluated with a dedicated benchmark (IFMTBench) and reported to outperform several open models in “fast‑thinking” mode; a longer report is available on arXiv (2605.22064) for methodology and results.
Who it's for — tradeoffs and constraints

Great fit if you need a translation model that: (a) must follow explicit translation instructions (terminology, style, delimiters); (b) will be deployed across both servers and constrained devices; or (c) needs multilingual support across many language pairs without stitching multiple single‑pair models. Hy‑MT2‑7B is a practical middle ground between a lightweight, quantized on‑device model (1.8B) and the larger 30B MoE variant.

Look elsewhere if: you require a model with an explicitly stated permissive license (the Hugging Face card lists no license), if your use requires the absolute smallest memory footprint (the 1.8B quantized builds are better for extreme edge constraints), or if you need a model family with long-term community forks and ecosystem tools centered outside Tencent/HuggingFace.

Where it fits

Hy‑MT2 targets organizations and researchers who want instruction‑aware multilingual translation with deployment flexibility. Compared to many open translation models, Hy‑MT2 emphasizes a “fast‑thinking” operational mode and provides multiple quantization and runtime targets—making it a strong candidate where throughput and instruction fidelity matter more than minimal model size.

More Items

Hugging Face
AI Model2026

GGUF-quantized, refusal-removed build of Qwen3.8-Flash-Next for llama.cpp that provides multimodal (image+text), reasoning and tool-calling capabilities; released for security research and red-teaming under the Apache-2.0 license.

Hugging Face
AI Model2026

A dynamically quantized GGUF build of Ornith-1.5-35B optimized for agentic code-fixing and multi-turn conversations: targets 4-bit/≈22GB deployments, includes a vision projector, a custom importance matrix and a concise chat template.

Hugging Face
AI Model2026

Open-weights LLM fine-tuned for phone-based voice agents that prioritizes low latency and reliable tool/function calling. Based on NVIDIA Nemotron 3 Nano (30B total, 3.5B active), supports very long contexts (262,144 tokens) and recommends temperature=0 with thinking disabled for deployment.