Skip to content

Commit fe330a0

Browse files
committed
Add screenshots of the new single-dialog fine tuning UI. Add model selection screenshot.
1 parent a74ac3c commit fe330a0

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,17 +90,23 @@ The more training examples you have, the better. Fine-tuning jobs will not proce
9090

9191
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.
9292

93-
## Use the Create custom model wizard
93+
## Use the Create a fine-tuned model dialog
9494

95-
Azure AI Foundry portal provides the **Create custom model** wizard, so you can interactively create and train a fine-tuned model for your Azure resource.
95+
Azure AI Foundry portal provides the **Create a fine-tuned model** dialog, so in one place you can easily create and train a fine-tuned model for your Azure resource.
9696

9797
1. Go to the Azure AI Foundry portal at <a href="https://ai.azure.com/" target="_blank">https://ai.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.
9898

9999
1. In Azure AI Foundry portal, browse to the **Tools > Fine-tuning** pane, and select **Fine-tune model**.
100100

101101
:::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 AI Foundry portal." lightbox="../media/fine-tuning/studio-create-custom-model.png":::
102102

103-
1. Select a base model to fine-tune, and then select **Next** to continue.
103+
1. Select a model to fine-tune, and then select **Next** to continue.
104+
105+
:::image type="content" source="../media/fine-tuning/studio-model-select.png" alt-text="Screenshot of the model selection dialog in Azure AI Foundry portal." lightbox="../media/fine-tuning/studio-model-select.png":::
106+
107+
You should now see the **Create a fine-tuned model** dialog.
108+
109+
:::image type="content" source="../media/fine-tuning/studio-create-fine-tuned-model.png" alt-text="Screenshot of the Create a fine-tuned model dialog." lightbox="../media/fine-tuning/studio-create-fine-tuned-model.png":::
104110

105111
### Choose your training method
106112

133 KB
Loading
274 KB
Loading

0 commit comments

Comments
 (0)