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/cognitive-services/openai/includes/fine-tuning-python.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,9 @@ keywords:
22
22
- Access granted to the Azure OpenAI service in the desired Azure subscription
23
23
24
24
Currently, access to this service is granted only by application. You can apply for access to the Azure OpenAI service by completing the form at <ahref="https://aka.ms/oai/access"target="_blank">https://aka.ms/oai/access</a>. Open an issue on this repo to contact us if you have an issue.
25
-
- An Azure OpenAI resource with a deployed model
25
+
- An Azure OpenAI resource
26
26
27
-
For more information about creating a resource and deploying a model, see [Create a resource and deploy a model using Azure OpenAI](../how-to/create-resource.md).
27
+
For more information about creating a resource, see [Create a resource and deploy a model using Azure OpenAI](../how-to/create-resource.md).
28
28
- The following Python libraries: os, json
29
29
30
30
## Fine-tuning workflow
@@ -96,9 +96,9 @@ The first step in creating a customized model is to choose a base model. The cho
96
96
-`ada`
97
97
-`babbage`
98
98
-`curie`
99
-
-`code-cushman-001`*
100
-
-`davinci`*
101
-
* available by request
99
+
-`code-cushman-001`\*
100
+
-`davinci`\*
101
+
\* available by request
102
102
103
103
You can use the [Models API](../reference.md#models) to identify which models are fine-tunable. For more information about our base models, see [Models](../concepts/models.md).
Copy file name to clipboardExpand all lines: articles/cognitive-services/openai/includes/fine-tuning-rest.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,9 @@ keywords:
20
20
- Access granted to the Azure OpenAI service in the desired Azure subscription
21
21
22
22
Currently, access to this service is granted only by application. You can apply for access to the Azure OpenAI service by completing the form at <ahref="https://aka.ms/oai/access"target="_blank">https://aka.ms/oai/access</a>. Open an issue on this repo to contact us if you have an issue.
23
-
- An Azure OpenAI resource with a deployed model
23
+
- An Azure OpenAI resource
24
24
25
-
For more information about creating a resource and deploying a model, see [Create a resource and deploy a model using Azure OpenAI](../how-to/create-resource.md).
25
+
For more information about creating a resource, see [Create a resource and deploy a model using Azure OpenAI](../how-to/create-resource.md).
26
26
- The following Python libraries: os, json, requests
27
27
28
28
## Fine-tuning workflow
@@ -94,9 +94,9 @@ The first step in creating a customized model is to choose a base model. The cho
94
94
-`ada`
95
95
-`babbage`
96
96
-`curie`
97
-
-`code-cushman-001`*
98
-
-`davinci`*
99
-
* available by request
97
+
-`code-cushman-001`\*
98
+
-`davinci`\*
99
+
\* available by request
100
100
101
101
You can use the [Models API](../reference.md#models) to identify which models are fine-tunable. For more information about our base models, see [Models](../concepts/models.md).
Copy file name to clipboardExpand all lines: articles/cognitive-services/openai/includes/fine-tuning-studio.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,9 @@ keywords:
20
20
- Access granted to the Azure OpenAI service in the desired Azure subscription
21
21
22
22
Currently, access to this service is granted only by application. You can apply for access to the Azure OpenAI service by completing the form at <ahref="https://aka.ms/oai/access"target="_blank">https://aka.ms/oai/access</a>. Open an issue on this repo to contact us if you have an issue.
23
-
- An Azure OpenAI resource with a deployed model
23
+
- An Azure OpenAI resource
24
24
25
-
For more information about creating a resource and deploying a model, see [Create a resource and deploy a model using Azure OpenAI](../how-to/create-resource.md).
25
+
For more information about creating a resource, see [Create a resource and deploy a model using Azure OpenAI](../how-to/create-resource.md).
26
26
27
27
## Fine-tuning workflow
28
28
@@ -101,9 +101,10 @@ Navigate to the Azure OpenAI Studio at <a href="https://oai.azure.com/" target="
101
101
102
102
You'll first land on our main page for the Azure OpenAI Studio. From here, you can start fine-tuning a custom model.
103
103
104
-
If a deployment isn't detected for your resource, a prompt to create a new deployment is displayed on the landing page. Select **Create new deployment**and follow the steps provided in the [Deploy a model](../how-to/create-resource.md?pivots=web-portal#deploy-a-model) section of [Create a resource and deploy a model using Azure OpenAI](../how-to/create-resource.md) to create a deployment you can then use to start fine-tuning a custom model.
104
+
Select the **Start fine-tuning a custom model** button under **Manage deployments and models**section of the landing page, highlighted in the following picture, to start fine-tuning a custom model.
105
105
106
-
If you have a deployment for your resource, select the **Start fine-tuning a custom model** button under **Manage deployments and models** section of the landing page, highlighted in the following picture, to start fine-tuning a custom model.
106
+
> [!NOTE]
107
+
> If your resource doesn't have a model already deployed in it, a warning is displayed. You can ignore that warning for the purposes of fine-tuning a model, because you'll be fine-tuning and deploying a new customized model.
107
108
108
109
:::image type="content" source="../media/fine-tuning/studio-portal.png" alt-text="Screenshot of the landing page of the Azure OpenAI Studio with sections highlighted." lightbox="../media/fine-tuning/studio-portal.png":::
109
110
@@ -120,9 +121,9 @@ The first step in creating a customized model is to choose a base model. The **B
120
121
-`ada`
121
122
-`babbage`
122
123
-`curie`
123
-
-`code-cushman-001`*
124
-
-`davinci`*
125
-
* available by request
124
+
-`code-cushman-001`\*
125
+
-`davinci`\*
126
+
\* available by request
126
127
127
128
For more information about our base models, see [Models](../concepts/models.md). Select a base model from the **Base model type** dropdown, as shown in the following picture, and then select **Next** to continue.
0 commit comments