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 8d6a6a9 commit 8613c5cCopy full SHA for 8613c5c
bigcode_eval/tasks/santacoder_fim.py
@@ -124,7 +124,7 @@ def __init__(self):
124
fim_prefix = "<fim_prefix>"
125
fim_middle = "<fim_middle>"
126
fim_suffix = "<fim_suffix>"
127
- stop_words = ["<|endoftext|>"]
+ stop_words = ["<|endoftext|>", "<|filename|>"]
128
super().__init__(
129
stop_words=stop_words,
130
requires_execution=False,
0 commit comments