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
5023fa06
Unverified
Commit
5023fa06
authored
Jul 13, 2023
by
Hailey Schoelkopf
Committed by
GitHub
Jul 13, 2023
Browse files
Update ceval.py
parent
e9ac57ac
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lm_eval/tasks/ceval.py
lm_eval/tasks/ceval.py
+1
-1
No files found.
lm_eval/tasks/ceval.py
View file @
5023fa06
...
@@ -81,7 +81,7 @@ def create_all_tasks():
...
@@ -81,7 +81,7 @@ def create_all_tasks():
:return: {task_name: task}
:return: {task_name: task}
e.g. {Ceval-computer_network: Task, Ceval-clinical_medicine: Task}
e.g. {Ceval-computer_network: Task, Ceval-clinical_medicine: Task}
"""
"""
return
{
f
"Ceval-
{
sub
}
"
:
create_task
(
sub
)
for
sub
in
SUBJECTS
.
keys
()}
return
{
f
"Ceval-
valid-
{
sub
}
"
:
create_task
(
sub
)
for
sub
in
SUBJECTS
.
keys
()}
def
create_task
(
subject
):
def
create_task
(
subject
):
...
...
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