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-managed-compute.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,27 @@
1
1
---
2
-
title: Fine-tune models using User-managed compute
2
+
title: Fine-tune models using a user-managed compute with Azure AI Studio
3
3
titleSuffix: Azure AI Studio
4
-
description: Learn how to do fine-tune models using User-managed compute.
4
+
description: Learn how to fine-tune models using a user-managed compute with Azure AI Studio.
5
5
manager: scottpolly
6
6
ms.service: azure-ai-studio
7
7
ms.topic: how-to
8
-
ms.date: 10/02/2024
8
+
ms.date: 10/25/2024
9
9
ms.reviewer: vkann
10
10
reviewer: kvijaykannan
11
11
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 user-managed compute to improve model performance for specific tasks.
15
+
#customer intent: As a data scientist using a user-managed compute, I want to learn how to fine-tune models to improve model performance for specific tasks.
16
16
---
17
17
18
-
# Fine-tune using User-managed compute
18
+
# Fine-tune models using user-managed compute
19
19
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.
20
+
This article explains how to use a user-managed compute fine-tune a machine learning model in Azure AI Studio. Fine-tuning involves adapting a pretrained model to a new, related task or domain. WHen you use a managed compute for fine-tuning, you use your computational resources to adjust training parameters such as learning rate, batch size, and number of training epochs to optimize the model's performance for a specific task. Fine-tuning a pretrained model to use for a related task is more efficient than building a new model, as it builds upon the pretrained model's existing knowledge and reduces the time and data needed for training.
21
+
22
+
To improve model performance, you might consider fine-tuning a foundation model with your training data. You can easily fine-tune foundation models by using either the fine-tune settings in AI Studio or by using code-based samples.
23
+
24
+
__Todo: link to the code-based samples__
21
25
22
26
## Prerequisites
23
27
@@ -29,16 +33,12 @@ This article explains how to fine-tune a machine learning model by adapting a pr
29
33
30
34
- 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.
31
35
32
-
## How to fine-tune foundation models using your own training data
33
-
34
-
In order to improve model performance in your workload, you might want to fine tune a foundation model using your own training data. You can easily fine-tune these foundation models by using either the fine-tune settings in the studio or by using the code based samples.
35
-
36
-
## Fine-tune using the User-managed compute
36
+
## Fine-tune using user-managed compute in
37
37
38
38
You can access the fine-tune settings form using one of the following methods:
39
-
1.Choose the "Fine-Tuning" option from the left menu, and then select any foundation model.
39
+
1.Choose the "Fine-Tuning" option from the left menu, and then select any foundation model.
40
40
41
-
2.Choose the "Model Card" option from the left menu for any foundation model, and then click the ‘Fine-tune’ button on the model card.
41
+
2.Choose the "Model Card" option from the left menu for any foundation model, and then click the 'Fine-tune' button on the model card.
42
42
Select the suitable Service method to fine-tune your model. You can choose between 'Hosted fine-tuning' or 'User-managed compute'. If you intend to use your own compute resources, select the 'User-managed compute' option. To learn more about Fine-tuning using Serverless API, refer to the related content articles.
43
43
44
44
@@ -61,9 +61,9 @@ Select the suitable Service method to fine-tune your model. You can choose betwe
61
61
62
62
#### Training Data
63
63
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.
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.
65
65
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.
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.
67
67
68
68

0 commit comments