From 6de2ce40b00940d7a6942a2ab03b26f68a2e8b63 Mon Sep 17 00:00:00 2001 From: Nasteha153 Date: Tue, 11 Aug 2026 21:20:10 +0300 Subject: [PATCH] feat:added fine-tuning topic in topics --- topics/fine-tuning/index.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 topics/fine-tuning/index.md 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. +