We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4f599f commit 41bbea1Copy full SHA for 41bbea1
eval_protocol/benchmarks/test_aime25.py
@@ -59,11 +59,6 @@ def _normalize_to_int_or_none(s: Optional[str]) -> Optional[int]:
59
return None
60
61
62
-def _get_aime_dataset_path() -> str:
63
- """Get the AIME dataset file path."""
64
- return str(Path(__file__).parent / "data" / "aime.jsonl")
65
-
66
67
def aime2025_dataset_adapter(rows: List[Dict[str, Any]]) -> List[EvaluationRow]:
68
converted: List[EvaluationRow] = []
69
for r in rows:
0 commit comments