We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2064d2 commit 9d951c8Copy full SHA for 9d951c8
src/lighteval/logging/evaluation_tracker.py
@@ -352,6 +352,7 @@ def generate_final_dict(self) -> dict:
352
"config_tasks": self.task_config_logger.tasks_configs,
353
"summary_tasks": self.details_logger.compiled_details,
354
"summary_general": asdict(self.details_logger.compiled_details_over_all_tasks),
355
+ "num_samples": self.calculate_num_samples(),
356
}
357
358
final_dict = {
0 commit comments