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
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,17 +90,23 @@ The more training examples you have, the better. Fine-tuning jobs will not proce
90
90
91
91
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.
92
92
93
-
## Use the Create custom model wizard
93
+
## Use the Create a fine-tuned model dialog
94
94
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.
96
96
97
97
1. Go to the Azure AI Foundry portal at <ahref="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.
98
98
99
99
1. In Azure AI Foundry portal, browse to the **Tools > Fine-tuning** pane, and select **Fine-tune model**.
100
100
101
101
:::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":::
102
102
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":::
0 commit comments