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
@@ -309,6 +311,8 @@ After your custom model deploys, you can use it like any other deployed model. Y
309
311
310
312
:::image type="content" source="../media/quickstarts/playground-load-new.png" alt-text="Screenshot of the Playground pane in Azure AI Foundry portal, with sections highlighted." lightbox="../media/quickstarts/playground-load-new.png":::
-d '{"messages":[{"role": "system", "content": "You are a helpful assistant."},{"role": "user", "content": "Does Azure OpenAI support customer managed keys?"},{"role": "assistant", "content": "Yes, customer managed keys are supported by Azure OpenAI."},{"role": "user", "content": "Do other Azure AI services support this too?"}]}'
Copy file name to clipboardExpand all lines: articles/ai-services/openai/includes/fine-tuning-studio.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ Take a moment to review the fine-tuning workflow for using Azure AI Foundry port
43
43
44
44
1. Prepare your training and validation data.
45
45
1. Use the **Create custom model** wizard in Azure AI Foundry portal to train your custom model.
46
-
1.[Select a base model](#select-the-base-model).
46
+
1. Select a base mode.
47
47
1.[Choose your training data](#choose-your-training-data).
48
48
1. Optionally, [choose your validation data](#choose-your-validation-data).
49
49
1. Optionally, [configure task parameters](#configure-task-parameters) for your fine-tuning job.
@@ -125,9 +125,9 @@ The next step is to either choose existing prepared training data or upload new
125
125
126
126
- To upload new training data, use one of the following options:
127
127
128
-
- Select **Local file** to [upload training data from a local file](#upload-training-data-from-local-file).
128
+
- Select **Local file** to upload training data from a local file.
129
129
130
-
- Select **Azure blob or other shared web locations** to [import training data from Azure Blob or another shared web location](#import-training-data-from-azure-blob-store).
130
+
- Select **Azure blob or other shared web locations** to import training data from Azure Blob or another shared web location.
131
131
132
132
For large data files, we recommend that you import from an Azure Blob store. Large files can become unstable when uploaded through multipart forms because the requests are atomic and can't be retried or resumed. For more information about Azure Blob Storage, see [What is Azure Blob Storage](/azure/storage/blobs/storage-blobs-overview)?
133
133
@@ -148,9 +148,9 @@ The **Validation data** pane displays any existing, previously uploaded training
148
148
149
149
- To upload new validation data, use one of the following options:
150
150
151
-
- Select **Local file** to [upload validation data from a local file](#upload-validation-data-from-local-file).
151
+
- Select **Local file** to upload validation data from a local file.
152
152
153
-
- Select **Azure blob or other shared web locations** to [import validation data from Azure Blob or another shared web location](#import-validation-data-from-azure-blob-store).
153
+
- Select **Azure blob or other shared web locations** to import validation data from Azure Blob or another shared web location.
154
154
155
155
For large data files, we recommend that you import from an Azure Blob store. Large files can become unstable when uploaded through multipart forms because the requests are atomic and can't be retried or resumed.
0 commit comments