Commit 8402847e authored by Charles Foster's avatar Charles Foster
Browse files

Added openbookqa to registry.

parent 4c8ec8af
......@@ -4,6 +4,7 @@ from . import arc
from . import race
from . import webqs
from . import anli
from . import openbookqa
TASK_REGISTRY = {
# GLUE
......@@ -26,6 +27,7 @@ TASK_REGISTRY = {
# Order by benchmark/genre?
"arc_easy": arc.ARCEasy,
"arc_challenge": arc.ARCChallenge,
"openbookqa": openbookqa.OpenBookQA,
"race": race.RACE,
"webqs": webqs.WebQs,
"anli_r1": anli.ANLIRound1,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment