Unverified Commit 8c1016cb authored by Baber Abbasi's avatar Baber Abbasi Committed by GitHub
Browse files

Humaneval - fix regression (#3102)

* use double quotes
parent 944d32b4
include: humaneval.yaml
task: humaneval_instruct
doc_to_text: 'Write a solution to the following problem and make sure that it passes the tests:\n```python\n{{ prompt }}\n```\n '
gen_prefix: 'Here is the completed function:\n```python\n{{ prompt }}\n '
doc_to_text: "Write a solution to the following problem and make sure that it passes the tests:\n```python\n{{ prompt }}\n```\n "
gen_prefix: "Here is the completed function:\n```python\n{{ prompt }}\n "
filter_list:
- name: "create_test"
filter:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment