Fine-tuning a general-purpose model on your domain vocabulary, technical terminology, abbreviation conventions, and document structure, targeting the accuracy gap that appears when a base model encounters specialised language it was underrepresented on during pre-training. Medical domain adaptation: clinical note abbreviations (SOB, HTN, DM2, CVA), ICD-10 and CPT code terminology, and the imperative terse style of clinical documentation all diverge from how a general model was trained to produce text, a fine-tuned clinical model correctly uses "patient presents with" where a general model might write "the individual reported experiencing." Legal domain adaptation: contract clause terminology, defined terms conventions, citation formats (e.g., distinguishing between a defined term in all-caps and a general reference), and the specific formulaic language of different contract types that base models frequently paraphrase rather than reproduce precisely. Financial domain adaptation: earnings call transcription correction, financial statement extraction where specific GAAP/IFRS line items have precise meanings, and the structured table formats that financial reports require. Technical documentation: API endpoint names, version-specific syntax, and the specific formatting conventions of your documentation format that a general model interpolates incorrectly. Domain evaluation benchmark established before fine-tuning begins: 200-500 held-out domain-specific examples with expected outputs, evaluated on terminology accuracy rate, abbreviation expansion correctness, and task-specific format compliance, measuring improvement against baseline, not just loss curves on the training set.