Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelNiklaus committed Jan 11, 2025
1 parent 742a672 commit eaedd04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lighteval/logging/evaluation_tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def load_details_datasets(self, date_id: str, task_names: list[str]) -> dict[str
for task_name in task_names:
if not any(task_name.startswith(task_name) for task_name in details_datasets.keys()):
raise ValueError(
f"Task {task_name} not found in details datasets. Check the tasks to be evaluated or the date_id used to load the details ({self.pipeline_parameters.load_responses_from_details_date_id})."
f"Task {task_name} not found in details datasets. Check the tasks to be evaluated or the date_id used to load the details ({date_id})."
)
return details_datasets

Expand Down

0 comments on commit eaedd04

Please sign in to comment.