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
694c144c
Commit
694c144c
authored
May 20, 2022
by
soqeue1
Committed by
hjun-kim
May 20, 2022
Browse files
fix: conflict with klue
parent
62976337
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
lm_eval/tasks/__init__.py
lm_eval/tasks/__init__.py
+3
-4
No files found.
lm_eval/tasks/__init__.py
View file @
694c144c
...
@@ -51,6 +51,7 @@ from . import blimp
...
@@ -51,6 +51,7 @@ from . import blimp
from
.
import
asdiv
from
.
import
asdiv
from
.
import
gsm8k
from
.
import
gsm8k
from
.
import
storycloze
from
.
import
storycloze
from
.
import
klue
from
.
import
nsmc
from
.
import
nsmc
########################################
########################################
...
@@ -298,14 +299,12 @@ TASK_REGISTRY = {
...
@@ -298,14 +299,12 @@ TASK_REGISTRY = {
"blimp_wh_vs_that_no_gap_long_distance"
:
blimp
.
BlimpWhVsThatNoGapLongDistance
,
"blimp_wh_vs_that_no_gap_long_distance"
:
blimp
.
BlimpWhVsThatNoGapLongDistance
,
"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
,
"klue_sts"
:
klue
.
STS
,
"nsmc"
:
nsmc
.
NSMC
,
# Requires manual download of data.
# Requires manual download of data.
# "storycloze_2016": storycloze.StoryCloze2016,
# "storycloze_2016": storycloze.StoryCloze2016,
# "storycloze_2018": storycloze.StoryCloze2018,
# "storycloze_2018": storycloze.StoryCloze2018,
# "sat": sat.SATAnalogies,
# "sat": sat.SATAnalogies,
# Korean
"nsmc"
:
nsmc
.
NSMC
,
}
}
...
...
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