Fine-tuning ایک pre-trained model کو ایک مخصوص task یا domain کے لیے اپناتا ہے اور اسے چھوٹے، specialized dataset پر مزید training کے ذریعے customize کرتا ہے۔ یہ ایک عام model کو مخصوص ضروریات کے لیے تبدیل کرتا ہے — اگرچہ بہت سے cases میں، prompting یا RAG سادہ اور کافی ہے۔
Fine-tuning کیا ہے
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
