Bazsalanszky commited on
Commit
a76b40b
1 Parent(s): ae99e8b
Files changed (1) hide show
  1. src/leaderboard/read_evals.py +1 -1
src/leaderboard/read_evals.py CHANGED
@@ -159,7 +159,7 @@ def get_raw_eval_results(results_path: str, requests_path: str) -> list[EvalResu
159
  for root, _, files in os.walk(results_path):
160
  print(f"Listing files in {root}")
161
  for file in files:
162
- print(f"\"file\"")
163
 
164
  # We should only have json files in model results
165
  if len(files) == 0 or any([not f.endswith(".json") for f in files]):
 
159
  for root, _, files in os.walk(results_path):
160
  print(f"Listing files in {root}")
161
  for file in files:
162
+ print(f"\"{file}\"")
163
 
164
  # We should only have json files in model results
165
  if len(files) == 0 or any([not f.endswith(".json") for f in files]):