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
4b133dca
Commit
4b133dca
authored
Mar 28, 2021
by
Leo Gao
Browse files
Merge branch 'master' of github.com:EleutherAI/lm_evaluation_harness into cfsquad
# Conflicts: # lm_eval/tasks/squad.py
parents
8de85534
caba51e1
Changes
41
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/test_tasks.py
tests/test_tasks.py
+1
-1
No files found.
tests/test_tasks.py
View file @
4b133dca
import
lm_eval.tasks
as
tasks
import
lm_eval.base
as
base
from
itertools
import
islice
import
pytest
from
itertools
import
islice
@
pytest
.
mark
.
parametrize
(
"taskname,Task"
,
tasks
.
TASK_REGISTRY
.
items
())
...
...
Prev
1
2
3
Next
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