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-services/openai/includes/fine-tuning-studio.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ description: Learn how to create your own custom model with Azure OpenAI Service
6
6
manager: nitinme
7
7
ms.service: azure-ai-openai
8
8
ms.topic: include
9
-
ms.date: 03/06/2024
9
+
ms.date: 10/03/2024
10
10
author: mrbullwinkle
11
11
ms.author: mbullwin
12
12
---
@@ -149,7 +149,7 @@ Azure OpenAI Studio provides the **Create custom model** wizard, so you can inte
149
149
150
150
1. Open Azure OpenAI Studio at <ahref="https://oai.azure.com/"target="_blank">https://oai.azure.com/</a> and sign in with credentials that have access to your Azure OpenAI resource. During the sign-in workflow, select the appropriate directory, Azure subscription, and Azure OpenAI resource.
151
151
152
-
1. In Azure OpenAI Studio, browse to the **Management > Models** pane, and select **Create a custom model**.
152
+
1. In Azure OpenAI Studio, browse to the **Tools > Fine-tuning** pane, and select **Fine-tune model**.
153
153
154
154
:::image type="content" source="../media/fine-tuning/studio-create-custom-model.png" alt-text="Screenshot that shows how to access the Create custom model wizard in Azure OpenAI Studio." lightbox="../media/fine-tuning/studio-create-custom-model.png":::
155
155
@@ -182,9 +182,9 @@ The next step is to either choose existing prepared training data or upload new
182
182
183
183
:::image type="content" source="../media/fine-tuning/studio-training-data.png" alt-text="Screenshot of the Training data pane for the Create custom model wizard in Azure OpenAI Studio." lightbox="../media/fine-tuning/studio-training-data.png":::
184
184
185
-
- If your training data is already uploaded to the service, select **Choose dataset**.
185
+
- If your training data is already uploaded to the service, select **Files from Azure OpenAI Connection**.
186
186
187
-
- Select the file from the list shown in the **Training data** pane.
187
+
- Select the file from the dropdown list shown.
188
188
189
189
- To upload new training data, use one of the following options:
190
190
@@ -272,9 +272,9 @@ After you select and upload the validation dataset, select **Next** to continue.
272
272
273
273
:::image type="content" source="../media/fine-tuning/studio-validation-data-blob.png" alt-text="Screenshot of the Validation data pane for the Create custom model wizard, with Azure Blob and shared web location options." lightbox="../media/fine-tuning/studio-validation-data-blob.png":::
274
274
275
-
### Configure advanced options
275
+
### Configure task parameters
276
276
277
-
The **Create custom model** wizard shows the parameters for training your fine-tuned model on the **Advanced options** pane. The following parameters are available:
277
+
The **Create custom model** wizard shows the parameters for training your fine-tuned model on the **Task parameters** pane. The following parameters are available:
278
278
279
279
280
280
|**Name**|**Type**|**Description**|
@@ -286,7 +286,7 @@ The **Create custom model** wizard shows the parameters for training your fine-t
286
286
287
287
:::image type="content" source="../media/fine-tuning/studio-advanced-options.png" alt-text="Screenshot of the Advanced options pane for the Create custom model wizard, with default options selected." lightbox="../media/fine-tuning/studio-advanced-options.png":::
288
288
289
-
Select **Default** to use the default values for the fine-tuning job, or select **Advanced** to display and edit the hyperparameter values. When defaults are selected, we determine the correct value algorithmically based on your training data.
289
+
Select **Default** to use the default values for the fine-tuning job, or select **Custom** to display and edit the hyperparameter values. When defaults are selected, we determine the correct value algorithmically based on your training data.
290
290
291
291
After you configure the advanced options, select **Next** to [review your choices and train your fine-tuned model](#review-your-choices-and-train-your-model).
0 commit comments