Skip to content

Commit b389293

Browse files
authored
Apply suggestions from code review
1 parent 3b769b0 commit b389293

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-studio/how-to/fine-tune-phi-3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ To fine-tune a Phi-3 model:
131131
> [!NOTE]
132132
> If the you have your training/validation files in a credential less datastore, you will need to allow workspace managed identity access to your datastore in order to proceed with MaaS finetuning with a credential less storage. On the "Datastore" page, after clicking "Update authentication" > Select the following option:
133133
134-
![Use workspace managed identity for data preview and profiling in Azure Machine Learning Studio.](media/how-to/fine-tune/phi-3/credentials.png)
134+
![Use workspace managed identity for data preview and profiling in Azure Machine Learning Studio.](../media/how-to/fine-tune/phi-3/credentials.png)
135135

136136
Make sure all your training examples follow the expected format for inference. To fine-tune models effectively, ensure a balanced and diverse dataset. This involves maintaining data balance, including various scenarios, and periodically refining training data to align with real-world expectations, ultimately leading to more accurate and balanced model responses.
137137
- The batch size to use for training. When set to -1, batch_size is calculated as 0.2% of examples in training set and the max is 256.
@@ -168,7 +168,7 @@ To fine-tune a Phi-3 model:
168168
> [!NOTE]
169169
> If you have your training/validation files in a credential less datastore, you will need to allow workspace managed identity access to your datastore in order to proceed with MaaS finetuning with a credential less storage. On the "Datastore" page, after clicking "Update authentication" > Select the following option:
170170
171-
![Use workspace managed identity for data preview and profiling in Azure Machine Learning Studio.](media/how-to/fine-tune/phi-3/credentials.png)
171+
![Use workspace managed identity for data preview and profiling in Azure Machine Learning Studio.](../media/how-to/fine-tune/phi-3/credentials.png)
172172

173173
Make sure all your training examples follow the expected format for inference. To fine-tune models effectively, ensure a balanced and diverse dataset. This involves maintaining data balance, including various scenarios, and periodically refining training data to align with real-world expectations, ultimately leading to more accurate and balanced model responses.
174174
- The batch size to use for training. When set to -1, batch_size is calculated as 0.2% of examples in training set and the max is 256.

0 commit comments

Comments
 (0)