Skip to content

Commit 801110f

Browse files
committed
update
1 parent 25b64bd commit 801110f

10 files changed

+308
-3
lines changed

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

Lines changed: 8 additions & 3 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: 02/22/2024
10+
ms.date: 05/03/2024
1111
author: mrbullwinkle
1212
ms.author: mbullwin
13-
zone_pivot_groups: openai-fine-tuning
13+
zone_pivot_groups: openai-fine-tuning-new
1414
---
1515

1616
# Customize a model with fine-tuning
@@ -26,13 +26,18 @@ In contrast to few-shot learning, fine tuning improves the model by training on
2626

2727
We use LoRA, or low rank approximation, to fine-tune models in a way that reduces their complexity without significantly affecting their performance. This method works by approximating the original high-rank matrix with a lower rank one, thus only fine-tuning a smaller subset of "important" parameters during the supervised training phase, making the model more manageable and efficient. For users, this makes training faster and more affordable than other techniques.
2828

29-
3029
::: zone pivot="programming-language-studio"
3130

3231
[!INCLUDE [Studio fine-tuning](../includes/fine-tuning-studio.md)]
3332

3433
::: zone-end
3534

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

3843
[!INCLUDE [Python SDK fine-tuning](../includes/fine-tuning-python.md)]

articles/ai-services/openai/includes/fine-tuning-openai-in-ai-studio.md

Lines changed: 286 additions & 0 deletions
Large diffs are not rendered by default.
147 KB
Loading
408 KB
Loading
139 KB
Loading
200 KB
Loading
201 KB
Loading
152 KB
Loading
129 KB
Loading

articles/zone-pivot-groups.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1995,6 +1995,20 @@ groups:
19951995
- id: rest-api
19961996
title: REST
19971997
# Owner: mbullwin
1998+
- id: openai-fine-tuning-new
1999+
title: Programming languages
2000+
prompt: Choose your preferred fine-tuning method
2001+
pivots:
2002+
- id: programming-language-studio
2003+
title: Studio
2004+
- id: programming-language-ai-studio
2005+
title: AI Studio (Preview)
2006+
- id: programming-language-python
2007+
title: Python
2008+
- id: rest-api
2009+
title: REST
2010+
2011+
# Owner: mbullwin
19982012
- id: openai-embeddings
19992013
title: Programming languages
20002014
prompt: Choose your preferred usage method

0 commit comments

Comments
 (0)