OpenBMB-LLM commited on
Commit
8773529
·
verified ·
1 Parent(s): ce43f1c

Update model card README

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -75,9 +75,7 @@ MiniCPM5-1B has the following features:
75
 
76
  ## Introduction
77
 
78
- MiniCPM5-1B is a compact dense decoder-only Transformer trained to improve output quality at the 1B scale. It keeps the standard `LlamaForCausalLM` architecture (24 layers, GQA 8:1, native 128K context, 1,080,632,832 parameters) so it runs on mainstream inference engines (Transformers, vLLM, SGLang, llama.cpp, MLX, Ollama, LM Studio) without custom kernels.
79
-
80
- For full architecture details and per-component parameter breakdown, see the [Transformers deployment cookbook](https://github.com/OpenBMB/MiniCPM/blob/minicpm5/docs/deployment/transformers.md).
81
 
82
  ## Evaluation Results
83
 
 
75
 
76
  ## Introduction
77
 
78
+ MiniCPM5-1B is the first checkpoint in the MiniCPM5 series. It is designed for local assistants, coding agents, tool-use workflows, and reasoning scenarios where a compact model is preferred. The model keeps a small deployment footprint while providing native long-context support and both Think / No Think chat modes through the same checkpoint.
 
 
79
 
80
  ## Evaluation Results
81