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-openai-in-ai-studio.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@
19
19
- Access granted to Azure OpenAI in the desired Azure subscription.
20
20
- An [Azure AI hub resource](../../../ai-studio/how-to/create-azure-ai-resource.md).
21
21
- An [Azure AI project](../../../ai-studio/how-to/create-projects.md) in Azure AI Studio.
22
+
- Add an Azure OpenAI connection
22
23
- Fine-tuning access requires **Cognitive Services OpenAI Contributor** role on the Azure OpenAI resource.
23
24
- If you don't already have access to view quota and deploy models in Azure AI Studio you need [more permissions](../how-to/role-based-access-control.md).
24
25
@@ -158,7 +159,9 @@ To fine-tune an Azure OpenAI model in an existing Azure AI Studio project, follo
158
159
159
160
1. For `gpt-35-turbo` we have different versions available for fine-tuning, so please choose which version you'd like to fine-tune. We will choose (0125).
160
161
161
-
1. We also recommend including the `suffix` parameter to make it easier to distinguish between different iterations of your fine-tuned model. `suffix` takes a string, and is set to identify the fine-tuned model. With the OpenAI Python API a string of up to 18 characters is supported that will be added to your fine-tuned model name.
162
+
1. We also recommend including the `suffix` parameter to make it easier to distinguish between different iterations of your fine-tuned model. `suffix` takes a string, and is set to identify the fine-tuned model. With the OpenAI Python API a string of up to 18 characters is supported that will be added to your fine-tuned model name.
163
+
164
+
If you have more than one Azure OpenAI connection enabled for fine-tuning, then choose which resource you'd like to use. Please note that all users with access to your Azure OpenAI resource will have access to this fine-tuned model.
162
165
163
166
1. Then select **Next**.
164
167
@@ -173,7 +176,7 @@ The next step is to either choose existing prepared training data or upload new
173
176
174
177
- Select the file from the list shown in the **Training data** pane.
175
178
176
-
- If your training data is already uploaded to the Azure OpenAI service, select your Azure OpenAI connection under **Existing connections**.
179
+
- If your training data is already uploaded to the Azure OpenAI service, select your Azure OpenAI connection under **Azure OpenAI Connection**.
177
180
178
181
- To upload training data to fine-tune your model, select **Upload data** and then select **Upload file**.
179
182
- Make sure all your training examples follow the expected format for inference. To fine-tune models effectively, ensure a balanced and diverse dataset. This involves maintaining data balance, including various scenarios, and periodically refining training data to align with real-world expectations, ultimately leading to more accurate and balanced model responses. See [data preparation](#prepare-your-training-and-validation-data) for more information.
0 commit comments