A fine-tuned
Gemma 4 E2B model optimized for
on-device AI tool use in the SnowClaw desktop agent. Achieves
100% tool use accuracy (7/7) on our evaluation set.
1# Download the GGUF files, then register with Ollama:
2ollama create snowclaw -f Modelfile
3
4# Run
5ollama run snowclaw
1# Text only
2./llama-cli -m gemma-4-e2b-it.Q4_K_M.gguf -p "List files in my Downloads folder"
3
4# With vision (multimodal)
5./llama-mtmd-cli \
6 -m gemma-4-e2b-it.Q4_K_M.gguf \
7 --mmproj gemma-4-e2b-it.BF16-mmproj.gguf
1{
2 "r": 64,
3 "lora_alpha": 64,
4 "target_modules": ["q_proj", "k_proj", "v_proj", "o_proj", "gate_proj", "up_proj", "down_proj"],
5 "lora_dropout": 0,
6 "task_type": "CAUSAL_LM"
7}
SnowClaw is a privacy-first AI agent built for the
Google Gemma Hackathon. It features: