From d5cff5cca17ec0b375a1a24c56ae226e222103a6 Mon Sep 17 00:00:00 2001 From: dafnapension Date: Thu, 7 Nov 2024 12:32:24 +0200 Subject: [PATCH] Just moved the comma Signed-off-by: dafnapension --- docs/docs/llm_as_judge.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/docs/llm_as_judge.rst b/docs/docs/llm_as_judge.rst index 416e15919..c1b2f8c34 100644 --- a/docs/docs/llm_as_judge.rst +++ b/docs/docs/llm_as_judge.rst @@ -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"],