Skip to content

Commit 8fc5bae

Browse files
committed
Update multiple.py
Update the MultiPL-E version. This fixes a bug that affects Lua results. See https://huggingface.co/datasets/nuprl/MultiPL-E#version-33 for more information.
1 parent f17770e commit 8fc5bae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bigcode_eval/tasks/multiple.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ class GeneralMultiPLE(Task):
8989

9090
DATASET_PATH = "nuprl/MultiPL-E"
9191
DATASET_NAME = None
92-
DATASET_REVISION = "ff5c146da05f10bc69b9ce393b77f381b3825d1b"
92+
DATASET_REVISION = "28441b6024e71d4a1c1c0f6bf171c935cd5a43f2"
9393

9494
def __init__(self, language):
9595
self.language = language

0 commit comments

Comments
 (0)