3morixd commited on
Commit
c9f3fa6
·
verified ·
1 Parent(s): 85dfd97

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: Qwen/Qwen2.5-Math-1.5B-Instruct
4
+ tags: [dispatch-ai, mobile, quantized, gguf, phone-farm-tested]
5
+ pipeline_tag: text-generation
6
+ language: [en]
7
+ ---
8
+ # Qwen2.5-Math-1.5B-mobile
9
+ **Dispatch AI** — Built for mobile. Tested on real phones.
10
+ ## Category
11
+ Math Reasoning — 1.5B math specialist
12
+ ## Model
13
+ Re-engineered from [Qwen/Qwen2.5-Math-1.5B-Instruct](https://huggingface.co/Qwen/Qwen2.5-Math-1.5B-Instruct).
14
+ Size: 940 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)