src/leaderboard/read_evals.py
CHANGED
@@ -397,9 +397,10 @@ def get_raw_eval_results(results_path: str, requests_path: str, metadata) -> lis
|
|
397 |
except dateutil.parser._parser.ParserError:
|
398 |
files = [files[-1]]
|
399 |
|
400 |
-
|
|
|
401 |
# if '_polish_pes_' not in file: continue
|
402 |
-
|
403 |
|
404 |
# print('PATHS:', model_result_filepaths)
|
405 |
|
|
|
397 |
except dateutil.parser._parser.ParserError:
|
398 |
files = [files[-1]]
|
399 |
|
400 |
+
for file in files:
|
401 |
+
print(file)
|
402 |
# if '_polish_pes_' not in file: continue
|
403 |
+
model_result_filepaths.append(os.path.join(root, file))
|
404 |
|
405 |
# print('PATHS:', model_result_filepaths)
|
406 |
|