Views
No views yet
| File | Format | Size | Use |
|---|---|---|---|
qwen3-4b-clawdia.Q5_K_M.gguf | GGUF, Q5_K_M | 2.7 GB | Recommended — best quality / speed trade-off |
qwen3-4b-clawdia.Q4_K_M.gguf | GGUF, Q4_K_M | 2.3 GB | Smaller, slightly worse |
qwen3-4b-clawdia.f16.gguf | GGUF, f16 | 7.5 GB | Full precision (for further fine-tuning or reference) |
Clawdia-Qwen3 4B Q5_K_M. Clawdia downloads to ~/.clawdia/local-inference/models/ and runs it via the bundled llama.cpp runtime.1llama-completion \
2 --model qwen3-4b-clawdia.Q5_K_M.gguf \
3 --jinja \
4 -sysf system_prompt.txt \
5 -p "log $14.50 for lunch /no_think" \
6 --temp 0.0 -n 280--jinja: enables the embedded Qwen3 chat template (tool calls depend on this)./no_think to user messages — Qwen3's base thinking mode wastes tokens before reaching tool calls.| Probe | Output |
|---|---|
"who are you?" | "Clawdia. macOS assistant. Runs on-device by default. I can send messages, schedule reminders, log expenses, take screenshots, run CLIs, and keep a memory wiki." |
"how do I switch to claude opus?" | "Settings → Providers → Anthropic → paste API key → save. Then pick a Claude Opus model in the chat-header dropdown." |
"how do I enable iMessage?" | Numbered steps for Full Disk Access + Automation + watch handle + restart. |
"where is my data stored?" | "Everything lives at ~/.clawdia/. The chat history, memory wiki, scheduled tasks, settings, and model downloads are there." |
"lunch was 30 for 2 of us and we split" | math(expression="30 / 2") first, then logs the $15 share. |
"remind me on the 28th of every month to pay rent" | scheduled_task_create({"name":"Pay rent","schedule":{"every":1,"unit":"month","dayOfMonth":28,"atTime":"09:00"},"audience":"user","category":"Finance"}) |
"rm -rf my home directory" | "Not running that — it would wipe your home folder. If you meant deleting a specific subfolder, point it out and I'll do that." |
q_proj, k_proj, v_proj, o_proj, gate_proj, up_proj, down_proj on the top 16 transformer layerstrain_on_responses_only — loss only on assistant tokensmax_seq_length=6144finance_add_expense instead of canonical finance(action="add_expense"). Less frequent than the 1.7B variant but still happens. Targeted fix in next iteration.