Skip to content

Commit 52cc896

Browse files
minthigpenneeduv
andauthored
Update articles/ai-studio/how-to/develop/evaluate-sdk.md
Co-authored-by: Neehar Duvvuri <[email protected]>
1 parent da03da9 commit 52cc896

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-studio/how-to/develop/evaluate-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -440,8 +440,8 @@ result = evaluate(
440440
},
441441
# column mapping
442442
evaluator_config={
443-
"relevance": {
444-
"column_mapping": {
443+
"column_mapping": {
444+
"relevance": {
445445
"query": "${data.queries}"
446446
"ground_truth": "${data.ground_truth}"
447447
"response": "${outputs.response}"

0 commit comments

Comments
 (0)