Skip to content

Commit a33d5e1

Browse files
authored
Reorder instructions for custom evaluation
1 parent 46d6661 commit a33d5e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-foundry/how-to/flow-tune-prompts-using-variants.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ When you run the variants with a few single pieces of data and check the results
147147
You can submit a batch run, which allows you test the variants with a large amount of data and evaluate them with metrics, to help you find the best fit.
148148

149149
1. First you need to prepare a dataset, which is representative enough of the real-world problem you want to solve with Prompt flow. In this example, it's a list of URLs and their classification ground truth. We use accuracy to evaluate the performance of variants.
150-
2. Select **Evaluate** then **Custom Evaluation** on the top right of the page.
150+
2. Select **Evaluate** on the top right of the page then select **Custom Evaluation**.
151151
3. A wizard for **Batch run & Evaluate** occurs. The first step is to select a node to run all its variants.
152152

153153
To test how different variants work for each node in a flow, you need to run a batch run for each node with variants one by one. This helps you avoid the influence of other nodes' variants and focus on the results of this node's variants. This follows the rule of the controlled experiment, which means that you only change one thing at a time and keep everything else the same.

0 commit comments

Comments
 (0)