Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
lm-evaluation-harness
Commits
8488bea2
Unverified
Commit
8488bea2
authored
Aug 19, 2023
by
ClaireGyn
Committed by
GitHub
Aug 19, 2023
Browse files
Update __init__.py
parent
7007d206
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
lm_eval/tasks/__init__.py
lm_eval/tasks/__init__.py
+2
-0
No files found.
lm_eval/tasks/__init__.py
View file @
8488bea2
...
...
@@ -65,6 +65,7 @@ from . import scrolls
from
.
import
ceval
from
.
import
csatqa
from
.
import
haerae
from
.
import
cmmlu
########################################
# Translation tasks
...
...
@@ -346,6 +347,7 @@ TASK_REGISTRY = {
**
mgsm
.
construct_tasks
(),
**
scrolls
.
construct_tasks
(),
**
ceval
.
create_all_tasks
(),
**
cmmlu
.
create_all_tasks
()
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment