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 202203e commit e940724Copy full SHA for e940724
bigcodebench/provider/utility.py
@@ -72,7 +72,7 @@ def make_raw_chat_prompt(
72
[
73
{"role": "user", "content": task_prompt},
74
],
75
- tokenize=False,
+ tokenize=False, add_generation_prompt=True
76
).split(_MAGIC_SPLITTER_)[0]
77
return task_prompt
78
0 commit comments