Skip to content

Commit a43887c

Browse files
authored
Update fine-tuning-openai-in-ai-studio.md
added 4o, updated safety coverage, snapshot ft
1 parent ac1f49f commit a43887c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,14 @@ The following models support fine-tuning:
3232
- `gpt-35-turbo` (1106)
3333
- `gpt-35-turbo` (0125)
3434
- `gpt-4` (0613)**<sup>*</sup>**
35+
- `gpt-4o` (2024-08-06)**<sup>*</sup>**
3536
- `gpt-4o-mini` (2024-07-18)**<sup>*</sup>**
3637

3738
**<sup>*</sup>** Fine-tuning for this model is currently in public preview.
3839

39-
Consult the [models page](../concepts/models.md#fine-tuning-models) to check which regions currently support fine-tuning.
40+
Or you can fine tune a previously fine-tuned model, formatted as base-model.ft-{jobid}.
4041

41-
If you plan to use `gpt-4` for fine-tuning, please refer to the [GPT-4 public preview safety evaluation guidance](#safety-evaluation-gpt-4-fine-tuning---public-preview)
42+
Consult the [models page](../concepts/models.md#fine-tuning-models) to check which regions currently support fine-tuning.
4243

4344
## Review the workflow for Azure AI Studio
4445

@@ -253,7 +254,7 @@ When each training epoch completes a checkpoint is generated. A checkpoint is a
253254

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

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

258259
[!INCLUDE [Safety evaluation](../includes/safety-evaluation.md)]
259260

0 commit comments

Comments
 (0)