A small (8B, 4-bit) Llama-3.1 fine-tune that writes first-person
fiction from a dog's sensory point of view — scent, sound,
pheromone — instead of the visually-dominant human frame that
general LLMs default to. Trained on dog-POV literature, canine
olfaction papers, and a dog-behaviour Q&A dataset.
- 01Six-stage pipeline: ingest → chunk → embed (FAISS) → SFT-generate via Claude Sonnet Batches → LoRA train on MLX → generate.
- 02Persona + contract enforced via cached system prompts; pillar chunks (style / science / behavior) retrieved per stimulus and injected as strict context.
- 03Runs locally on an M2 Max after a one-time training spend — no per-token inference cost.
- 04Adult and kids-v1 (ages 4–8) adapters from the same pipeline via a config swap; 11 versioned pilots with measurable kept-fraction deltas.