alexmultiagent commited on
Commit
1ddd418
·
verified ·
1 Parent(s): 93dd104

Add README

Browse files
Files changed (1) hide show
  1. README.md +44 -0
README.md ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ - zh
6
+ library_name: gguf
7
+ pipeline_tag: text-generation
8
+ tags:
9
+ - minicpm
10
+ - minicpm5
11
+ - llama
12
+ - text-generation
13
+ - on-device
14
+ - edge-ai
15
+ base_model: openbmb/MiniCPM5-1B
16
+ ---
17
+
18
+ # MiniCPM5-1B-GGUF (Q4_K_M)
19
+
20
+ Mirror of [openbmb/MiniCPM5-1B-GGUF](https://huggingface.co/openbmb/MiniCPM5-1B-GGUF)'s
21
+ `MiniCPM5-1B-Q4_K_M.gguf`. Used by the IceSpiritAI_Chat Android app (MiniCPM5-1B
22
+ GGUF backend via llama.cpp; alternative to the default Qwen3.5-2B-MNN LLM).
23
+
24
+ ## Identity
25
+
26
+ | Field | Value |
27
+ | --- | --- |
28
+ | Source | `huggingface.co/openbmb/MiniCPM5-1B-GGUF` (official) |
29
+ | File | `MiniCPM5-1B-Q4_K_M.gguf` |
30
+ | Size | 688,065,920 bytes (656.30 MiB) |
31
+ | SHA-256 | `81b64d05a23b17b34c475f42b3e72fbde62d4b92cc34541f7a8031d0752deafa` |
32
+ | Architecture | Standard `LlamaForCausalLM` (per OpenBMB model card) |
33
+ | Params | 1.08B (24 layers, GQA 16+2, ctx 131072) |
34
+ | Tokenizer | `gpt2` (llama-bpe pre-tokenizer) |
35
+ | Uploaded | 2026-06-25 |
36
+
37
+ ## Why this mirror exists
38
+
39
+ IceSpiritAI_Chat is a dual-LLM Android app. The default LLM is
40
+ `Qwen3.5-2B-MNN` (small, fast, on-device MNN); the alternative is
41
+ `MiniCPM5-1B-GGUF` (slightly larger, higher-quality generations, served by a
42
+ llama.cpp native pipeline). Users in mainland China without reliable access to
43
+ `huggingface.co` can use this mirror or the ModelScope mirror
44
+ [`AlexZh/MiniCPM5-1B-GGUF`](https://modelscope.cn/models/AlexZh/MiniCPM5-1B-GGUF).