Skip to content

Commit 2bfaedb

Browse files
committed
update
1 parent 0c81651 commit 2bfaedb

File tree

3 files changed

+36
-9
lines changed

3 files changed

+36
-9
lines changed

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

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ manager: nitinme
77
ms.service: azure-ai-openai
88
ms.custom: build-2023, build-2023-dataai, devx-track-python
99
ms.topic: how-to
10-
ms.date: 10/03/2024
10+
ms.date: 11/11/2024
1111
author: mrbullwinkle
1212
ms.author: mbullwin
13-
zone_pivot_groups: openai-fine-tuning-new
13+
zone_pivot_groups: openai-fine-tuning-newest
1414
---
1515

1616
# Customize a model with fine-tuning
@@ -31,13 +31,7 @@ We use LoRA, or low rank approximation, to fine-tune models in a way that reduce
3131
3232
::: zone pivot="programming-language-studio"
3333

34-
[!INCLUDE [Azure OpenAI Studio fine-tuning](../includes/fine-tuning-studio.md)]
35-
36-
::: zone-end
37-
38-
::: zone pivot="programming-language-ai-studio"
39-
40-
[!INCLUDE [AI Studio fine-tuning](../includes/fine-tuning-openai-in-ai-studio.md)]
34+
[!INCLUDE [Azure OpenAI Studio fine-tuning](../includes/fine-tuning-studio-unified.md)]
4135

4236
::: zone-end
4337

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: 'Customize a model with Azure OpenAI Service and Azure AI Studio'
3+
titleSuffix: Azure OpenAI
4+
description: Learn how to create your own custom model with Azure OpenAI Service by using the Azure AI Studio.
5+
#services: cognitive-services
6+
manager: nitinme
7+
ms.service: azure-ai-openai
8+
ms.topic: include
9+
ms.date: 11/11/2024
10+
author: mrbullwinkle
11+
ms.author: mbullwin
12+
---
13+
14+
There are two unique fine-tuning experiences in Azure AI Studio. Both allow you to fine-tune Azure OpenAI models, but only the Hub/Project view supports fine-tuning non Azure OpenAI models. If you are only using the Azure OpenAI fine-tuning experience which is available anytime you select a resource in a region where fine-tuning is supported.
15+
16+
# [Azure OpenAI](#tab/azure-openai)
17+
18+
[!INCLUDE [Azure AI Studio resource view fine-tuning](../includes/fine-tuning-studio.md)]
19+
20+
# [Hub/Project](#tab/hub)
21+
22+
[!INCLUDE [Azure AI Studio Hub/Project fine-tuning](../includes/fine-tuning-studio-openai-in-ai-studio.md)]

zone-pivots/zone-pivot-groups.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -808,6 +808,17 @@ groups:
808808
- id: rest-api
809809
title: REST
810810
# Owner: mbullwin
811+
- id: openai-fine-tuning-newest
812+
title: Programming languages
813+
prompt: Choose your preferred fine-tuning method
814+
pivots:
815+
- id: programming-language-studio
816+
title: AI Studio
817+
- id: programming-language-python
818+
title: Python
819+
- id: rest-api
820+
title: REST
821+
# Owner: mbullwin
811822
- id: URL-test-interface
812823
title: URL Test tool
813824
prompt: Choose one of the following

0 commit comments

Comments
 (0)