Commit ab0e4d26 authored by Leo Gao's avatar Leo Gao
Browse files

Disable triviaqa and cbt tasks

parent 8f4d1b49
......@@ -94,8 +94,8 @@ TASK_REGISTRY = {
"drop": drop.DROP,
"lambada": lambada.LAMBADA,
"lambada_cloze": lambada_cloze.LAMBADA_cloze,
"cbt-cn": cbt.CBTCN,
"cbt-ne": cbt.CBTNE,
# "cbt-cn": cbt.CBTCN, # disabled pending context length fix
# "cbt-ne": cbt.CBTNE, # disabled pending context length fix
"piqa": piqa.PiQA,
......@@ -107,7 +107,7 @@ TASK_REGISTRY = {
"qa4mre_2012" : qa4mre.QA4MRE_2012,
"qa4mre_2013" : qa4mre.QA4MRE_2013,
"triviaqa": triviaqa.TriviaQA,
#"triviaqa": triviaqa.TriviaQA, # disabled pending memory fix
"arc_easy": arc.ARCEasy,
"arc_challenge": arc.ARCChallenge,
# "quac": quac.QuAC, # not implemented yet
......
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