Skip to content

Commit c896aa8

Browse files
Merge pull request #233587 from mrbullwinkle/mrb_04_05_2023_fine_tuning_models
[Cognitive Services] [Azure OpenAI] Fine-tuning updates
2 parents 13d15d9 + cc4cf91 commit c896aa8

File tree

1 file changed

+4
-4
lines changed
  • articles/cognitive-services/openai/concepts

1 file changed

+4
-4
lines changed

articles/cognitive-services/openai/concepts/models.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -180,11 +180,11 @@ These models can be used with Completion API requests. `gpt-35-turbo` is the onl
180180

181181
| Model ID | Base model Regions | Fine-Tuning Regions | Max Request (tokens) | Training Data (up to) |
182182
| --------- | --------------------- | ------------------- | -------------------- | ---------------------- |
183-
| ada | N/A | South Central US <sup>2</sup> | 2,049 | Oct 2019|
183+
| ada | N/A | East US <sup>2</sup> | 2,049 | Oct 2019|
184184
| text-ada-001 | East US, South Central US, West Europe | N/A | 2,049 | Oct 2019|
185-
| babbage | N/A | South Central US<sup>2</sup> | 2,049 | Oct 2019 |
185+
| babbage | N/A | East US<sup>2</sup> | 2,049 | Oct 2019 |
186186
| text-babbage-001 | East US, South Central US, West Europe | N/A | 2,049 | Oct 2019 |
187-
| curie | N/A | South Central US<sup>2</sup> | 2,049 | Oct 2019 |
187+
| curie | N/A | East US<sup>2</sup> | 2,049 | Oct 2019 |
188188
| text-curie-001 | East US, South Central US, West Europe | N/A | 2,049 | Oct 2019 |
189189
| davinci<sup>1</sup> | N/A | Currently unavailable | 2,049 | Oct 2019|
190190
| text-davinci-001 | South Central US, West Europe | N/A | | |
@@ -194,7 +194,7 @@ These models can be used with Completion API requests. `gpt-35-turbo` is the onl
194194
| gpt-35-turbo<sup>3</sup> (ChatGPT) (preview) | East US, South Central US | N/A | 4,096 | Sep 2021 |
195195

196196
<sup>1</sup> The model is available by request only. Currently we aren't accepting new requests to use the model.
197-
<br><sup>2</sup> East US and West Europe were previously available, but due to high demand they are currently unavailable for new customers to use for fine-tuning. Please use US South Central region for fine-tuning.
197+
<br><sup>2</sup> South Central US and West Europe were previously available, but due to high demand they are currently unavailable for new customers to use for fine-tuning. Please use the East US region for fine-tuning.
198198
<br><sup>3</sup> Currently, only version `0301` of this model is available. This version of the model will be deprecated on 8/1/2023 in favor of newer version of the gpt-35-model. See [ChatGPT model versioning](../how-to/chatgpt.md#model-versioning) for more details.
199199

200200
### GPT-4 Models

0 commit comments

Comments
 (0)