We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb5cccc commit 35cbd90Copy full SHA for 35cbd90
1 file changed
bigcode_eval/tasks/santacoder_fim.py
@@ -125,7 +125,7 @@ def __init__(self):
125
fim_prefix = "<fim_prefix>"
126
fim_middle = "<fim_middle>"
127
fim_suffix = "<fim_suffix>"
128
- stop_words = ["<|endoftext|>", "<|filename|>"]
+ stop_words = ["<|endoftext|>", "<|filename|>", "<file_sep>"]
129
super().__init__(
130
stop_words=stop_words,
131
requires_execution=False,
0 commit comments