Skip to content

Commit a74ac3c

Browse files
committed
Fix some internal linkage, call out training type in steps.
1 parent 5f95c69 commit a74ac3c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@ Take a moment to review the fine-tuning workflow for using Azure AI Foundry port
3232
1. Use the **Create a fine-tuned model** dialog in Azure AI Foundry portal to train your custom model.
3333
1. Select a training method.
3434
1. Select a base model.
35+
1. [Choose your training type](#choose-your-training-type)
3536
1. [Choose your training data](#choose-your-training-data).
36-
1. Optionally, [choose your validation data](#choose-your-validation-data).
37-
1. Optionally, [configure task parameters](#configure-task-parameters) for your fine-tuning job.
37+
1. Optionally, [choose your validation data](#choose-your-validation-data-optional).
38+
1. Optionally, [configure task parameters](#configure-training-parameters-optional) for your fine-tuning job.
3839
1. [Review your choices and train your new custom model](#review-your-choices-and-train-your-model).
3940
1. Check the status of your custom fine-tuned model.
4041
1. Deploy your custom model for use.
@@ -111,7 +112,7 @@ The first step is to confirm you model choice and the training method. Not all m
111112

112113
When selecting the model, you may also select a [previously fine-tuned model](#continuous-fine-tuning).
113114

114-
### Chose your training type
115+
### Choose your training type
115116

116117
Select the training tier you'd like to use for your fine-tuning job:
117118

@@ -120,7 +121,7 @@ Select the training tier you'd like to use for your fine-tuning job:
120121

121122
If you have no data residency requirements, **Global** (in public preview) is a good choice to take advantage of training capacity beyond your current region.
122123

123-
In some cases, **Standard** may not be available within your current region. If you require data residency, consult regions listed on the [model availability](./fine-tune-models.md) for your chosen model.
124+
In some cases, **Standard** may not be available within your current region. If you require data residency, consult regions listed on the [model availability](../concepts/models.md#fine-tuning-models) for your chosen model.
124125

125126
### Choose your training data
126127

@@ -166,7 +167,7 @@ For large data files, we recommend that you import from an Azure Blob store. Lar
166167

167168
We also recommend including a `suffix` parameter to make it easier to distinguish between different iterations of your fine-tuned model. A `suffix` takes a string of up to 18 characters and is used when naming the resulting fine-tuned model.
168169

169-
### Configure task parameters (optional)
170+
### Configure training parameters (optional)
170171

171172
You may provide an optional **seed** and tune additional hyperparameters.
172173

0 commit comments

Comments
 (0)