Skip to content

Commit 57f0273

Browse files
committed
acrolinx fixes
1 parent 5acf50b commit 57f0273

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ We use LoRA, or low rank approximation, to fine-tune models in a way that reduce
4848

4949
Azure OpenAI fine-tuning supports [global standard deployments](./deployment-types.md#global-standard) in East US2, North Central US and Sweden Central for:
5050

51-
- `gpt-4o` (2024-08-06)
52-
- `gpt-4o-mini` (2024-07-18)
51+
- `gpt-4o-2024-08-06`
52+
- `gpt-4o-mini-2024-07-18`
5353

54-
Global standard fine-tuned deployments offers [cost savings](./https://azure.microsoft.com/pricing/details/cognitive-services/openai-service/), but custom model weights may temporarily be stored outside the geography of your Azure OpenAI resource.
54+
Global standard fine-tuned deployments offer [cost savings](./https://azure.microsoft.com/pricing/details/cognitive-services/openai-service/), but custom model weights may temporarily be stored outside the geography of your Azure OpenAI resource.
5555

5656
:::image type="content" source="../media/fine-tuning/global-standard.png" alt-text="Screenshot of the global standard deployment user experience with a fine-tuned model." lightbox="../media/fine-tuning/global-standard.png":::
5757

0 commit comments

Comments
 (0)