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
6cea1de2
Unverified
Commit
6cea1de2
authored
Jun 18, 2021
by
sdtblck
Committed by
GitHub
Jun 18, 2021
Browse files
Update mlqa.py
parent
a3f10268
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lm_eval/tasks/mlqa.py
lm_eval/tasks/mlqa.py
+1
-1
No files found.
lm_eval/tasks/mlqa.py
View file @
6cea1de2
...
@@ -230,7 +230,7 @@ class MLQABase(HFTask):
...
@@ -230,7 +230,7 @@ class MLQABase(HFTask):
:param results:
:param results:
The results of the requests created in construct_requests.
The results of the requests created in construct_requests.
"""
"""
continuation
,
(
logprob_unanswerable
,
_
)
=
results
continuation
=
results
predictions
=
{
predictions
=
{
'id'
:
doc
[
'id'
],
'id'
:
doc
[
'id'
],
...
...
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