3morixd commited on
Commit
7523e95
·
verified ·
1 Parent(s): 45ebdbc

Add model card

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: openbmb/MiniCPM5-1B
4
+ tags: [dispatch-ai, mobile, quantized, gguf, phone-farm-tested]
5
+ pipeline_tag: text-generation
6
+ language: [en]
7
+ ---
8
+ # MiniCPM5-1B-multilingual-mobile
9
+ **Dispatch AI** — Built for mobile. Tested on real phones.
10
+ ## Category
11
+ Multilingual — Q5 higher quality
12
+ ## Model
13
+ Re-engineered from [openbmb/MiniCPM5-1B](https://huggingface.co/openbmb/MiniCPM5-1B).
14
+ Size: 656 MB. Q4_K_M GGUF for llama.cpp.
15
+ ## Usage
16
+ ```bash
17
+ ./llama-cli -m model.gguf -p "Hello" -n 100 -t 4 -c 512
18
+ ```
19
+ 🌐 [dispatchAI on HuggingFace](https://huggingface.co/dispatchAI)