Commit 6d5031ac authored by Shashi456's avatar Shashi456
Browse files

Prettify task __init__

parent 666bab5f
...@@ -55,8 +55,6 @@ from . import storycloze ...@@ -55,8 +55,6 @@ from . import storycloze
from . import hans from . import hans
from . import gem_webnlg from . import gem_webnlg
from . import gem_xsum from . import gem_xsum
from . import gem_mlsum from . import gem_mlsum
# from . import e2e_nlg_cleaned # from . import e2e_nlg_cleaned
...@@ -291,9 +289,6 @@ TASK_REGISTRY = { ...@@ -291,9 +289,6 @@ TASK_REGISTRY = {
"blimp_wh_vs_that_with_gap": blimp.BlimpWhVsThatWithGap, "blimp_wh_vs_that_with_gap": blimp.BlimpWhVsThatWithGap,
"blimp_wh_vs_that_with_gap_long_distance": blimp.BlimpWhVsThatWithGapLongDistance, "blimp_wh_vs_that_with_gap_long_distance": blimp.BlimpWhVsThatWithGapLongDistance,
#GEM/mlsum #GEM/mlsum
"mlsum_es":gem_mlsum.MLSUMEs, "mlsum_es":gem_mlsum.MLSUMEs,
"mlsum_de":gem_mlsum.MLSUMDe, "mlsum_de":gem_mlsum.MLSUMDe,
......
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