lewtun HF staff commited on
Commit
7cbcc84
·
1 Parent(s): 68a6799
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -94,6 +94,7 @@ def get_leaderboard_df(merge_values: bool = True):
94
  # For kaggle_tora we report accuracy, so need to divide by 100
95
  elif task.lower() in [
96
  "aimo_tora_eval_kaggle_medium",
 
97
  "aimo_kaggle_fast_eval_hard",
98
  "aimo_kaggle_tora_medium",
99
  "aimo_kaggle_tora_hard",
 
94
  # For kaggle_tora we report accuracy, so need to divide by 100
95
  elif task.lower() in [
96
  "aimo_tora_eval_kaggle_medium",
97
+ "aimo_tora_eval_kaggle_hard",
98
  "aimo_kaggle_fast_eval_hard",
99
  "aimo_kaggle_tora_medium",
100
  "aimo_kaggle_tora_hard",