3morixd commited on
Commit
f4078bb
·
verified ·
1 Parent(s): 8d99558

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: MB20261/Llama32-3B-Instruct-function-calling-1M
4
+ tags: [dispatch-ai, mobile, quantized, gguf, phone-farm-tested]
5
+ pipeline_tag: text-generation
6
+ language: [en]
7
+ ---
8
+ # Llama-3.2-1B-FunctionCall-mobile
9
+ **Dispatch AI** — Built for mobile. Tested on real phones.
10
+ ## Category
11
+ Function Calling — Q5 quality
12
+ ## Model
13
+ Re-engineered from [MB20261/Llama32-3B-Instruct-function-calling-1M](https://huggingface.co/MB20261/Llama32-3B-Instruct-function-calling-1M).
14
+ Size: 1926 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)