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