Skip to content

Commit 305e616

Browse files
authored
Update fine-tuning-overview.md
1 parent a7f83b0 commit 305e616

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

articles/ai-studio/concepts/fine-tuning-overview.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,20 @@ ms.author: sgilley
1414
author: sdgilley
1515
---
1616

17-
# Fine-tune models in Azure AI Studio
17+
# Fine-tune models with Azure AI Foundry
1818

1919
[!INCLUDE [feature-preview](../includes/feature-preview.md)]
2020

21-
Fine-tuning retrains an existing large language model (LLM) by using example data. The result is a new, custom LLM that's optimized for the provided examples.
21+
Fine-tuning refers to customizing a pre-trained generative AI model with additional training on a specific task or new dataset for enhanced performance, new skills, or improved accuracy. The result is a new, custom GenAI model that's optimized based on the provided examples.
2222

23-
This article can help you decide whether or not fine-tuning is the right solution for your use case. This article also describes how [Azure AI Studio](https://ai.azure.com) can support your fine-tuning needs.
23+
Consider fine-tuning GenAI models to:
24+
- Scale and adapt to specific enterprise needs
25+
- Reduce hallucinations as tailored models are less likely to produce inaccurate or irrelevant responses
26+
- Enhance the model's accuracy for domain-specific tasks
27+
- Save time and resources with faster and more precise results
28+
- Get more relevant and context-aware outcomes as models are fine-tuned for specific use cases
2429

25-
In this article, fine-tuning refers to *supervised fine-tuning*, not to continuous pretraining or reinforcement learning through human feedback (RLHF). Supervised fine-tuning is the process of retraining pretrained models on specific datasets. The purpose is typically to improve model performance on specific tasks or to introduce information that wasn't well represented when you originally trained the base model.
30+
[Azure AI Foundry](https://ai.azure.com) offers several models across model providers enabling you to get access to the latest and greatest in the market. You can discover supported models for fine-tuning through our model catalog by using the **Fine-tuning tasks** filter and clicking into the model card to learn detailed information about each model. Specific models may be subjected to regional constraints, [view this list for more details](#supported-models-for-fine-tuning).
2631

2732
## Getting starting with fine-tuning
2833

0 commit comments

Comments
 (0)