sh1gechan commited on
Commit
e453e6d
1 Parent(s): bd685e1

Update src/leaderboard/read_evals.py

Browse files
Files changed (1) hide show
  1. src/leaderboard/read_evals.py +0 -1
src/leaderboard/read_evals.py CHANGED
@@ -174,7 +174,6 @@ def get_raw_eval_results(results_path: str, requests_path: str) -> list[EvalResu
174
 
175
  eval_results = {}
176
  for model_result_filepath in model_result_filepaths:
177
- print(f"Debug: model_result_filepath = {model_result_filepath}")
178
  # Creation of result
179
  eval_result = EvalResult.init_from_json_file(model_result_filepath)
180
  eval_result.update_with_request_file(requests_path)
 
174
 
175
  eval_results = {}
176
  for model_result_filepath in model_result_filepaths:
 
177
  # Creation of result
178
  eval_result = EvalResult.init_from_json_file(model_result_filepath)
179
  eval_result.update_with_request_file(requests_path)