Skip to content

Commit a7a075d

Browse files
author
Jill Grant
authored
Merge pull request #274227 from mrbullwinkle/mrb_05_03_2024_fine_tuning_update
[Azure OpenAI] Fine-tuning AI Studio updates
2 parents e6aec10 + 3fe7e43 commit a7a075d

11 files changed

+312
-5
lines changed

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

Lines changed: 10 additions & 5 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,10 +26,15 @@ 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

32-
[!INCLUDE [Studio fine-tuning](../includes/fine-tuning-studio.md)]
31+
[!INCLUDE [Azure OpenAI Studio fine-tuning](../includes/fine-tuning-studio.md)]
32+
33+
::: zone-end
34+
35+
::: zone pivot="programming-language-ai-studio"
36+
37+
[!INCLUDE [AI Studio fine-tuning](../includes/fine-tuning-openai-in-ai-studio.md)]
3338

3439
::: zone-end
3540

@@ -65,8 +70,8 @@ If your file upload fails, you can view the error message under “data files”
6570

6671
- **Bad data:** A poorly curated or unrepresentative dataset will produce a low-quality model. Your model may learn inaccurate or biased patterns from your dataset. For example, if you are training a chatbot for customer service, but only provide training data for one scenario (e.g. item returns) it will not know how to respond to other scenarios. Or, if your training data is bad (contains incorrect responses), your model will learn to provide incorrect results.
6772

68-
6973
## Next steps
7074

7175
- Explore the fine-tuning capabilities in the [Azure OpenAI fine-tuning tutorial](../tutorials/fine-tune.md).
7276
- Review fine-tuning [model regional availability](../concepts/models.md#fine-tuning-models)
77+
- Learn more about [Azure OpenAI quotas](../quotas-limits.md)

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

Lines changed: 284 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/ai-studio/toc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ items:
4545
href: how-to/concept-data-privacy.md
4646
- name: Model benchmarks
4747
href: how-to/model-benchmarks.md
48+
- name: Azure OpenAI models
49+
items:
50+
- name: Fine-tune Azure OpenAI models
51+
href: ../ai-services/openai/how-to/fine-tuning.md?context=/azure/ai-studio/context/context
4852
- name: Cohere models
4953
items:
5054
- name: Deploy Cohere Command models

0 commit comments

Comments
 (0)