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
310250d3
Unverified
Commit
310250d3
authored
Jul 20, 2023
by
Lintang Sutawika
Committed by
GitHub
Jul 20, 2023
Browse files
Update evaluator.py
parent
2820042d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
lm_eval/evaluator.py
lm_eval/evaluator.py
+0
-1
No files found.
lm_eval/evaluator.py
View file @
310250d3
...
@@ -225,7 +225,6 @@ def evaluate(
...
@@ -225,7 +225,6 @@ def evaluate(
"loglikelihood"
"loglikelihood"
if
(
if
(
task
.
OUTPUT_TYPE
==
"multiple_choice"
task
.
OUTPUT_TYPE
==
"multiple_choice"
or
task
.
OUTPUT_TYPE
==
"winograd_schema"
)
)
else
task
.
OUTPUT_TYPE
else
task
.
OUTPUT_TYPE
)
# TODO: this is hacky, fix in task.py
)
# TODO: this is hacky, fix in task.py
...
...
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