hSterz commited on
Commit
adecec6
·
1 Parent(s): d1cea3f
Files changed (1) hide show
  1. src/populate.py +1 -0
src/populate.py CHANGED
@@ -23,6 +23,7 @@ def get_leaderboard_df(results_path: str, requests_path: str, cols: list, benchm
23
  print(cols)
24
  if version != "1_correct":
25
  cols.remove("VCR")
 
26
  df = df[cols].round(decimals=2)
27
 
28
  # filter out if any of the benchmarks have not been produced
 
23
  print(cols)
24
  if version != "1_correct":
25
  cols.remove("VCR")
26
+ benchmark_cols.remove("VCR")
27
  df = df[cols].round(decimals=2)
28
 
29
  # filter out if any of the benchmarks have not been produced