Skip to content

Commit 4f43b90

Browse files
Merge pull request #268265 from mrbullwinkle/mrb_03_06_2024_fine_tuning
[Azure OpenAI] fine-tuning model update
2 parents cb3970d + 2731a2a commit 4f43b90

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Learn how to create your own customized model with Azure OpenAI Ser
66
manager: nitinme
77
ms.service: azure-ai-openai
88
ms.topic: include
9-
ms.date: 10/10/2023
9+
ms.date: 03/06/2024
1010
author: mrbullwinkle
1111
ms.author: mbullwin
1212
---
@@ -34,6 +34,7 @@ The following models support fine-tuning:
3434
- `davinci-002`
3535
- `gpt-35-turbo` (0613)
3636
- `gpt-35-turbo` (1106)
37+
- `gpt-35-turbo` (0125)
3738

3839
Or you can fine tune a previously fine-tuned model, formatted as base-model.ft-{jobid}.
3940

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Learn how to create your own customized model with Azure OpenAI Ser
66
manager: nitinme
77
ms.service: azure-ai-openai
88
ms.topic: include
9-
ms.date: 10/10/2023
9+
ms.date: 03/06/2024
1010
author: mrbullwinkle
1111
ms.author: mbullwin
1212
---
@@ -28,10 +28,11 @@ ms.author: mbullwin
2828

2929
The following models support fine-tuning:
3030

31-
- `gpt-35-turbo-0613`
32-
- `gpt-35-turbo-1106`
3331
- `babbage-002`
3432
- `davinci-002`
33+
- `gpt-35-turbo` (0613)
34+
- `gpt-35-turbo` (1106)
35+
- `gpt-35-turbo` (0125)
3536

3637
Consult the [models page](../concepts/models.md#fine-tuning-models) to check which regions currently support fine-tuning.
3738

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Learn how to create your own custom model with Azure OpenAI Service
66
manager: nitinme
77
ms.service: azure-ai-openai
88
ms.topic: include
9-
ms.date: 10/09/2023
9+
ms.date: 03/06/2024
1010
author: mrbullwinkle
1111
ms.author: mbullwin
1212
---
@@ -27,10 +27,11 @@ ms.author: mbullwin
2727

2828
The following models support fine-tuning:
2929

30-
- `gpt-35-turbo-0613`
31-
- `gpt-35-turbo-1106`
3230
- `babbage-002`
3331
- `davinci-002`
32+
- `gpt-35-turbo` (0613)
33+
- `gpt-35-turbo` (1106)
34+
- `gpt-35-turbo` (0125)
3435

3536
Consult the [models page](../concepts/models.md#fine-tuning-models) to check which regions currently support fine-tuning.
3637

0 commit comments

Comments
 (0)