What problem does it solve? Training a language model to write in a specific author's voice requires turning raw books into high-quality fine-tuning data, which involves tricky segmentation, prompt diversity, and validation steps that are easy to get wrong and lead to memorization instead of style transfer. ## Core Features & Use Cases - End-to-End Pipeline: Extract text from ePub, segment into 150-400 word chunks at natural boundaries, generate diverse synthetic instructions, and build Tinker-compatible JSONL datasets. - LoRA Training Guidance: Configure base models like Qwen3-8B-Base with rank-32 LoRA adapters, including learning rates, batch sizes, and epoch limits tuned for style learning. - Validation Framework: Test style transfer with modern scenarios, verify originality by grepping training data, and score outputs with AI detectors like Pangram. - Use Case: Fine-tune an 8B model on Gertrude Stein's "Three Lives" to produce prose that Pangram scores as 100% human-written, for roughly $2 and 15 minutes of training. ## Quick Start Ask the agent to build an SFT dataset from an ePub file and train a LoRA style model on Tinker following the book-sft-pipeline phases.