diff --git a/topics/fine-tuning/index.md b/topics/fine-tuning/index.md new file mode 100644 index 00000000000..a0603b20d48 --- /dev/null +++ b/topics/fine-tuning/index.md @@ -0,0 +1,10 @@ +--- +aliases: fine-tune +display_name: Fine-tuning +short_description: Fine-tuning is the process of adapting a pre-trained model for specific tasks or use cases. +topic: fine-tuning +related: artificial-intelligence, machine-learning, deep-learning, large-language-models +wikipedia_url: https://en.wikipedia.org/wiki/Fine-tuning_(deep_learning) +--- +Fine-tuning is the process of adapting a pretrained machine learning model to a specific task or domain using additional training data. It enables models to achieve better performance on specialized tasks and is widely used in natural language processing, computer vision, speech recognition, and large language model (LLM) applications. +