lewtun HF staff commited on
Commit
62abb01
·
1 Parent(s): 801c2d3
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -51,6 +51,8 @@ def get_leaderboard_df(merge_values: bool = True):
51
  elif task.lower() == "bbh":
52
  if "all" in data["results"]:
53
  value = data["results"]["all"]["acc"]
 
 
54
  # AGIEval reports acc_norm
55
  elif task.lower() == "agieval":
56
  value = data["results"]["all"]["acc_norm"]
 
51
  elif task.lower() == "bbh":
52
  if "all" in data["results"]:
53
  value = data["results"]["all"]["acc"]
54
+ else:
55
+ value = -100
56
  # AGIEval reports acc_norm
57
  elif task.lower() == "agieval":
58
  value = data["results"]["all"]["acc_norm"]