Skip to content

Commit 3ec1992

Browse files
authored
Fix gsm8k HF repo (#986)
1 parent 0b16f8a commit 3ec1992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lighteval/tasks/default_tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8590,7 +8590,7 @@
85908590
name="gsm8k",
85918591
suite=["lighteval"],
85928592
prompt_function=prompt.gsm8k,
8593-
hf_repo="lighteval/openai/gsm8k",
8593+
hf_repo="openai/gsm8k",
85948594
hf_subset="main",
85958595
hf_avail_splits=["train", "test"],
85968596
evaluation_splits=["test"],

0 commit comments

Comments
 (0)