Skip to content

Commit d412a63

Browse files
authored
Merge pull request #645 from aahill/sept-freshness
updating screenshots
2 parents 333f9d7 + 4d78d89 commit d412a63

20 files changed

+13
-13
lines changed

articles/ai-services/openai/how-to/fine-tuning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: nitinme
77
ms.service: azure-ai-openai
88
ms.custom: build-2023, build-2023-dataai, devx-track-python
99
ms.topic: how-to
10-
ms.date: 09/05/2024
10+
ms.date: 10/03/2024
1111
author: mrbullwinkle
1212
ms.author: mbullwin
1313
zone_pivot_groups: openai-fine-tuning-new

articles/ai-services/openai/how-to/risks-safety-monitor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: PatrickFarley
66
ms.author: pafarley
77
ms.service: azure-ai-openai
88
ms.topic: how-to
9-
ms.date: 03/19/2024
9+
ms.date: 10/03/2024
1010
manager: nitinme
1111
---
1212

articles/ai-services/openai/includes/fine-tuning-studio.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Learn how to create your own custom model with Azure OpenAI Service
66
manager: nitinme
77
ms.service: azure-ai-openai
88
ms.topic: include
9-
ms.date: 03/06/2024
9+
ms.date: 10/03/2024
1010
author: mrbullwinkle
1111
ms.author: mbullwin
1212
---
@@ -50,7 +50,7 @@ Take a moment to review the fine-tuning workflow for using Azure OpenAI Studio:
5050
1. [Select a base model](#select-the-base-model).
5151
1. [Choose your training data](#choose-your-training-data).
5252
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.
5454
1. [Review your choices and train your new custom model](#review-your-choices-and-train-your-model).
5555
1. Check the status of your custom fine-tuned model.
5656
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
9191

9292
### Create your training and validation datasets
9393

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

9696
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.
9797

@@ -149,7 +149,7 @@ Azure OpenAI Studio provides the **Create custom model** wizard, so you can inte
149149

150150
1. Open Azure OpenAI Studio at <a href="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.
151151

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**.
153153

154154
:::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":::
155155

@@ -182,9 +182,9 @@ The next step is to either choose existing prepared training data or upload new
182182

183183
:::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":::
184184

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**.
186186

187-
- Select the file from the list shown in the **Training data** pane.
187+
- Select the file from the dropdown list shown.
188188

189189
- To upload new training data, use one of the following options:
190190

@@ -217,7 +217,7 @@ You can import a training dataset from Azure Blob or another shared web location
217217

218218
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.
219219

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

222222
After you select and upload the training dataset, select **Next** to continue.
223223

@@ -266,15 +266,15 @@ You can import a validation dataset from Azure Blob or another shared web locati
266266

267267
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.
268268

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

271271
After you select and upload the validation dataset, select **Next** to continue.
272272

273273
:::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":::
274274

275-
### Configure advanced options
275+
### Configure task parameters
276276

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:
278278

279279

280280
|**Name**| **Type**| **Description**|
@@ -286,7 +286,7 @@ The **Create custom model** wizard shows the parameters for training your fine-t
286286

287287
:::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":::
288288

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

291291
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).
292292

-61.5 KB
Loading
-12.8 KB
Loading
58.6 KB
Loading
221 KB
Loading
-46.9 KB
Loading
-71.8 KB
Loading
63.8 KB
Loading

0 commit comments

Comments
 (0)