Skip to content

Commit 493b150

Browse files
Merge pull request #4441 from mrbullwinkle/mrb_04_30_2025_fine_tuning_update
[Azure OpenAI] Fine-tuning resolve acrolinx issue clone PM updates
2 parents fe071e1 + 65e61ca commit 493b150

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to create your own customized model with Azure OpenAI Ser
55
manager: nitinme
66
ms.service: azure-ai-openai
77
ms.topic: include
8-
ms.date: 02/27/2025
8+
ms.date: 04/30/2025
99
author: mrbullwinkle
1010
ms.author: mbullwin
1111
---
@@ -29,6 +29,8 @@ The following models support fine-tuning:
2929
- `gpt-35-turbo` (0125)
3030
- `gpt-4o` (2024-08-06)
3131
- `gpt-4o-mini` (2024-07-18)
32+
- `gpt-4.1` (2024-04-14)
33+
- `gpt-4.1-mini`(2025-04-14)
3234

3335
Or you can fine tune a previously fine-tuned model, formatted as `base-model.ft-{jobid}`.
3436

@@ -235,7 +237,7 @@ print(response.model_dump_json(indent=2))
235237

236238
Azure OpenAI attaches a result file named _results.csv_ to each fine-tune job after it completes. You can use the result file to analyze the training and validation performance of your customized model. The file ID for the result file is listed for each customized model, and you can use the Python SDK to retrieve the file ID and download the result file for analysis.
237239

238-
The following Python example retrieves the file ID of the first result file attached to the fine-tuning job for your customized model, and then uses the Python SDK to download the file to your working directory for analysis.
240+
The following Python example retrieves the file ID of the first result file attached to the fine-tuning job for your customized model, and then uses the Python SDK to download the file to your current working directory for analysis.
239241

240242
```python
241243
# Retrieve the file ID of the first result file from the fine-tuning job

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ The following models support fine-tuning:
2828
- `gpt-35-turbo` (0125)
2929
- `gpt-4o` (2024-08-06)
3030
- `gpt-4o-mini` (2024-07-18)
31+
- `gpt-4.1` (2024-04-14)
32+
- `gpt-4.1-mini`(2025-04-14)
3133

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

0 commit comments

Comments
 (0)