lixuejing commited on
Commit
fd21234
·
1 Parent(s): 838df9b

update log

Browse files
Files changed (1) hide show
  1. src/leaderboard/read_evals.py +1 -1
src/leaderboard/read_evals.py CHANGED
@@ -222,7 +222,7 @@ def get_raw_eval_results(results_path: str, requests_path: str, dynamic_path: st
222
  # Creation of result
223
  print("model_result_filepath",model_result_filepath)
224
  eval_result = EvalResult.init_from_json_file(model_result_filepath)
225
- print("eval_resul",eval_resul)
226
  eval_result.update_with_request_file(requests_path)
227
  if eval_result.full_model in dynamic_data:
228
  eval_result.update_with_dynamic_file_dict(dynamic_data[eval_result.full_model])
 
222
  # Creation of result
223
  print("model_result_filepath",model_result_filepath)
224
  eval_result = EvalResult.init_from_json_file(model_result_filepath)
225
+ print("eval_result",eval_result)
226
  eval_result.update_with_request_file(requests_path)
227
  if eval_result.full_model in dynamic_data:
228
  eval_result.update_with_dynamic_file_dict(dynamic_data[eval_result.full_model])