"...gpu/git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "75f5ed4ac1bcb5994f0d5e3e2d34790791e3d6a0"
Commit 47384df7 authored by thefazzer's avatar thefazzer
Browse files

Add CoQa to task registry

parent 12880f1c
from . import superglue from . import superglue
from . import glue from . import glue
from . import arc from . import arc
from . import coqa
from . import race from . import race
from . import webqs from . import webqs
from . import anli from . import anli
...@@ -41,7 +42,7 @@ TASK_REGISTRY = { ...@@ -41,7 +42,7 @@ TASK_REGISTRY = {
"wsc": superglue.SGWinogradSchemaChallenge, "wsc": superglue.SGWinogradSchemaChallenge,
# Order by benchmark/genre? # Order by benchmark/genre?
"coqa": coqa.CoQA,
"lambada": lambada.LAMBADA, "lambada": lambada.LAMBADA,
"piqa": piqa.PiQA, "piqa": piqa.PiQA,
......
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