You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-studio/how-to/fine-tune-maap.md
+17-12Lines changed: 17 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,15 +12,22 @@ ms.author: mopeakande
12
12
author: msakande
13
13
ms.custom: references_regions
14
14
15
-
#customer intent: As a Data Scientist, I want to learn how to fine-tune models using usermanaged 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.
16
16
---
17
17
18
18
# Fine-tune using User-managed compute
19
19
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.
23
21
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.
24
31
25
32
## How to fine-tune foundation models using your own training data
26
33
@@ -36,9 +43,9 @@ Select the suitable Service method to fine-tune your model. You can choose betwe
36
43
37
44
38
45
> [!NOTE]
39
-
> Some foundation models support only the 'User-managed compute' option.
46
+
> Some foundation models support only the 'User-managed compute' option.
40
47
41
-

48
+

42
49
43
50
### Fine-tune Settings:
44
51
@@ -50,15 +57,15 @@ Select the suitable Service method to fine-tune your model. You can choose betwe
50
57
51
58
- 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.
52
59
53
-

60
+

54
61
55
62
#### Training Data
56
63
57
64
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.
58
65
59
66
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.
60
67
61
-

68
+

62
69
63
70
64
71
#### Validation data
@@ -74,7 +81,5 @@ Select the suitable Service method to fine-tune your model. You can choose betwe
74
81
- 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.
75
82
76
83
## 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)
0 commit comments