Reference · How-to · ~8 min

How to train a LoRA adapter

Last updated

Style and format without retraining the whole model.

Style and format without retraining the whole model.

Steps

1. Curate 200–500 input/output pairs

2. Hold out 10% validation split

3. Train LoRA on frozen base model

4. Eval vs RAG baseline on golden tasks

5. Pin adapter + base version in deploy config

**Try the lesson:** `fine-tuning-lab` in Lane D