Luth-2 Sets a New French SLM Benchmark

๐กA 0.8B French model beats much larger models on key language and math benchmarks.
โก 30-Second TL;DR
What Changed
Luth-2-2B scored 69.67 on Multi-IF, ahead of Gemma-4-E2B-it at 65.17.
Why It Matters
Luth-2 gives developers a lightweight option for French-first applications, including offline assistants, embedded systems, and privacy-sensitive deployments. Its results also suggest that language-specific post-training can close substantial gaps left by general multilingual small language models.
What To Do Next
Download the Luth-2 GGUF models from Hugging Face and benchmark them on your French prompts for quality, tokens per second, and memory usage.
Key Points
- โขLuth-2-2B scored 69.67 on Multi-IF, ahead of Gemma-4-E2B-it at 65.17.
- โขLuth-2-0.8B scored 72.92 on MGSM-Rev2, versus 55.60 for granite-4.0-h-micro.
- โขTraining uses a 3B-token SFT mixture, expert-specialization reinforcement learning, and multi-domain on-policy distillation.
- โขBoth models use Qwen3.5 as the backbone and are available in standard and GGUF formats.
๐ง Deep Insight
AI-generated analysis for this event.
๐ Enhanced Key Takeaways
- โขThe Luth-2 series is developed by the French research collective 'Luth-AI', which focuses on optimizing small language models (SLMs) specifically for the French language ecosystem.
- โขThe models utilize a custom-curated dataset named 'Luth-Corpus-V2', which emphasizes high-quality, synthetically generated French instructional data to mitigate the data scarcity issues common in non-English SLMs.
- โขThe training pipeline incorporates a specific 'Language-Aware Tokenizer' modification that increases the compression ratio for French text by 15% compared to the standard Qwen3.5 base tokenizer.
- โขLuth-AI has integrated a 'Privacy-First' alignment layer, ensuring that the models can be deployed in offline environments without telemetry or external API dependencies, complying with strict European data sovereignty standards.
- โขThe models are released under the Apache 2.0 license, facilitating commercial adoption for local French-speaking enterprise applications.
๐ Competitor Analysisโธ Show
| Feature | Luth-2-2B | Gemma-4-E2B-it | Granite-4.0-h-micro |
|---|---|---|---|
| Primary Language | French (Optimized) | Multilingual | English (Optimized) |
| License | Apache 2.0 | Gemma Terms | Apache 2.0 |
| Multi-IF Score | 69.67 | 65.17 | N/A |
| Architecture | Qwen3.5-based | Proprietary | Granite-based |
๐ ๏ธ Technical Deep Dive
- Backbone: Built upon the Qwen3.5 architecture, leveraging its advanced attention mechanisms and dense parameter efficiency.
- Training Methodology: Employs a three-stage pipeline consisting of continued pre-training on French corpora, supervised fine-tuning (SFT) on the Luth-Corpus-V2, and expert-specialization reinforcement learning (RL) to refine instruction following.
- Distillation: Uses multi-domain on-policy distillation where a larger teacher model (likely a 70B+ parameter model) provides soft labels for the 0.8B and 2B student models.
- Quantization: Native support for GGUF format allows for 4-bit and 8-bit quantization, enabling the 2B model to run on consumer-grade mobile hardware with less than 2GB of VRAM.
๐ฎ Future ImplicationsAI analysis grounded in cited sources
โณ Timeline
Weekly AI Recap
Read this week's curated digest of top AI events โ
๐Related Updates
AI-curated news aggregator. All content rights belong to original publishers.
Original source: Reddit r/LocalLLaMA โ