Skip to content

Commit e530341

Browse files
authored
Update how-to-use-openai-models-in-azure-ml.md
1 parent 7b0c9af commit e530341

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/machine-learning/how-to-use-openai-models-in-azure-ml.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ To invoke the **Finetune** settings form, select **Finetune** on the model card
8585

8686
#### Training data
8787

88-
1. Pass in the training data you want to use to fine-tune your model. You can choose to upload a local file in JSON Lines [JSONL] format. Or you can select an existing registered dataset from your workspace.
88+
1. Pass in the training data you want to use to fine-tune your model. You can choose to upload a local file in JSON Lines (JSONL) format. Or you can select an existing registered dataset from your workspace.
8989

9090
- **Models with a completion task type**: The training data you use must be formatted as a JSONL document in which each line represents a single prompt-completion pair.
9191

@@ -121,7 +121,7 @@ To enable users to quickly get started with code-based fine-tuning, we've publis
121121

122122
### Troubleshooting
123123

124-
Here are some steps to help you resolve any of the following issues with your Azure OpenAI in Machine Learning.
124+
Here are some steps to help you resolve any of the following issues with Azure OpenAI in Machine Learning.
125125

126126
You might receive any of the following errors when you try to deploy an Azure OpenAI model:
127127

@@ -132,7 +132,7 @@ You might receive any of the following errors when you try to deploy an Azure Op
132132
- **Fix:** Azure OpenAI failed to create. This error occurs because of quota issues. Make sure you have enough quota for the deployment. The default quota for fine-tuned models is two deployments per customer.
133133

134134
- **Failed to get Azure OpenAI resource**
135-
- **Fix:** Unable to create the resource. You either aren't in the correct region or you've exceeded the maximum limit of three Azure OpenAI resources. You need to delete an existing Azure OpenAI resource or you need to make sure you created a workspace in one of the [supported regions](../ai-services/openai/concepts/models.md#model-summary-table-and-region-availability).
135+
- **Fix:** Unable to create the resource. You either aren't in the correct region or you've exceeded the maximum limit of three Azure OpenAI resources. You need to delete an existing Azure OpenAI resource, or you need to make sure you created a workspace in one of the [supported regions](../ai-services/openai/concepts/models.md#model-summary-table-and-region-availability).
136136

137137
- **Model not deployable**
138138
- **Fix:** This error usually happens while trying to deploy a GPT-4 model. Because of high demand, you need to [apply for access to use GPT-4 models](/azure/ai-services/openai/concepts/models#gpt-4-models).

0 commit comments

Comments
 (0)