Skip to content

Commit 91f38b4

Browse files
authored
Merge pull request #1978 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-ai-docs (branch main)
2 parents d46bb07 + 57afe9f commit 91f38b4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ 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-
> [!NOTE]
30-
> Azure OpenAI currently only supports text-to-text fine-tuning for all supported models including GPT-4o mini.
31-
3229
::: zone pivot="programming-language-studio"
3330

3431
[!INCLUDE [Azure OpenAI Studio fine-tuning](../includes/fine-tuning-unified.md)]

0 commit comments

Comments
 (0)