Skip to content

Commit 5924b11

Browse files
committed
update
1 parent 8217d06 commit 5924b11

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

articles/ai-services/openai/how-to/fine-tuning.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,20 @@ Training datasets must be in `jsonl` format:
139139

140140
- `gpt-4o-2024-08-06` supports direct preference optimization in its respective fine-tuning regions. Latest of region availability is updated here in [models page](../concepts/models.md#fine-tuning-models)
141141

142+
Users can use preference fine tuning with base models as well as models that have already been fine-tuned using supervised fine-tuning as long as they are of a supported model/version.
143+
144+
### How to use direct preference optimization fine-tuning?
145+
146+
:::image type="content" source="../media/fine-tuning/preference-fine-tuning.gif" alt-text="Gif demonstrating the steps for preference fine-tuning" lightbox="../media/fine-tuning/preference-fine-tuning.gif":::
147+
148+
1. Prepare `jsonl` datasets in the [preference format](#direct-preference-optimization-dataset-format).
149+
2. Select the model and then select the method of customization **Direct Preference Optimization**
150+
3. Upload datasets – training and validation. Preview as needed.
151+
4. Select hyperparameters, defaults are recommended for initial experimentation.
152+
5. Review the selections and create fine tuning job.
153+
154+
155+
142156
## Troubleshooting
143157

144158
### How do I enable fine-tuning?

0 commit comments

Comments
 (0)