Skip to content

Commit 88a9e18

Browse files
authored
Update fine-tuning.md
Removed note that only text fine-tuning is supported, now that images are also supported.
1 parent f0d403f commit 88a9e18

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)