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
1ca2c0ba
Commit
1ca2c0ba
authored
Jul 14, 2023
by
lintangsutawika
Browse files
remove info
parent
b0597a94
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
lm_eval/api/task.py
lm_eval/api/task.py
+0
-3
No files found.
lm_eval/api/task.py
View file @
1ca2c0ba
...
@@ -652,9 +652,6 @@ class ConfigurableTask(Task):
...
@@ -652,9 +652,6 @@ class ConfigurableTask(Task):
if
type
(
test_target
)
is
list
:
if
type
(
test_target
)
is
list
:
self
.
multiple_target
=
len
(
test_target
)
self
.
multiple_target
=
len
(
test_target
)
eval_logger
.
info
(
f
" Input choices:
{
self
.
multiple_input
}
"
)
eval_logger
.
info
(
f
"Output choices:
{
self
.
multiple_target
}
"
)
def
download
(
self
,
dataset_kwargs
=
None
):
def
download
(
self
,
dataset_kwargs
=
None
):
self
.
dataset
=
datasets
.
load_dataset
(
self
.
dataset
=
datasets
.
load_dataset
(
...
...
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