Skip to content

Commit a1469cc

Browse files
authored
Fix punctuation and improve clarity in documentation
1 parent bcd0706 commit a1469cc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/ai-foundry/how-to/fine-tune-serverless.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ You can also go to the Azure AI Foundry portal to view all models that contain f
6767

6868
## Prepare data for fine-tuning
6969

70-
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.
70+
Prepare your training and validation data to fine-tune your model. Your training and validation data consist of input and output examples for how you would like the model to perform.
7171

72-
Make sure all your training examples follow the expected format for inference. To fine-tune models effectively, ensure a balanced and diverse dataset by maintaining data balance, including various scenarios, and periodically refining training data to align with real-world expectations. These actions ultimately lead to more accurate and balanced model responses.
72+
Make sure all your training examples follow the expected format for inference. To fine-tune models effectively, ensure a diverse dataset by maintaining data balance, including various scenarios, and periodically refining training data to align with real-world expectations. These actions ultimately lead to more accurate and balanced model responses.
7373

7474
> [!TIP]
7575
> Different model types require a different format of training data.
@@ -180,7 +180,7 @@ The **Fine-tune model** wizard shows the parameters for training your fine-tuned
180180
|`n_epochs` | integer | The number of epochs to train the model for. An epoch refers to one full cycle through the training dataset. |
181181

182182
Select **Default** to use the default values for the fine-tuning job, or select **Custom** to display and edit the hyperparameter values. When defaults are selected, we determine the correct value algorithmically based on your training data.
183-
After you configure the advanced options, select **Next** to [review your choices and train your fine-tuned model](#review-your-choices-and-train-your-model)
183+
After you configure the advanced options, select **Next** to [review your choices and train your fine-tuned model](#review-your-choices-and-train-your-model).
184184

185185
### Review your choices and train your model
186186

@@ -201,7 +201,7 @@ Here are some of the tasks you can do on the **Models** tab:
201201

202202
- Check the status of the fine-tuning job for your custom model in the Status column of the Customized models tab.
203203
- In the Model name column, select the model’s name to view more information about the custom model. You can see the status of the fine-tuning job, training results, training events, and hyperparameters used in the job.
204-
- Select Refresh to update the information on the page.
204+
- Select **Refresh** to update the information on the page.
205205

206206
---
207207

@@ -334,7 +334,7 @@ outputs:
334334
type: mlflow_model
335335
```
336336
337-
The training data used is the same as demonstrated in the SDK notebook. The CLI employs the available Azure AI models for the chat-completion task. If you prefer to use a different model than the one in the CLI sample, you can update the arguments, such as 'model path,' accordingly
337+
The training data used is the same as demonstrated in the SDK notebook. The CLI employs the available Azure AI models for the chat-completion task. If you prefer to use a different model than the one in the CLI sample, you can update the arguments, such as 'model path,' accordingly.
338338
339339
## Content filtering
340340

0 commit comments

Comments
 (0)