Spaces:
Restarting
Restarting
fix
Browse files
src/leaderboard/read_evals.py
CHANGED
@@ -398,6 +398,7 @@ def get_raw_eval_results(results_path: str, requests_path: str, metadata) -> lis
|
|
398 |
files = [files[-1]]
|
399 |
|
400 |
for file in files:
|
|
|
401 |
model_result_filepaths.append(os.path.join(root, file))
|
402 |
|
403 |
# print('PATHS:', model_result_filepaths)
|
|
|
398 |
files = [files[-1]]
|
399 |
|
400 |
for file in files:
|
401 |
+
if '_polish_pes_' not in file: continue
|
402 |
model_result_filepaths.append(os.path.join(root, file))
|
403 |
|
404 |
# print('PATHS:', model_result_filepaths)
|