File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed
articles/ai-services/openai/includes Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ description: Learn how to create your own customized model with Azure OpenAI Ser
6
6
manager : nitinme
7
7
ms.service : azure-ai-openai
8
8
ms.topic : include
9
- ms.date : 10/10/2023
9
+ ms.date : 03/06/2024
10
10
author : mrbullwinkle
11
11
ms.author : mbullwin
12
12
---
@@ -34,6 +34,7 @@ The following models support fine-tuning:
34
34
- ` davinci-002 `
35
35
- ` gpt-35-turbo ` (0613)
36
36
- ` gpt-35-turbo ` (1106)
37
+ - ` gpt-35-turbo ` (0125)
37
38
38
39
Or you can fine tune a previously fine-tuned model, formatted as base-model.ft-{jobid}.
39
40
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ description: Learn how to create your own customized model with Azure OpenAI Ser
6
6
manager : nitinme
7
7
ms.service : azure-ai-openai
8
8
ms.topic : include
9
- ms.date : 10/10/2023
9
+ ms.date : 03/06/2024
10
10
author : mrbullwinkle
11
11
ms.author : mbullwin
12
12
---
@@ -28,10 +28,11 @@ ms.author: mbullwin
28
28
29
29
The following models support fine-tuning:
30
30
31
- - ` gpt-35-turbo-0613 `
32
- - ` gpt-35-turbo-1106 `
33
31
- ` babbage-002 `
34
32
- ` davinci-002 `
33
+ - ` gpt-35-turbo ` (0613)
34
+ - ` gpt-35-turbo ` (1106)
35
+ - ` gpt-35-turbo ` (0125)
35
36
36
37
Consult the [ models page] ( ../concepts/models.md#fine-tuning-models ) to check which regions currently support fine-tuning.
37
38
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ description: Learn how to create your own custom model with Azure OpenAI Service
6
6
manager : nitinme
7
7
ms.service : azure-ai-openai
8
8
ms.topic : include
9
- ms.date : 10/09/2023
9
+ ms.date : 03/06/2024
10
10
author : mrbullwinkle
11
11
ms.author : mbullwin
12
12
---
@@ -27,10 +27,11 @@ ms.author: mbullwin
27
27
28
28
The following models support fine-tuning:
29
29
30
- - ` gpt-35-turbo-0613 `
31
- - ` gpt-35-turbo-1106 `
32
30
- ` babbage-002 `
33
31
- ` davinci-002 `
32
+ - ` gpt-35-turbo ` (0613)
33
+ - ` gpt-35-turbo ` (1106)
34
+ - ` gpt-35-turbo ` (0125)
34
35
35
36
Consult the [ models page] ( ../concepts/models.md#fine-tuning-models ) to check which regions currently support fine-tuning.
36
37
You can’t perform that action at this time.
0 commit comments