Skip to content

Commit a372550

Browse files
authored
Fix Typos in Documentation and Task Description (#810)
* Update german_rag_evals.py * Update saving-and-reading-results.mdx
1 parent 95ec669 commit a372550

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

community_tasks/german_rag_evals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def prompt_fn_context_question_match(line, task_name: str = None):
186186

187187
# Task 3: Question-answer match.
188188
# Given is a question and an answer.
189-
# The task is to decide whether the answer actualy answers the question.
189+
# The task is to decide whether the answer actually answers the question.
190190
task3 = LightevalTaskConfig(
191191
name="german_rag_eval:question_answer_match",
192192
prompt_function=prompt_fn_question_answer_match,

docs/source/saving-and-reading-results.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ The detail file contains the following columns:
103103
- `gold_index`: The index of the gold answer in the choices list.
104104
- `cont_tokens`: The continuation tokens.
105105
- `example`: The input in text form.
106-
- `full_prompt`: The full prompt, that will be inputed to the model.
106+
- `full_prompt`: The full prompt, that will be inputted to the model.
107107
- `input_tokens`: The tokens of the full prompt.
108108
- `instruction`: The instruction given to the model.
109109
- `metrics`: The metrics computed for the example.

0 commit comments

Comments
 (0)