Skip to content

Commit aaf62a5

Browse files
FillipeMagnomsakande
authored andcommitted
This is the version 2 update of the document
1 parent 3c6057c commit aaf62a5

File tree

3 files changed

+17
-12
lines changed

3 files changed

+17
-12
lines changed

articles/ai-studio/how-to/fine-tune-maap.md

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,22 @@ ms.author: mopeakande
1212
author: msakande
1313
ms.custom: references_regions
1414

15-
#customer intent: As a Data Scientist, I want to learn how to fine-tune models using user managed compute <what> so that <why>
15+
#customer intent: As a Data Scientist, I want to learn how to fine-tune models using user-managed compute to improve model performance for specific tasks.
1616
---
1717

1818
# Fine-tune using User-managed compute
1919

20-
In this article
21-
- [Fine-tune using User-managed compute](#distillation)
22-
- [Related Contents](#next-steps)
20+
This article explains how to fine-tune a machine learning model by adapting a pre-trained model to a new, related task or domain. The process involves using your own computational resources to adjust training parameters such as learning rate, batch size, and the number of training epochs, allowing you to optimize the model’s performance for specific tasks. This method is more efficient than building a model from scratch, as it leverages the pre-trained model's existing knowledge, reducing the time and data needed for training.
2321

22+
## Prerequisites
23+
24+
- An Azure subscription with a valid payment method. Free or trial Azure subscriptions won't work. If you don't have an Azure subscription, create a [paid Azure account](https://azure.microsoft.com/pricing/purchase-options/pay-as-you-go) to begin.
25+
26+
- An [Azure AI Studio hub](create-azure-ai-resource.md).
27+
28+
- An [Azure AI Studio project](create-projects.md).
29+
30+
- Azure role-based access controls (Azure RBAC) are used to grant access to operations in Azure AI Studio. To perform the steps in this article, your user account must be assigned the __owner__ or __contributor__ role for the Azure subscription.
2431

2532
## How to fine-tune foundation models using your own training data
2633

@@ -36,9 +43,9 @@ Select the suitable Service method to fine-tune your model. You can choose betwe
3643

3744

3845
> [!NOTE]
39-
> Some foundation models support only the 'User-managed compute' option.
46+
> Some foundation models support only the 'User-managed compute' option.
4047
41-
![Fine tune options in AI Studio](./fine-tune-options.png)
48+
![Fine tune options in AI Studio](../media/how-to/fine-tuning-maap/fine-tune-options.png)
4249

4350
### Fine-tune Settings:
4451

@@ -50,15 +57,15 @@ Select the suitable Service method to fine-tune your model. You can choose betwe
5057

5158
- Provide the Azure Machine Learning Compute cluster you would like to use for fine-tuning the model. Fine-tuning needs to run on GPU compute. Ensure that you have sufficient compute quota for the compute SKUs you wish to use.
5259

53-
![Fine tune compute in AI Studio](./fine-tune-compute.png)
60+
![Fine tune compute in AI Studio](../media/how-to/fine-tuning-maap/fine-tune-compute.png)
5461

5562
#### Training Data
5663

5764
1. Pass in the training data you would like to use to fine-tune your model. You can choose to either upload a local file (in JSONL, CSV or TSV format) or select an existing registered dataset from your workspace.
5865

5966
2. Once you've selected the dataset, you need to map the columns from your input data, based on the schema needed for the task. For example: map the column names that correspond to the 'sentence' and 'label' keys for Text Classification.
6067

61-
![Fine tune training data in AI Studio](./fine-tune-training-data.jpeg)
68+
![Fine tune training data in AI Studio](../media/how-to/fine-tuning-maap/fine-tune-training-data.png)
6269

6370

6471
#### Validation data
@@ -74,7 +81,5 @@ Select the suitable Service method to fine-tune your model. You can choose betwe
7481
- Select Finish in the fine-tune form to submit your fine-tuning job. Once the job completes, you can view evaluation metrics for the fine-tuned model. You can then deploy this model to an endpoint for inferencing.
7582

7683
## Related Contents
77-
- [Fine-tuning in Azure AI Studio - Azure AI Studio | Microsoft Learn](../fine-tuning-overview.md)
78-
- [Fine-tune a Llama 2 model in Azure AI Studio](../fine-tune-model-llama.md)
79-
- [Fine-tune a Phi-3 model in Azure AI Studio](../fine-tune-phi-3.md)
80-
- [Deploy Phi-3 family of small language models with Azure AI Studio](../deploy-models-phi-3.md)
84+
- [Fine-tuning in Azure AI Studio - Azure AI Studio | Microsoft Learn](../concepts/fine-tuning-overview.md)
85+
- [Deploy Phi-3 family of small language models with Azure AI Studio](../how-to/deploy-models-phi-3.md)
Binary file not shown.
250 KB
Loading

0 commit comments

Comments
 (0)