jasonshaoshun commited on
Commit
6c09a9f
·
1 Parent(s): ea7f09a
Files changed (1) hide show
  1. src/leaderboard/read_evals.py +1 -1
src/leaderboard/read_evals.py CHANGED
@@ -110,7 +110,7 @@ class EvalResult_MIB_SUBGRAPH:
110
  expected_models = TasksMib_Subgraph.get_all_models()
111
  expected_tasks = TasksMib_Subgraph.get_all_tasks()
112
  for task in expected_tasks:
113
- for model in task.value.models::
114
  # if model == "gpt2" and task != "ioi":
115
  # continue
116
  # if model == "qwen2_5" and task.startswith(("arithmetic", "arc")):
 
110
  expected_models = TasksMib_Subgraph.get_all_models()
111
  expected_tasks = TasksMib_Subgraph.get_all_tasks()
112
  for task in expected_tasks:
113
+ for model in task.value.models:
114
  # if model == "gpt2" and task != "ioi":
115
  # continue
116
  # if model == "qwen2_5" and task.startswith(("arithmetic", "arc")):