Skip to content

Commit 767934d

Browse files
committed
initial edits
1 parent a702f01 commit 767934d

File tree

2 files changed

+22
-16
lines changed

2 files changed

+22
-16
lines changed

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,27 @@
11
---
2-
title: Fine-tune models using User-managed compute
2+
title: Fine-tune models using a user-managed compute with Azure AI Studio
33
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.
55
manager: scottpolly
66
ms.service: azure-ai-studio
77
ms.topic: how-to
8-
ms.date: 10/02/2024
8+
ms.date: 10/25/2024
99
ms.reviewer: vkann
1010
reviewer: kvijaykannan
1111
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 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.
1616
---
1717

18-
# Fine-tune using User-managed compute
18+
# Fine-tune models using user-managed compute
1919

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__
2125

2226
## Prerequisites
2327

@@ -29,16 +33,12 @@ This article explains how to fine-tune a machine learning model by adapting a pr
2933

3034
- 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.
3135

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
3737

3838
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.
4040

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.
4242
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.
4343

4444

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

6262
#### Training Data
6363

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.
6565

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.
6767

6868
![Fine tune training data in AI Studio](../media/how-to/fine-tuning-maap/fine-tune-training-data.png)
6969

articles/ai-studio/toc.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,13 @@ items:
9898
- name: How to use model benchmarking
9999
href: how-to/benchmark-model-in-catalog.md
100100
- name: Fine-tune models
101-
href: concepts/fine-tuning-overview.md
101+
items:
102+
- name: Fine-tuning overview
103+
href: concepts/fine-tuning-overview.md
104+
- name: Fine-tune with user-managed compute
105+
href: how-to/fine-tune-managed-compute.md
106+
- name: Fine-tune Azure OpenAI models
107+
href: ../ai-services/openai/how-to/fine-tuning.md?context=/azure/ai-studio/context/context
102108
- name: Distillation
103109
href: concepts/concept-model-distillation.md
104110
- name: Azure OpenAI models

0 commit comments

Comments
 (0)