Skip to content

Commit

Permalink
Update multiple.py
Browse files Browse the repository at this point in the history
  • Loading branch information
loubnabnl authored Jan 10, 2024
1 parent 30caf9f commit ae7fa3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigcode_eval/tasks/multiple.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def __init__(self, language):
GeneralMultiPLE.DATASET_PATH,
self.DATASET_NAME,
revision=self.DATASET_REVISION)
stop_words = self.dataset["test"][0]["stop_tokens"]
stop_words = self.dataset["test"][0]["stop_tokens"] + ["<file_sep>"]
super().__init__(
stop_words=stop_words,
requires_execution=True,
Expand Down

0 comments on commit ae7fa3e

Please sign in to comment.