You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/openai/includes/fine-tuning-studio.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,9 +32,10 @@ Take a moment to review the fine-tuning workflow for using Azure AI Foundry port
32
32
1. Use the **Create a fine-tuned model** dialog in Azure AI Foundry portal to train your custom model.
33
33
1. Select a training method.
34
34
1. Select a base model.
35
+
1.[Choose your training type](#choose-your-training-type)
35
36
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.
38
39
1.[Review your choices and train your new custom model](#review-your-choices-and-train-your-model).
39
40
1. Check the status of your custom fine-tuned model.
40
41
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
111
112
112
113
When selecting the model, you may also select a [previously fine-tuned model](#continuous-fine-tuning).
113
114
114
-
### Chose your training type
115
+
### Choose your training type
115
116
116
117
Select the training tier you'd like to use for your fine-tuning job:
117
118
@@ -120,7 +121,7 @@ Select the training tier you'd like to use for your fine-tuning job:
120
121
121
122
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.
122
123
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.
124
125
125
126
### Choose your training data
126
127
@@ -166,7 +167,7 @@ For large data files, we recommend that you import from an Azure Blob store. Lar
166
167
167
168
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.
168
169
169
-
### Configure task parameters (optional)
170
+
### Configure training parameters (optional)
170
171
171
172
You may provide an optional **seed** and tune additional hyperparameters.
0 commit comments