Skip to content

Commit 57afe9f

Browse files
authored
Merge pull request #140 from kasavin/patch-1
Update fine-tuning.md
2 parents 25cf1a5 + 88a9e18 commit 57afe9f

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)