Skip to content

Commit 6144196

Browse files
authored
Rename Azure AI Studio to Azure AI Foundry
1 parent 60f199a commit 6144196

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

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

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: Fine-tune models in Azure AI Studio
3-
titleSuffix: Azure AI Studio
4-
description: Learn how to fine-tune models in Azure AI Studio.
2+
title: Fine-tune models in Azure AI Foundry
3+
titleSuffix: Azure AI Foundry
4+
description: Learn how to fine-tune models in Azure AI Foundry.
55
manager: scottpolly
6-
ms.service: azure-ai-studio
6+
ms.service: azure-ai-foundry
77
ms.topic: how-to
88
ms.date: 01/09/2025
99
ms.reviewer: rasavage
@@ -13,15 +13,15 @@ author: ssalgadodev
1313
ms.custom: references_regions, build-2024, code01
1414
---
1515

16-
# Fine-tune models in Azure AI Studio
16+
# Fine-tune models in Azure AI Foundry
1717

1818
[!INCLUDE [Feature preview](~/reusable-content/ce-skilling/azure/includes/ai-studio/includes/feature-preview.md)]
1919

20-
Azure AI Studio lets you tailor large language models to your personal datasets by using a process known as *fine-tuning*.
20+
Azure AI Foundry lets you tailor large language models to your personal datasets by using a process known as *fine-tuning*.
2121

2222
Fine-tuning provides significant value by enabling customization and optimization for specific tasks and applications. It leads to improved performance, cost efficiency, reduced latency, and tailored outputs.
2323

24-
In this article, you learn how to fine-tune models in [Azure AI Studio](https://ai.azure.com).
24+
In this article, you learn how to fine-tune models in [Azure AI Foundry](https://ai.azure.com).
2525

2626

2727
## Model types
@@ -37,13 +37,13 @@ The AI Foundry model catalog offers fine-tuning support for multiple typles of m
3737
## Prerequisites
3838

3939
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.
40-
- An [Azure AI Studio hub](../how-to/create-azure-ai-resource.md).
40+
- An [Azure AI Foundry hub](../how-to/create-azure-ai-resource.md).
4141

4242

43-
- An [Azure AI Studio project](../how-to/create-projects.md) in Azure AI Studio.
44-
- 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. Alternatively, your account can be assigned a custom role that has the following permissions:
43+
- An [Azure AI Foundry project](../how-to/create-projects.md) in Azure AI Foundry.
44+
- Azure role-based access controls (Azure RBAC) are used to grant access to operations in Azure AI Foundry. To perform the steps in this article, your user account must be assigned the __owner__ or __contributor__ role for the Azure subscription. Alternatively, your account can be assigned a custom role that has the following permissions:
4545

46-
- On the Azure subscription—to subscribe the AI Studio project to the Azure Marketplace offering, once for each project, per offering:
46+
- On the Azure subscription—to subscribe the AI Foundry project to the Azure Marketplace offering, once for each project, per offering:
4747
- `Microsoft.MarketplaceOrdering/agreements/offers/plans/read`
4848
- `Microsoft.MarketplaceOrdering/agreements/offers/plans/sign/action`
4949
- `Microsoft.MarketplaceOrdering/offerTypes/publishers/offers/plans/agreements/read`
@@ -54,11 +54,11 @@ The AI Foundry model catalog offers fine-tuning support for multiple typles of m
5454
- `Microsoft.SaaS/resources/read`
5555
- `Microsoft.SaaS/resources/write`
5656

57-
- On the AI Studio project—to deploy endpoints (the Azure AI Developer role contains these permissions already):
57+
- On the AI Foundry project—to deploy endpoints (the Azure AI Developer role contains these permissions already):
5858
- `Microsoft.MachineLearningServices/workspaces/marketplaceModelSubscriptions/*`
5959
- `Microsoft.MachineLearningServices/workspaces/serverlessEndpoints/*`
6060

61-
For more information on permissions, see [Role-based access control in Azure AI Studio](../concepts/rbac-ai-studio.md).
61+
For more information on permissions, see [Role-based access control in Azure AI Foundry](../concepts/rbac-ai-studio.md).
6262

6363

6464
### Subscription provider registration
@@ -121,27 +121,27 @@ The supported file type is JSON Lines. Files are uploaded to the default datasto
121121

122122
## Fine-tune a model
123123

124-
1. Sign in to [Azure AI Studio](https://ai.azure.com).
125-
1. Choose the model you want to fine-tune from the Azure AI Studio [model catalog](https://ai.azure.com/explore/models).
124+
1. Sign in to [Azure AI Foundry](https://ai.azure.com).
125+
1. Choose the model you want to fine-tune from the Azure AI Foundry [model catalog](https://ai.azure.com/explore/models).
126126

127127
1. On the model's **Details** page, select **fine-tune**.
128128

129129
1. Select the project in which you want to fine-tune your models. To use the pay-as-you-go model fine-tune offering, your workspace must belong to an available region. Each model has specific region availability. To check region availability for your desired model, see [region availability.](deploy-models-serverless-availability.md)
130-
1. On the fine-tune wizard, select the link to **Azure AI Studio Terms** to learn more about the terms of use. You can also select the **Azure AI Studio offer details** tab to learn about pricing for the selected model.
131-
1. If this is your first time fine-tuning the model in the project, you have to subscribe your project for the particular offering (for example, Mistral-large-2407) from Azure AI Studio. This step requires that your account has the Azure subscription permissions and resource group permissions listed in the prerequisites. Each project has its own subscription to the particular Azure AI Studio offering, which allows you to control and monitor spending. Select **Subscribe and fine-tune**.
130+
1. On the fine-tune wizard, select the link to **Azure AI Foundry Terms** to learn more about the terms of use. You can also select the **Azure AI Foundry offer details** tab to learn about pricing for the selected model.
131+
1. If this is your first time fine-tuning the model in the project, you have to subscribe your project for the particular offering (for example, Mistral-large-2407) from Azure AI Foundry. This step requires that your account has the Azure subscription permissions and resource group permissions listed in the prerequisites. Each project has its own subscription to the particular Azure AI Studio offering, which allows you to control and monitor spending. Select **Subscribe and fine-tune**.
132132

133133
> [!NOTE]
134-
> Subscribing a project to a particular Azure AI Studio offering (in this case, Mistral-large-2407) requires that your account has **Contributor** or **Owner** access at the subscription level where the project is created. Alternatively, your user account can be assigned a custom role that has the Azure subscription permissions and resource group permissions listed in the [prerequisites](#prerequisites).
134+
> Subscribing a project to a particular Azure AI Foundry offering (in this case, Mistral-large-2407) requires that your account has **Contributor** or **Owner** access at the subscription level where the project is created. Alternatively, your user account can be assigned a custom role that has the Azure subscription permissions and resource group permissions listed in the [prerequisites](#prerequisites).
135135
136-
1. Once you sign up the project for the particular Azure AI Studio offering, subsequent fine-tuning of the _same_ offering in the _same_ project don't require subscribing again. Therefore, you don't need to have the subscription-level permissions for subsequent fine-tune jobs. If this scenario applies to you, select **Continue to fine-tune**.
136+
1. Once you sign up the project for the particular Azure AI Foundry offering, subsequent fine-tuning of the _same_ offering in the _same_ project don't require subscribing again. Therefore, you don't need to have the subscription-level permissions for subsequent fine-tune jobs. If this scenario applies to you, select **Continue to fine-tune**.
137137

138138
1. Enter a name for your fine-tuned model and the optional tags and description.
139139
1. Select training data to fine-tune your model. See [data preparation](#data-preparation) for more information.
140140

141141
> [!NOTE]
142142
> If the you have your training/validation files in a credential less datastore, you will need to allow workspace managed identity access to your datastore in order to proceed with MaaS fine-tuning with a credential less storage. On the "Datastore" page, after clicking "Update authentication" > Select the following option:
143143
144-
![Use workspace managed identity for data preview and profiling in Azure Machine Learning Studio.](../media/how-to/fine-tune/phi-3/credentials.png)
144+
![Use workspace managed identity for data preview and profiling in Azure Machine Learning Foundry.](../media/how-to/fine-tune/phi-3/credentials.png)
145145

146146
Make sure all your training examples follow the expected format for inference. To fine-tune models effectively, ensure a balanced and diverse dataset. This involves maintaining data balance, including various scenarios, and periodically refining training data to align with real-world expectations, ultimately leading to more accurate and balanced model responses.
147147
- The batch size to use for training. When set to -1, batch_size is calculated as 0.2% of examples in training set and the max is 256.
@@ -159,7 +159,7 @@ Once your model is fine-tuned, you can deploy the model and can use it in your o
159159

160160
## Cleaning up your fine-tuned models
161161

162-
You can delete a fine-tuned model from the fine-tuning model list in [Azure AI Studio](https://ai.azure.com) or from the model details page. Select the fine-tuned model to delete from the Fine-tuning page, and then select the Delete button to delete the fine-tuned model.
162+
You can delete a fine-tuned model from the fine-tuning model list in [Azure AI Foundry](https://ai.azure.com) or from the model details page. Select the fine-tuned model to delete from the Fine-tuning page, and then select the Delete button to delete the fine-tuned model.
163163

164164
>[!NOTE]
165165
> You can't delete a custom model if it has an existing deployment. You must first delete your model deployment before you can delete your custom model.
@@ -174,7 +174,7 @@ You can find the pricing information on the __Pricing and terms__ tab of the dep
174174

175175
#### Cost for non-Microsoft models
176176

177-
Non-Microsoft models deployed as serverless API endpoints are offered through the Azure Marketplace and integrated with Azure AI Studio for use. You can find the Azure Marketplace pricing when deploying or fine-tuning these models.
177+
Non-Microsoft models deployed as serverless API endpoints are offered through the Azure Marketplace and integrated with Azure AI Foundry for use. You can find the Azure Marketplace pricing when deploying or fine-tuning these models.
178178

179179
Each time a project subscribes to a given offer from the Azure Marketplace, a new resource is created to track the costs associated with its consumption. The same resource is used to track costs associated with inference and fine-tuning; however, multiple meters are available to track each scenario independently.
180180

@@ -192,6 +192,6 @@ Models deployed as a service with pay-as-you-go billing are protected by Azure A
192192

193193

194194
## Next steps
195-
- [What is Azure AI Studio?](../what-is-ai-studio.md)
195+
- [What is Azure AI Foundry?](../what-is-ai-studio.md)
196196
- [Learn more about deploying Mistral models](./deploy-models-mistral.md)
197197
- [Azure AI FAQ article](../faq.yml)

0 commit comments

Comments
 (0)