Skip to content

Commit ec669ca

Browse files
author
Jill Grant
authored
Apply suggestions from code review
Acrolinx and caps fixes
1 parent b389293 commit ec669ca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,15 @@ Verify the subscription is registered to the `Microsoft.Network` resource provid
8484

8585
### Data preparation
8686

87-
Prepare your training and validation data to finetune your model. Your training data and validation data sets consist of input and output examples for how you would like the model to perform.
87+
Prepare your training and validation data to fine-tune your model. Your training data and validation data sets consist of input and output examples for how you would like the model to perform.
8888

89-
Make sure all your training examples follow the expected format for inference. To finetune models effectively, ensure a balanced and diverse dataset.
89+
Make sure all your training examples follow the expected format for inference. To fine-tune models effectively, ensure a balanced and diverse dataset.
9090

9191
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.
9292

9393
Different model types require a different format of training data.
9494

95-
### Chat Completion
95+
### Chat completion
9696

9797
The training and validation data you use **must** be formatted as a JSON Lines (JSONL) document. For `Phi-3-mini-128k-instruct` the fine-tuning dataset must be formatted in the conversational format that is used by the Chat completions API.
9898

@@ -129,7 +129,7 @@ To fine-tune a Phi-3 model:
129129
1. Select training data to fine-tune your model. See [data preparation](#data-preparation) for more information.
130130

131131
> [!NOTE]
132-
> 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:
132+
> 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 fine-tuning with a credential less storage. On the "Datastore" page, after clicking "Update authentication" > Select the following option:
133133
134134
![Use workspace managed identity for data preview and profiling in Azure Machine Learning Studio.](../media/how-to/fine-tune/phi-3/credentials.png)
135135

0 commit comments

Comments
 (0)