Skip to content

Commit 4915056

Browse files
authored
Update fine-tune-model-llama.md
1 parent a4799a9 commit 4915056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-studio/how-to/fine-tune-model-llama.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ To fine-tune a LLama 3.1 model:
194194
> [!NOTE]
195195
> If the you has their training/validation files in a credential less datastore, they will need to allow workspace managed identity access to their datastore in order to proceed with MaaS finetuning with a credential less storage. That would be this setting on the "Datastore" page, after clicking "Update authentication" > Select the following option:
196196
197-
![Use workspace managed identity for data preview and profiling in Azure Machine Learning Studio.](media/how-to/fine-tune/llama/credentials.png)
197+
![Use workspace managed identity for data preview and profiling in Azure Machine Learning Studio.](../media/how-to/fine-tune/llama/credentials.png)
198198

199199
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.
200200
- 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)