meg-huggingface
commited on
Commit
·
5e999cb
1
Parent(s):
6ea3edf
debug
Browse files
src/backend/run_eval_suite_harness.py
CHANGED
@@ -96,7 +96,7 @@ def run_evaluation(eval_request: EvalRequest, task_names: list, num_fewshot: int
|
|
96 |
with open(output_path, "w") as f:
|
97 |
f.write(dumped)
|
98 |
|
99 |
-
logger.info(
|
100 |
|
101 |
API.upload_file(
|
102 |
path_or_fileobj=output_path,
|
|
|
96 |
with open(output_path, "w") as f:
|
97 |
f.write(dumped)
|
98 |
|
99 |
+
logger.info(utils.make_table(results))
|
100 |
|
101 |
API.upload_file(
|
102 |
path_or_fileobj=output_path,
|