From 55571e06d9200d460a41ab01a63231564b284ba0 Mon Sep 17 00:00:00 2001 From: leopardracer <136604165+leopardracer@users.noreply.github.com> Date: Wed, 11 Jun 2025 21:30:55 +0300 Subject: [PATCH 1/2] Update german_rag_evals.py --- community_tasks/german_rag_evals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community_tasks/german_rag_evals.py b/community_tasks/german_rag_evals.py index 78af6794e..c9a91ad67 100644 --- a/community_tasks/german_rag_evals.py +++ b/community_tasks/german_rag_evals.py @@ -186,7 +186,7 @@ def prompt_fn_context_question_match(line, task_name: str = None): # Task 3: Question-answer match. # Given is a question and an answer. -# The task is to decide whether the answer actualy answers the question. +# The task is to decide whether the answer actually answers the question. task3 = LightevalTaskConfig( name="german_rag_eval:question_answer_match", prompt_function=prompt_fn_question_answer_match, From 4d841c772c55fcd925544132b7640ddf40fa6871 Mon Sep 17 00:00:00 2001 From: leopardracer <136604165+leopardracer@users.noreply.github.com> Date: Wed, 11 Jun 2025 21:31:23 +0300 Subject: [PATCH 2/2] Update saving-and-reading-results.mdx --- docs/source/saving-and-reading-results.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/saving-and-reading-results.mdx b/docs/source/saving-and-reading-results.mdx index c1c1cb7c9..51f893a44 100644 --- a/docs/source/saving-and-reading-results.mdx +++ b/docs/source/saving-and-reading-results.mdx @@ -103,7 +103,7 @@ The detail file contains the following columns: - `gold_index`: The index of the gold answer in the choices list. - `cont_tokens`: The continuation tokens. - `example`: The input in text form. -- `full_prompt`: The full prompt, that will be inputed to the model. +- `full_prompt`: The full prompt, that will be inputted to the model. - `input_tokens`: The tokens of the full prompt. - `instruction`: The instruction given to the model. - `metrics`: The metrics computed for the example.