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
86cf5dc9
Commit
86cf5dc9
authored
Feb 04, 2025
by
Baber
Browse files
nit
parent
90b055b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
lm_eval/tasks/__init__.py
lm_eval/tasks/__init__.py
+3
-1
No files found.
lm_eval/tasks/__init__.py
View file @
86cf5dc9
...
...
@@ -313,7 +313,9 @@ class TaskManager:
# very scuffed: set task name here. TODO: fixme?
task_object
.
config
.
task
=
task
else
:
if
self
.
mcq_to_generative
:
if
self
.
mcq_to_generative
and
(
config
.
get
(
"output_type"
)
==
"multiple_choice"
):
config
=
convert_mcq_to_generative
(
config
)
task_object
=
Generate_MultipleChoice
(
config
=
config
)
else
:
...
...
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