Skip to content

Commit 58a26fd

Browse files
committed
Incorp, round 1
1 parent 406a0ea commit 58a26fd

File tree

3 files changed

+18
-17
lines changed

3 files changed

+18
-17
lines changed

articles/cognitive-services/openai/includes/fine-tuning-python.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ keywords:
2222
- Access granted to the Azure OpenAI service in the desired Azure subscription
2323

2424
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 <a href="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
2626

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).
2828
- The following Python libraries: os, json
2929

3030
## Fine-tuning workflow
@@ -96,9 +96,9 @@ The first step in creating a customized model is to choose a base model. The cho
9696
- `ada`
9797
- `babbage`
9898
- `curie`
99-
- `code-cushman-001`*
100-
- `davinci`*
101-
* available by request
99+
- `code-cushman-001`\*
100+
- `davinci`\*
101+
\* available by request
102102

103103
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).
104104

articles/cognitive-services/openai/includes/fine-tuning-rest.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ keywords:
2020
- Access granted to the Azure OpenAI service in the desired Azure subscription
2121

2222
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 <a href="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
2424

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).
2626
- The following Python libraries: os, json, requests
2727

2828
## Fine-tuning workflow
@@ -94,9 +94,9 @@ The first step in creating a customized model is to choose a base model. The cho
9494
- `ada`
9595
- `babbage`
9696
- `curie`
97-
- `code-cushman-001`*
98-
- `davinci`*
99-
* available by request
97+
- `code-cushman-001`\*
98+
- `davinci`\*
99+
\* available by request
100100

101101
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).
102102

articles/cognitive-services/openai/includes/fine-tuning-studio.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ keywords:
2020
- Access granted to the Azure OpenAI service in the desired Azure subscription
2121

2222
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 <a href="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
2424

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).
2626

2727
## Fine-tuning workflow
2828

@@ -101,9 +101,10 @@ Navigate to the Azure OpenAI Studio at <a href="https://oai.azure.com/" target="
101101

102102
You'll first land on our main page for the Azure OpenAI Studio. From here, you can start fine-tuning a custom model.
103103

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

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.
107108
108109
:::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":::
109110

@@ -120,9 +121,9 @@ The first step in creating a customized model is to choose a base model. The **B
120121
- `ada`
121122
- `babbage`
122123
- `curie`
123-
- `code-cushman-001`*
124-
- `davinci`*
125-
* available by request
124+
- `code-cushman-001`\*
125+
- `davinci`\*
126+
\* available by request
126127

127128
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.
128129

0 commit comments

Comments
 (0)