Skip to content

Commit 606f2ae

Browse files
committed
minor tweaks
1 parent d251730 commit 606f2ae

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

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

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
11
---
22
title: Fine-tuning in Azure AI Foundry portal
33
titleSuffix: Azure AI Foundry
4-
description: This article introduces fine-tuning of models in Azure AI Foundry portal.
4+
description: This article explains what fine-tuning is and under what circumstances you should consider doing it.
55
manager: scottpolly
66
ms.service: azure-ai-foundry
77
ms.custom:
88
- build-2024
99
- code01
10-
ms.topic: conceptual
10+
ms.topic: concept-article
1111
ms.date: 02/21/2025
12-
ms.reviewer: sgilley
12+
ms.reviewer: meerakurup
1313
ms.author: sgilley
1414
author: sdgilley
15+
#customer intent: As a developer, I want to learn what it means to fine-tune a model.
1516
---
1617

1718
# Fine-tune models with Azure AI Foundry
1819

19-
[!INCLUDE [feature-preview](../includes/feature-preview.md)]
20-
2120
Fine-tuning customizes a pretrained AI model with additional training on a specific task or dataset to improve performance, add new skills, or enhance accuracy. The result is a new, optimized GenAI model based on the provided examples.
2221

22+
[!INCLUDE [feature-preview](../includes/feature-preview.md)]
23+
2324
Consider fine-tuning GenAI models to:
2425
- Scale and adapt to specific enterprise needs
2526
- Reduce false positives as tailored models are less likely to produce inaccurate or irrelevant responses
@@ -67,14 +68,16 @@ Turning natural language into a query language is just one use case where you ca
6768
If you identify cost as your primary motivator, proceed with caution. Fine-tuning might reduce costs for certain use cases by shortening prompts or allowing you to use a smaller model. But there might be a higher upfront cost to training, and you have to pay for hosting your own custom model.
6869

6970
### Steps to fine-tune a model
71+
7072
Here are the general steps to fine-tune a model:
71-
1. Based on your use case, choose a model that supports your task
72-
2. Prepare and upload training data
73-
3. (Optional) Prepare and upload validation data
74-
4. (Optional) Configure task parameters
75-
5. Train your model.
76-
6. Once completed, review metrics and evaluate model. If the results don't meet your benchmark, then go back to step 2.
77-
7. Use your fine-tuned model
73+
74+
1. Choose a model that supports your task.
75+
1. Prepare and upload training data.
76+
1. (Optional) Prepare and upload validation data.
77+
1. (Optional) Configure task parameters.
78+
1. Train your model.
79+
1. Once completed, review metrics and evaluate model. If the results don't meet your benchmark, then go back to step 2.
80+
1. Use your fine-tuned model.
7881

7982
It's important to call out that fine-tuning is heavily dependent on the quality of data that you can provide. It's best practice to provide hundreds, if not thousands, of training examples to be successful and get your desired results.
8083

@@ -89,7 +92,6 @@ For more information on fine-tuning using a managed compute (preview), see [Fine
8992

9093
For details about Azure OpenAI models that are available for fine-tuning, see the [Azure OpenAI Service models documentation](../../ai-services/openai/concepts/models.md#fine-tuning-models) or the [Azure OpenAI models table](#fine-tuning-azure-openai-models) later in this guide.
9194

92-
9395
For the Azure OpenAI Service models that you can fine tune, supported regions for fine-tuning include North Central US, Sweden Central, and more.
9496

9597
### Fine-tuning Azure OpenAI models

0 commit comments

Comments
 (0)