Skip to content

Commit

Permalink
pass tuple target in pairwise how-to
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan committed Dec 17, 2024
1 parent 0efe056 commit 8d70117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/evaluation/how_to_guides/evaluate_pairwise.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ In the Python example below, we are pulling [this structured prompt](https://smi
return scores
evaluate(
["experiment-1", "experiment-2"], # Replace with the names/IDs of your experiments
("experiment-1", "experiment-2"), # Replace with the names/IDs of your experiments
evaluators=[ranked_preference],
randomize_order=True,
max_concurrency=4,
Expand Down

0 comments on commit 8d70117

Please sign in to comment.