From e90539b13f6b0864a3a20e5872bb13a68a2d9194 Mon Sep 17 00:00:00 2001 From: Lewis Tunstall Date: Mon, 10 Feb 2025 10:56:51 +0000 Subject: [PATCH] Fix col --- src/open_r1/evaluate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/open_r1/evaluate.py b/src/open_r1/evaluate.py index 2a908774..b32389ac 100644 --- a/src/open_r1/evaluate.py +++ b/src/open_r1/evaluate.py @@ -110,7 +110,7 @@ def gpqa_prompt_fn(line, task_name: str = None): name="aime25", suite=["custom"], prompt_function=aime_prompt_fn, - hf_repo="TIGER-Lab/AIME25", + hf_repo="open-r1/aime_2025_1", hf_subset="default", hf_avail_splits=["train"], evaluation_splits=["train"],