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 1a34078 commit dcff46fCopy full SHA for dcff46f
bigcodebench/provider/utility.py
@@ -28,8 +28,8 @@ def make_raw_chat_prompt(
28
split: str,
29
instruction_prefix: str,
30
response_prefix: str,
31
- prefill: bool,
32
tokenizer: AutoTokenizer,
+ prefill: bool = True,
33
direct_completion: bool = False,
34
) -> str:
35
# directly return prompt if it does not have a tokenizer.chat_template
0 commit comments