Skip to content

Commit 8c1016c

Browse files
authored
Humaneval - fix regression (#3102)
* use double quotes
1 parent 944d32b commit 8c1016c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lm_eval/tasks/humaneval/humaneval_instruct.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
include: humaneval.yaml
22
task: humaneval_instruct
3-
doc_to_text: 'Write a solution to the following problem and make sure that it passes the tests:\n```python\n{{ prompt }}\n```\n '
4-
gen_prefix: 'Here is the completed function:\n```python\n{{ prompt }}\n '
3+
doc_to_text: "Write a solution to the following problem and make sure that it passes the tests:\n```python\n{{ prompt }}\n```\n "
4+
gen_prefix: "Here is the completed function:\n```python\n{{ prompt }}\n "
55
filter_list:
66
- name: "create_test"
77
filter:

0 commit comments

Comments
 (0)