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
47384df7
"...gpu/git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "75f5ed4ac1bcb5994f0d5e3e2d34790791e3d6a0"
Commit
47384df7
authored
Jan 31, 2021
by
thefazzer
Browse files
Add CoQa to task registry
parent
12880f1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lm_eval/tasks/__init__.py
lm_eval/tasks/__init__.py
+2
-1
No files found.
lm_eval/tasks/__init__.py
View file @
47384df7
from
.
import
superglue
from
.
import
superglue
from
.
import
glue
from
.
import
glue
from
.
import
arc
from
.
import
arc
from
.
import
coqa
from
.
import
race
from
.
import
race
from
.
import
webqs
from
.
import
webqs
from
.
import
anli
from
.
import
anli
...
@@ -41,7 +42,7 @@ TASK_REGISTRY = {
...
@@ -41,7 +42,7 @@ TASK_REGISTRY = {
"wsc"
:
superglue
.
SGWinogradSchemaChallenge
,
"wsc"
:
superglue
.
SGWinogradSchemaChallenge
,
# Order by benchmark/genre?
# Order by benchmark/genre?
"coqa"
:
coqa
.
CoQA
,
"lambada"
:
lambada
.
LAMBADA
,
"lambada"
:
lambada
.
LAMBADA
,
"piqa"
:
piqa
.
PiQA
,
"piqa"
:
piqa
.
PiQA
,
...
...
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