Spaces:
Running
Running
jasonshaoshun
commited on
Commit
·
a5eab2c
1
Parent(s):
2ae92a2
debug
Browse files
src/leaderboard/read_evals.py
CHANGED
@@ -327,7 +327,8 @@ class EvalResult_MIB_CAUSALGRAPH:
|
|
327 |
results = {}
|
328 |
for task in ["IOI", "MCQA", "arithmetic", "ARC-easy"]:
|
329 |
results[task] = {}
|
330 |
-
|
|
|
331 |
# Process each model's results
|
332 |
for result in data.get("results", []):
|
333 |
model_id = result.get("model_id", "")
|
|
|
327 |
results = {}
|
328 |
for task in ["IOI", "MCQA", "arithmetic", "ARC-easy"]:
|
329 |
results[task] = {}
|
330 |
+
|
331 |
+
print(f"Processing file: {json_filepath}")
|
332 |
# Process each model's results
|
333 |
for result in data.get("results", []):
|
334 |
model_id = result.get("model_id", "")
|