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
0bde7589
Commit
0bde7589
authored
Dec 29, 2021
by
thomasw21
Browse files
Revert "Add capital letters"
This reverts commit
23a42067
.
parent
23a42067
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lm_eval/tasks/superglue.py
lm_eval/tasks/superglue.py
+1
-1
No files found.
lm_eval/tasks/superglue.py
View file @
0bde7589
...
...
@@ -227,7 +227,7 @@ class MultiRC(HFTask):
@
staticmethod
def
format_answer
(
answer
,
label
):
label_str
=
"
Y
es"
if
label
else
"
N
o"
label_str
=
"
y
es"
if
label
else
"
n
o"
return
f
"
{
answer
}
\n
Is the answer correct?
{
label_str
}
"
def
construct_requests
(
self
,
doc
,
ctx
):
...
...
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