AIAny
AI Model2026
Icon for item

MiniCPM5-2B (GGUF)

A 2B-class causal LLM packaged as a GGUF for local inference; offers 131072-token native long context, XML-style tool-calling support, and is tuned with SFT + RL + OPD using the UltraData family for stronger code, math and agentic abilities.

Introduction

MiniCPM5-2B (GGUF) targets the practical trade-off many developers face: wanting near–state-of-the-art reasoning, coding and tool-use capabilities while keeping a compact footprint suitable for local and edge deployment. Instead of competing only on parameter count, the release focuses on a training stack (tiered pretraining, heavy SFT, RL teachers and on-policy distillation) and packaging choices that make a 2B-class dense model behave like much larger models on many tasks.

What Sets It Apart
  • Compact-but-capable: the model uses a standard LlamaForCausalLM architecture with ~2.52B parameters and 42 layers, but benchmarks show it reaches a 2B-class SOTA average (53.9) within the authors' comparison set and is competitive with some 4B-class baselines in code, math, long-context and tool-use tests. This means smaller deployments can still get strong task performance.
  • Long-context and tool integration: native 131072-token context and an XML-style tool-calling convention (recommended backend: SGLang) enable long-document understanding and deterministic function/tool calls for local agents and workflows. The GGUF format is provided for llama.cpp/Ollama/LM Studio to ease on-device use.
  • Training & post-training recipe: the release pairs the model with the UltraData family (web pretraining, code, math, SFT agent data, and RL data). Post-training combines 400B tokens of SFT, specialized RL teacher training, and On-Policy Distillation (OPD) to merge expert behaviors into one release model — reported to boost reasoning/general capabilities by ~11 points and agentic capabilities by ~7 points in their reported ablations.
Who It's For and Trade-offs
  • Great fit if you need a locally runnable LLM with long-context, coding/math strengths and deterministic tool-calling for agents or on-device assistants, and you prefer standard Llama-style compatibility (Transformers, vLLM, llama.cpp, Ollama, LM Studio).
  • Look elsewhere if you require the absolute top-tier open-source performance on every general benchmark regardless of size, specialized multimodal capabilities, or extremely low-memory quantized runtimes (the project does provide 4-bit GPTQ/MLX variants, but the core dense release trades memory for simplicity and capability).

Overall, MiniCPM5-2B (GGUF) is positioned as a pragmatic, well-documented mid-sized model release: the combination of a tiered training recipe, RL+OPD consolidation, long-context engineering and GGUF packaging is aimed at engineers building local agents, coding assistants and long-document applications.

More Items

Hugging Face
AI Model2026

Integrates a pretrained vision–language model with a BEV perception head and a Planning Expert to provide 3D perception, driving VQA and motion planning for autonomous driving while keeping the base VLM architecture unchanged.

Hugging Face
AI Audio2026

Generates full songs from lyrics and a style prompt, producing vocals and accompaniment and exporting editable symbolic scores for melody/chord control. Uses symbolic planning with agentic multi-turn editing and runs local 48 kHz inference on a 24GB GPU.

Hugging Face
AI Model2026

Multimodal agentic model for long-horizon computer and browser tasks, with visual self-correction and function-calling. The Pro variant is a 397B Mixture-of-Experts (≈17B active) model with a 262,144-token context window, Docker deployment recipes, and weights currently marked “coming soon.”