What problem does it solve? Training a language model to replicate an author's writing style requires solving text segmentation, instruction diversity, dataset formatting, and fine-tuning configuration, and mistakes in any phase cause memorization instead of genuine style transfer. ## Core Features & Use Cases - End-to-End Pipeline: Extract text from ePub files, segment into 150-400 word chunks at natural boundaries, generate diverse synthetic instructions, and build Tinker-compatible JSONL training data. - 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: Train an 8B model on a public-domain novel for roughly $2 and 15 minutes, producing outputs that pass AI detectors as human-written while applying the author's style to scenarios that never existed in the source book. ## Quick Start Ask the agent to build an SFT dataset from your ePub file and train a style-transfer model on Tinker following this pipeline.