Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
lm-evaluation-harness
Commits
8c1016cb
Unverified
Commit
8c1016cb
authored
Jul 03, 2025
by
Baber Abbasi
Committed by
GitHub
Jul 03, 2025
Browse files
Humaneval - fix regression (#3102)
* use double quotes
parent
944d32b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lm_eval/tasks/humaneval/humaneval_instruct.yaml
lm_eval/tasks/humaneval/humaneval_instruct.yaml
+2
-2
No files found.
lm_eval/tasks/humaneval/humaneval_instruct.yaml
View file @
8c1016cb
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
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment