You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/openai/includes/fine-tuning-openai-in-ai-studio.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,13 +32,14 @@ The following models support fine-tuning:
32
32
-`gpt-35-turbo` (1106)
33
33
-`gpt-35-turbo` (0125)
34
34
-`gpt-4` (0613)**<sup>*</sup>**
35
+
-`gpt-4o` (2024-08-06)**<sup>*</sup>**
35
36
-`gpt-4o-mini` (2024-07-18)**<sup>*</sup>**
36
37
37
38
**<sup>*</sup>** Fine-tuning for this model is currently in public preview.
38
39
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}.
40
41
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.
42
43
43
44
## Review the workflow for Azure AI Studio
44
45
@@ -253,7 +254,7 @@ When each training epoch completes a checkpoint is generated. A checkpoint is a
253
254
254
255
:::image type="content" source="../media/fine-tuning/checkpoints.png" alt-text="Screenshot of checkpoints UI." lightbox="../media/fine-tuning/checkpoints.png":::
255
256
256
-
## Safety evaluation GPT-4 fine-tuning - public preview
257
+
## Safety evaluation GPT-4, 4o, 4o-mini fine-tuning - public preview
0 commit comments