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
8402847e
Commit
8402847e
authored
Oct 21, 2020
by
Charles Foster
Browse files
Added openbookqa to registry.
parent
4c8ec8af
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
lm_eval/tasks/__init__.py
lm_eval/tasks/__init__.py
+2
-0
No files found.
lm_eval/tasks/__init__.py
View file @
8402847e
...
@@ -4,6 +4,7 @@ from . import arc
...
@@ -4,6 +4,7 @@ from . import arc
from
.
import
race
from
.
import
race
from
.
import
webqs
from
.
import
webqs
from
.
import
anli
from
.
import
anli
from
.
import
openbookqa
TASK_REGISTRY
=
{
TASK_REGISTRY
=
{
# GLUE
# GLUE
...
@@ -26,6 +27,7 @@ TASK_REGISTRY = {
...
@@ -26,6 +27,7 @@ TASK_REGISTRY = {
# Order by benchmark/genre?
# Order by benchmark/genre?
"arc_easy"
:
arc
.
ARCEasy
,
"arc_easy"
:
arc
.
ARCEasy
,
"arc_challenge"
:
arc
.
ARCChallenge
,
"arc_challenge"
:
arc
.
ARCChallenge
,
"openbookqa"
:
openbookqa
.
OpenBookQA
,
"race"
:
race
.
RACE
,
"race"
:
race
.
RACE
,
"webqs"
:
webqs
.
WebQs
,
"webqs"
:
webqs
.
WebQs
,
"anli_r1"
:
anli
.
ANLIRound1
,
"anli_r1"
:
anli
.
ANLIRound1
,
...
...
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