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
+11-11Lines changed: 11 additions & 11 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
---
@@ -50,7 +50,7 @@ Take a moment to review the fine-tuning workflow for using Azure OpenAI Studio:
50
50
1.[Select a base model](#select-the-base-model).
51
51
1.[Choose your training data](#choose-your-training-data).
52
52
1. Optionally, [choose your validation data](#choose-your-validation-data).
53
-
1. Optionally, [configure advanced options](#configure-advanced-options) for your fine-tuning job.
53
+
1. Optionally, [configure task parameters](#configure-task-parameters) for your fine-tuning job.
54
54
1.[Review your choices and train your new custom model](#review-your-choices-and-train-your-model).
55
55
1. Check the status of your custom fine-tuned model.
56
56
1. Deploy your custom model for use.
@@ -91,7 +91,7 @@ In addition to the JSONL format, training and validation data files must be enco
91
91
92
92
### Create your training and validation datasets
93
93
94
-
The more training examples you have, the better. Fine tuning jobs will not proceed without at least 10 training examples, but such a small number are not enough to noticeably influence model responses. It is best practice to provide hundreds, if not thousands, of training examples to be successful.
94
+
The more training examples you have, the better. Fine tuning jobs will not proceed without at least 10 training examples, but such a small number isn't enough to noticeably influence model responses. It is best practice to provide hundreds, if not thousands, of training examples to be successful.
95
95
96
96
In general, doubling the dataset size can lead to a linear increase in model quality. But keep in mind, low quality examples can negatively impact performance. If you train the model on a large amount of internal data, without first pruning the dataset for only the highest quality examples you could end up with a model that performs much worse than expected.
97
97
@@ -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
@@ -217,7 +217,7 @@ You can import a training dataset from Azure Blob or another shared web location
217
217
218
218
1. For the **File location**, provide the Azure Blob URL, the Azure Storage shared access signature (SAS), or other link to an accessible shared web location.
219
219
220
-
1. Select **Upload file** to import the training dataset to the service.
220
+
1. Select **Import** to import the training dataset to the service.
221
221
222
222
After you select and upload the training dataset, select **Next** to continue.
223
223
@@ -266,15 +266,15 @@ You can import a validation dataset from Azure Blob or another shared web locati
266
266
267
267
1. For the **File location**, provide the Azure Blob URL, the Azure Storage shared access signature (SAS), or other link to an accessible shared web location.
268
268
269
-
1. Select **Upload file** to import the training dataset to the service.
269
+
1. Select **Import** to import the training dataset to the service.
270
270
271
271
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