LoRA adapter that tunes
Gemma-4 12B IT to drive the orchestrator role of
Spotlight, an open-source OSINT
investigation harness, on its constrained
12B local tier. The orchestrator
manages the phase pipeline (brief → methodology → research cycles → fact-check →
report), delegates to investigator and fact-checker subagents, and pauses at
human-approval gates.
v4 proved the pipeline and passed three of four targeted capability probes, but
its report-drafting probe exposed an execution failure: it correctly identified
that report.html was still a template and that unsupported findings needed
lower confidence, then repeatedly reached for unsuitable shell edits and failed
to land the report changes.
Serve the quantized artifact instead:
tomvaillant/gemma4-12b-spotlight-orchestrator-v5-GGUF.
Its card documents the exact
llama-server flags required by the harness.
Released 2026-07-10. The preserved v4 failure fixture now passes without another
tune: Spotlight validates the structured evidence chain and deterministically
renders all three report artifacts. v5 remains the final behavioral adapter; a
fresh full 12B E2E is the post-release system validation.
This is a narrow behavioral adapter for Spotlight's tool schema and orchestration
prompt, not a general-purpose factuality model. Deterministic fact-check and
report finalizer remain part of the deployed system. Unverified information
must be treated as a lead, not as a publishable fact.
v1 (unmasked SFT) → v2/v2-fixed (masking fix) → v3 (open-tier dataset) → v4
(gate, evidence, and repetition corrections) → v5 (report-gate execution).