Skip to content

Commit 4b3b1c0

Browse files
author
Pavan Kumar Reddy Y
committed
fix: Remove grammatical, spelling and terminology errors. Modify alt text
1 parent 1176012 commit 4b3b1c0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/ai-services/openai/includes/fine-tuning-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Different model types require a different format of training data.
6565

6666
# [chat completion models](#tab/turbo)
6767

68-
The training and validation data you use **must** be formatted as a JSON Lines (JSONL) document. For `gpt-35-turbo` (all versions), `gpt-4`, `gpt-4o` and `gpt-4o-mini` the fine-tuning dataset must be formatted in the conversational format that is used by the [Chat completions](../how-to/chatgpt.md) API.
68+
The training and validation data you use **must** be formatted as a JSON Lines (JSONL) document. For `gpt-35-turbo` (all versions), `gpt-4`, `gpt-4o`, and `gpt-4o-mini`, the fine-tuning dataset must be formatted in the conversational format that is used by the [Chat completions](../how-to/chatgpt.md) API.
6969

7070
If you would like a step-by-step walk-through of fine-tuning a `gpt-4o-mini` (2024-07-18) model please refer to the [Azure OpenAI fine-tuning tutorial.](../tutorials/fine-tune.md)
7171

articles/ai-services/openai/tutorials/fine-tune.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,7 @@ print(r.json())
894894

895895
You can check on your deployment progress in the Azure OpenAI Studio:
896896

897-
:::image type="content" source="../media/tutorials/fine-tuning/studio-deployment-status.png" alt-text="Deployment progress on AOAI studio" lightbox="../media/tutorials/fine-tuning/studio-deployment-status.png":::
897+
:::image type="content" source="../media/tutorials/fine-tuning/studio-deployment-status.png" alt-text="Screenshot of Deployment progress on Azure OpenAI Studio." lightbox="../media/tutorials/fine-tuning/studio-deployment-status.png":::
898898

899899
It isn't uncommon for this process to take some time to complete when dealing with deploying fine-tuned models.
900900

@@ -968,7 +968,7 @@ You can delete the deployment in [Azure OpenAI Studio](https://oai.azure.com/),
968968

969969
## Troubleshooting
970970

971-
### How do I enable fine-tuning? Create a custom model is greyed out in Azure OpenAI Studio?
971+
### How do I enable fine-tuning? Create a custom model is grayed out in Azure OpenAI Studio?
972972

973973
In order to successfully access fine-tuning you need **Cognitive Services OpenAI Contributor assigned**. Even someone with high-level Service Administrator permissions would still need this account explicitly set in order to access fine-tuning. For more information please review the [role-based access control guidance](/azure/ai-services/openai/how-to/role-based-access-control#cognitive-services-openai-contributor).
974974

0 commit comments

Comments
 (0)