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
cd0ad1b4
Commit
cd0ad1b4
authored
Apr 24, 2024
by
lintangsutawika
Browse files
adjust config
parent
5a98162d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lm_eval/evaluator_utils.py
lm_eval/evaluator_utils.py
+1
-1
No files found.
lm_eval/evaluator_utils.py
View file @
cd0ad1b4
...
@@ -129,7 +129,7 @@ def get_task_list(task_dict: dict) -> Tuple[Dict[str, list], List[TaskOutput]]:
...
@@ -129,7 +129,7 @@ def get_task_list(task_dict: dict) -> Tuple[Dict[str, list], List[TaskOutput]]:
task_config
=
task_obj
task_config
=
task_obj
else
:
else
:
task_output
=
TaskOutput
.
from_taskdict
(
x
,
y
)
task_output
=
TaskOutput
.
from_taskdict
(
x
,
y
)
task_config
=
task_obj
.
config
task_config
=
task_obj
.
config
.
to_dict
()
outputs
.
append
(
task_output
)
outputs
.
append
(
task_output
)
if
group_name
:
=
task_output
.
group_name
:
if
group_name
:
=
task_output
.
group_name
:
...
...
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