Skip to content

Commit cc3a5f2

Browse files
committed
update
1 parent 72871a8 commit cc3a5f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ In contrast to few-shot learning, fine tuning improves the model by training on
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

2929
> [!NOTE]
30-
> Azure OpenAI currently only supports text-to-text fine-tuning for all models including GPT-4o mini.
30+
> Azure OpenAI currently only supports text-to-text fine-tuning for all supported models including GPT-4o mini.
3131
3232
::: zone pivot="programming-language-studio"
3333

0 commit comments

Comments
 (0)