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/machine-learning/how-to-use-openai-models-in-azure-ml.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ To invoke the **Finetune** settings form, select **Finetune** on the model card
85
85
86
86
#### Training data
87
87
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.
89
89
90
90
-**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.
91
91
@@ -121,7 +121,7 @@ To enable users to quickly get started with code-based fine-tuning, we've publis
121
121
122
122
### Troubleshooting
123
123
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.
125
125
126
126
You might receive any of the following errors when you try to deploy an Azure OpenAI model:
127
127
@@ -132,7 +132,7 @@ You might receive any of the following errors when you try to deploy an Azure Op
132
132
-**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.
133
133
134
134
-**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).
136
136
137
137
-**Model not deployable**
138
138
-**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