"...targets/git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "1e731018545cd1a11a266ed356db975db870adb4"
Commit 10faacda authored by Charles Foster's avatar Charles Foster
Browse files

Added SQuADv2 to __init__.py. Not yet tested.

parent f48b119d
......@@ -58,7 +58,7 @@ TASK_REGISTRY = {
"hellaswag": hellaswag.HellaSwag, # not implemented yet
"openbookqa": openbookqa.OpenBookQA,
# "sat": sat.SATAnalogies, # not implemented yet
# "squad": squad.SQuAD, # not implemented yet
"squad": squad.SQuAD,
"race": race.RACE,
# "naturalqs": naturalqs.NaturalQs, # not implemented yet
"webqs": webqs.WebQs,
......
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