Skip to content

Commit 69fbc99

Browse files
authored
Update multiple.py
1 parent be2a44c commit 69fbc99

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
@@ -90,7 +90,7 @@ def __init__(self, language):
9090
GeneralMultiPLE.DATASET_PATH,
9191
self.DATASET_NAME,
9292
revision=self.DATASET_REVISION)
93-
stop_words = self.dataset["test"][0]["stop_tokens"]
93+
stop_words = self.dataset["test"][0]["stop_tokens"] + ["<file_sep>"]
9494
super().__init__(
9595
stop_words=stop_words,
9696
requires_execution=True,

0 commit comments

Comments
 (0)