Fine-Tuning passt ein vortrainiertes Modell an eine spezifische Aufgabe oder Domäne an, indem es mit einem kleineren, spezialisierten Datensatz weiter trainiert wird. Es passt ein allgemeines Modell an spezifische Anforderungen an — obwohl Prompting oder RAG in vielen Fällen einfacher und ausreichend sind.
Was Fine-Tuning ist
FINE-TUNING → take a PRE-TRAINED model and train it further on YOUR specific data:
→ starts from a general model (already knows a lot) → adapts it to a specific task/domain/style
→ uses a smaller, task-specific dataset (vs training from scratch)
→ produces a customized model specialized for your need
→ customize a general model for specific tasks/domains/styles
