Fine-tuning एक pre-trained model को एक छोटे, specialized dataset पर आगे train करके किसी specific task या domain के लिए अनुकूलित करता है। यह एक general model को specific needs के लिए customize करता है — हालाँकि कई मामलों में, prompting या RAG सरल और पर्याप्त होता है।
What fine-tuning is
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
