Skip to content

Commit d178f86

Browse files
authored
Merge pull request #249411 from GitHubber17/141588-refresh-5
Azure OpenAI Freshness Pass - User Story: 141588
2 parents 93be389 + 63b0d71 commit d178f86

23 files changed

+393
-348
lines changed

articles/ai-services/openai/how-to/fine-tuning.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
---
2-
title: 'How to customize a model with Azure OpenAI Service'
2+
title: 'Customize a model with Azure OpenAI Service'
33
titleSuffix: Azure OpenAI
4-
description: Learn how to create your own customized model with Azure OpenAI
4+
description: Learn how to create your own customized model with Azure OpenAI Service by using Python, the REST APIs, or Azure OpenAI Studio.
55
services: cognitive-services
66
manager: nitinme
77
ms.service: cognitive-services
88
ms.subservice: openai
99
ms.custom: build-2023, build-2023-dataai, devx-track-python
1010
ms.topic: how-to
11-
ms.date: 04/05/2023
11+
ms.date: 09/01/2023
1212
author: ChrisHMSFT
1313
ms.author: chrhoder
1414
zone_pivot_groups: openai-fine-tuning
1515
keywords:
1616
---
17-
# Learn how to customize a model for your application
1817

19-
Azure OpenAI Service lets you tailor our models to your personal datasets using a process known as *fine-tuning*. This customization step will let you get more out of the service by providing:
18+
# Customize a model with Azure OpenAI Service
2019

21-
- Higher quality results than what you can get just from prompt design
22-
- The ability to train on more examples than can fit into a prompt
23-
- Lower-latency requests
20+
Azure OpenAI Service lets you tailor our models to your personal datasets by using a process known as *fine-tuning*. This customization step lets you get more out of the service by providing:
21+
22+
- Higher quality results than what you can get just from prompt design.
23+
- The ability to train on more examples than can fit into a prompt.
24+
- Lower-latency requests.
2425

2526
A customized model improves on the few-shot learning approach by training the model's weights on your specific prompts and structure. The customized model lets you achieve better results on a wider number of tasks without needing to provide examples in your prompt. The result is less text sent and fewer tokens processed on every API call, saving cost and improving request latency.
2627

27-
> [!NOTE]
28-
> There is a breaking change in the `create` fine tunes command in the latest 12-01-2022 GA API. For the latest command syntax consult the [reference documentation](/rest/api/cognitiveservices/azureopenaistable/fine-tunes/create)
28+
2929

3030
::: zone pivot="programming-language-studio"
3131

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,25 @@
11
---
22
title: Fine-tuning inactivity guidance
33
titleSuffix: Azure OpenAI
4-
description: Fine-tuning inactivity guidance
4+
description: Describes the fine-tuning guidance for a model deployment that's inactive for more than 15 days.
55
author: mrbullwinkle
66
ms.author: mbullwin
77
ms.service: cognitive-services
88
ms.topic: include
9-
ms.date: 04/05/2023
9+
ms.date: 09/01/2023
1010
manager: nitinme
1111
keywords: ChatGPT
1212

1313
---
1414

1515
> [!IMPORTANT]
16-
> After you deploy a customized model, if at any time the deployment remains inactive for greater than fifteen (15) days, the deployment is deleted. The deployment of a customized model is *inactive* if the model was deployed more than fifteen (15) days ago and no completions or chat completions calls were made to it during a continuous 15-day period.
16+
> After you deploy a customized model, if at any time the deployment remains inactive for greater than fifteen (15) days,
17+
> the deployment is deleted. The deployment of a customized model is _inactive_ if the model was deployed more than fifteen (15) days ago
18+
> and no completions or chat completions calls were made to it during a continuous 15-day period.
1719
>
18-
>The deletion of an inactive deployment doesn't delete or affect the underlying customized model, and the customized model can be redeployed at any time. As described in [Azure OpenAI Service pricing](https://azure.microsoft.com/pricing/details/cognitive-services/openai-service/), each customized (fine-tuned) model that is deployed incurs an hourly hosting cost regardless of whether completions or chat completions calls are being made to the model. To learn more about planning and managing costs with Azure OpenAI, refer to our [cost management guide](../how-to/manage-costs.md#base-series-and-codex-series-fine-tuned-models).
20+
> The deletion of an inactive deployment doesn't delete or affect the underlying customized model,
21+
> and the customized model can be redeployed at any time.
22+
> As described in [Azure OpenAI Service pricing](https://azure.microsoft.com/pricing/details/cognitive-services/openai-service/),
23+
> each customized (fine-tuned) model that's deployed incurs an hourly hosting cost regardless of whether completions
24+
> or chat completions calls are being made to the model. To learn more about planning and managing costs with Azure OpenAI,
25+
> refer to the guidance in [Plan to manage costs for Azure OpenAI Service](../how-to/manage-costs.md#base-series-and-codex-series-fine-tuned-models).

0 commit comments

Comments
 (0)