We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be2a44c commit 69fbc99Copy full SHA for 69fbc99
bigcode_eval/tasks/multiple.py
@@ -90,7 +90,7 @@ def __init__(self, language):
90
GeneralMultiPLE.DATASET_PATH,
91
self.DATASET_NAME,
92
revision=self.DATASET_REVISION)
93
- stop_words = self.dataset["test"][0]["stop_tokens"]
+ stop_words = self.dataset["test"][0]["stop_tokens"] + ["<file_sep>"]
94
super().__init__(
95
stop_words=stop_words,
96
requires_execution=True,
0 commit comments