Skip to content

Commit 7f6612d

Browse files
committed
PM update
1 parent 2a390e8 commit 7f6612d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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
@@ -7,7 +7,7 @@ manager: nitinme
77
ms.service: azure-ai-openai
88
ms.custom: build-2023, build-2023-dataai, devx-track-python
99
ms.topic: how-to
10-
ms.date: 08/22/2024
10+
ms.date: 09/05/2024
1111
author: mrbullwinkle
1212
ms.author: mbullwin
1313
zone_pivot_groups: openai-fine-tuning-new

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ When each training epoch completes a checkpoint is generated. A checkpoint is a
254254

255255
:::image type="content" source="../media/fine-tuning/checkpoints.png" alt-text="Screenshot of checkpoints UI." lightbox="../media/fine-tuning/checkpoints.png":::
256256

257-
## Safety evaluation GPT-4, 4o, 4o-mini fine-tuning - public preview
257+
## Safety evaluation GPT-4, GPT-4o, GPT-4o-mini fine-tuning - public preview
258258

259259
[!INCLUDE [Safety evaluation](../includes/safety-evaluation.md)]
260260

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ This command isn't available in the 0.28.1 OpenAI Python library. Upgrade to the
374374

375375
---
376376

377-
## Safety evaluation GPT-4, 4o, 4o-mini fine-tuning - public preview
377+
## Safety evaluation GPT-4, GPT-4o, GPT-4o-mini fine-tuning - public preview
378378

379379
[!INCLUDE [Safety evaluation](../includes/safety-evaluation.md)]
380380

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ curl -X POST $AZURE_OPENAI_ENDPOINT/openai/fine_tuning/jobs/{fine_tuning_job_id}
254254
-H "api-key: $AZURE_OPENAI_API_KEY"
255255
```
256256

257-
## Safety evaluation GPT-4, 4o, 4o-mini fine-tuning - public preview
257+
## Safety evaluation GPT-4, GPT-4o, GPT-4o-mini fine-tuning - public preview
258258

259259
[!INCLUDE [Safety evaluation](../includes/safety-evaluation.md)]
260260

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ Here are some of the tasks you can do on the **Models** pane:
325325
When each training epoch completes a checkpoint is generated. A checkpoint is a fully functional version of a model which can both be deployed and used as the target model for subsequent fine-tuning jobs. Checkpoints can be particularly useful, as they can provide a snapshot of your model prior to overfitting having occurred. When a fine-tuning job completes you will have the three most recent versions of the model available to deploy.
326326

327327

328-
## Safety evaluation GPT-4, 4o, and 4o-mini fine-tuning - public preview
328+
## Safety evaluation GPT-4, GPT-4o, and GPT-4o-mini fine-tuning - public preview
329329

330330
[!INCLUDE [Safety evaluation](../includes/safety-evaluation.md)]
331331

0 commit comments

Comments
 (0)