LLM Fine-Tuning & PEFT

Parent: LLM Models and APIs · researched 2026-05-31T21:21:01.962Z· 20 sources · 11 concepts · skill llm-fine-tuning-peft

Adapting a pretrained LLM to a specific task, domain, format, or behavior by

LLM Fine-Tuning & PEFT

Scope boundary (read first)

Part 1 — Should you fine-tune at all? (the decision framework)

Part 2 — Full fine-tuning vs PEFT

Part 3 — LoRA mechanics (the one method to understand deeply)

The four knobs

Initialization

Why LoRA is "free" at inference

Part 4 — The LoRA family: QLoRA, DoRA, rsLoRA, LoRA+

QLoRA (Dettmers et al., 2023) — memory

DoRA (Liu et al., ICML 2024) — low-rank quality

rsLoRA (Kalajdzievski, 2023) — stable high rank

LoRA+ (Hayou et al., 2024) — efficient feature learning

Part 5 — The other PEFT families (non-LoRA)

Part 6 — The HuggingFace PEFT workflow

Part 7 — Multi-LoRA serving: merge vs swap (+ adapter merging)

Part 8 — Catastrophic forgetting & mitigations

Part 9 — SFT data preparation & chat templating

Part 10 — Tooling stack

Part 11 — Evaluating a fine-tune

Anti-patterns

Troubleshooting

References

Children

Frontier under this node: Catastrophic forgetting and mitigations, Evaluating a fine-tune (task + capability-regression), Fine-tune vs RAG vs prompt decision framework, Fine-tuning tooling stack (Unsloth/Axolotl/Llama-Factory/torchtune), Full fine-tuning vs PEFT (memory, plasticity-stability), HuggingFace PEFT + TRL workflow, LoRA family (QLoRA, DoRA, rsLoRA, LoRA+), LoRA mechanics (rank/alpha/target_modules/init), Multi-LoRA serving: merge vs swap + adapter merging, Non-LoRA PEFT (adapters, (IA)^3, prefix/P-tuning/prompt-tuning), SFT data preparation and chat templating

← the whole tree · 3D view· how to read this page