Unverified Commit 8488bea2 authored by ClaireGyn's avatar ClaireGyn Committed by GitHub
Browse files

Update __init__.py

parent 7007d206
...@@ -65,6 +65,7 @@ from . import scrolls ...@@ -65,6 +65,7 @@ from . import scrolls
from . import ceval from . import ceval
from . import csatqa from . import csatqa
from . import haerae from . import haerae
from . import cmmlu
######################################## ########################################
# Translation tasks # Translation tasks
...@@ -346,6 +347,7 @@ TASK_REGISTRY = { ...@@ -346,6 +347,7 @@ TASK_REGISTRY = {
**mgsm.construct_tasks(), **mgsm.construct_tasks(),
**scrolls.construct_tasks(), **scrolls.construct_tasks(),
**ceval.create_all_tasks(), **ceval.create_all_tasks(),
**cmmlu.create_all_tasks()
} }
......
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