Skip to content

Commit a1bb3d0

Browse files
committed
PM comments
1 parent a168dd5 commit a1bb3d0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
- Access granted to Azure OpenAI in the desired Azure subscription.
2020
- An [Azure AI hub resource](../../../ai-studio/how-to/create-azure-ai-resource.md).
2121
- An [Azure AI project](../../../ai-studio/how-to/create-projects.md) in Azure AI Studio.
22+
- Add an Azure OpenAI connection
2223
- Fine-tuning access requires **Cognitive Services OpenAI Contributor** role on the Azure OpenAI resource.
2324
- 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).
2425

@@ -158,7 +159,9 @@ To fine-tune an Azure OpenAI model in an existing Azure AI Studio project, follo
158159

159160
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).
160161

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

163166
1. Then select **Next**.
164167

@@ -173,7 +176,7 @@ The next step is to either choose existing prepared training data or upload new
173176

174177
- Select the file from the list shown in the **Training data** pane.
175178

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

178181
- To upload training data to fine-tune your model, select **Upload data** and then select **Upload file**.
179182
- 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

Comments
 (0)