|
1 | 1 | ---
|
2 |
| -title: 'How to customize a model with Azure OpenAI Service' |
| 2 | +title: 'Customize a model with Azure OpenAI Service' |
3 | 3 | 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. |
5 | 5 | services: cognitive-services
|
6 | 6 | manager: nitinme
|
7 | 7 | ms.service: cognitive-services
|
8 | 8 | ms.subservice: openai
|
9 | 9 | ms.custom: build-2023, build-2023-dataai, devx-track-python
|
10 | 10 | ms.topic: how-to
|
11 |
| -ms.date: 04/05/2023 |
| 11 | +ms.date: 09/01/2023 |
12 | 12 | author: ChrisHMSFT
|
13 | 13 | ms.author: chrhoder
|
14 | 14 | zone_pivot_groups: openai-fine-tuning
|
15 | 15 | keywords:
|
16 | 16 | ---
|
17 |
| -# Learn how to customize a model for your application |
18 | 17 |
|
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 |
20 | 19 |
|
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. |
24 | 25 |
|
25 | 26 | 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.
|
26 | 27 |
|
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 | + |
29 | 29 |
|
30 | 30 | ::: zone pivot="programming-language-studio"
|
31 | 31 |
|
|
0 commit comments