14 Downloads Updated 6 days ago
ollama run treyleo16/minicpm5
A dense 2B transformer from OpenBMB, built for on-device and local deployment. Repacked GGUF for Ollama.
ollama run treyleo16/minicpm5
2B-class open-source SOTA. In OpenBMB’s own evals it averages 53.9, which beats every 4B-class model they benchmarked against (top score there was 51.1 — Qwen3.5-4B). Strongest in code reasoning, math, long-context, tool use, and agentic tasks.
Good fit for local coding agents, tool-calling workflows, and anything where you’d rather not hit a remote API.
| Params | 2,516,756,480 (1.98B non-embedding) |
| Layers | 42 |
| Attention | GQA — 16 Q heads, 2 KV heads |
| Context | 131,072 |
| Architecture | LlamaForCausalLM |
| Languages | English, Chinese |
| Quant | |
| Size |
PARAMETER temperature 0.7
PARAMETER top_p 0.95
PARAMETER stop "<|im_end|>"
PARAMETER stop "</s>"
Before ollama serve, if you’re pushing the context window:
export OLLAMA_FLASH_ATTENTION=1
export OLLAMA_KV_CACHE_TYPE=q8_0
Weights: openbmb/MiniCPM5-2B-GGUF License: Apache-2.0 · Repacked by treyleo16