Skip to content

Commit

Permalink
A swifty PR suggested for issue #1332 (#1334)
Browse files Browse the repository at this point in the history
Just moved the comma

Signed-off-by: dafnapension <[email protected]>
  • Loading branch information
dafnapension authored Nov 7, 2024
1 parent 85428c7 commit 9df8c4c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/docs/llm_as_judge.rst
Original file line number Diff line number Diff line change
Expand Up @@ -317,8 +317,7 @@ We will create a card, as we do for every other Unitxt scenario:
LiteralEval(field="question"),
Copy(field="question/0", to_field="question"),
LiteralEval(field="answer"),
Copy(field="answer/0", to_field="answer")
,
Copy(field="answer/0", to_field="answer"),
],
task="tasks.response_assessment.rating.single_turn",
templates=["templates.response_assessment.rating.mt_bench_single_turn"],
Expand Down

0 comments on commit 9df8c4c

Please sign in to comment.