Known-issues sheets for local language models Rev 0.1.0 · reviewed every 7 days

Model datasheet · Gemma 3

Gemma 3 4B

The smallest model with real eyes: pleasant chat and image understanding on an 8GB laptop, with Google's QAT 4-bit build. Just don't hand it math or code.

Vendor
Google
Architecture
Dense · 4B
Context
131,072 tokens
License
Gemma Terms of Use
Released
2025-03-12
Vision
Yes

→ GGUF (llama.cpp / LM Studio / Ollama) → MLX (Apple Silicon)

§1 Characteristics by quantization band

Q2–Q3 — 2–3 bit

2.1GB weights · e.g. Q3_K_M + KV: 276MB at 8K · 756MB at 32K · 2.6GB at 128K

— Not yet rated · contributions welcome —

Q4–Q5 — 4–5 bit

2.5GB weights · e.g. Q4_0 , Q4_K_M , mlx-4bit + KV: 276MB at 8K · 756MB at 32K · 2.6GB at 128K
Math & reasoning 3/10
data checked Aug 2026
  • quant-degradation-community — community consensus @ Q4_0 · aggregated · 2026-08-30

    Editorial derivation: already weak at full precision; QAT Q4_0 preserves what there is.

Coding 4/10
data checked Aug 2026

Q6–Q8 — 6–8 bit

3.2GB weights · e.g. Q6_K , Q8_0 + KV: 276MB at 8K · 756MB at 32K · 2.6GB at 128K

— Not yet rated · contributions welcome —

FP16 — full precision (fp16/bf16)

7.8GB weights · e.g. bf16 + KV: 276MB at 8K · 756MB at 32K · 2.6GB at 128K
Math & reasoning 3/10
data checked Aug 2026
Coding 4/10
data checked Aug 2026
Factuality 5/10
data checked Aug 2026

§2 Known issues & what fixes them

ISSUE-01 severe Q2–Q3 / Q4–Q5 / Q6–Q8 / FP16 · math, coding

Weakest math and coding in its size class (MATH 24.2, HumanEval 36.0 — vendor's own numbers). Its strengths are chat, languages, and vision; STEM is not on the list.

Fix
Code interpreter / calculator tool [partial]

A calculator tool helps with arithmetic — though check tool-calling works in your setup, since Gemma's function calling is prompt-based.

No fix
No known fix — choose a different model

For math or code at 4B, use Qwen3-4B or Phi-4-mini instead.

Evidence · 2 sources · community-consensus
ISSUE-02 moderate Q2–Q3 / Q4–Q5 / Q6–Q8 / FP16 · factuality

Thin world knowledge plus a 67.3% answer rate on HHEM — it either doesn't know or declines to say, a third of the time.

Fix
RAG (retrieval) [strong]

Grounding raises both accuracy and answer rate.

Evidence · 2 sources · community-consensus