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
77289aed
"ml/backend/vscode:/vscode.git/clone" did not exist on "20c5fd39c8b275c0c7d7e7be8ce03d48aa32c64e"
Commit
77289aed
authored
Jun 19, 2023
by
haileyschoelkopf
Browse files
remove descrip dict from test_evaluator
parent
05a7d1da
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
tests/test_evaluator.py
tests/test_evaluator.py
+0
-2
No files found.
tests/test_evaluator.py
View file @
77289aed
...
@@ -55,7 +55,6 @@ def test_evaluator(taskname, task_class):
...
@@ -55,7 +55,6 @@ def test_evaluator(taskname, task_class):
num_fewshot
=
0
,
num_fewshot
=
0
,
limit
=
limit
,
limit
=
limit
,
bootstrap_iters
=
10
,
bootstrap_iters
=
10
,
description_dict
=
None
,
)
)
e2
=
evaluator
.
evaluate
(
e2
=
evaluator
.
evaluate
(
lm
=
lm
,
lm
=
lm
,
...
@@ -63,7 +62,6 @@ def test_evaluator(taskname, task_class):
...
@@ -63,7 +62,6 @@ def test_evaluator(taskname, task_class):
num_fewshot
=
0
,
num_fewshot
=
0
,
limit
=
limit
,
limit
=
limit
,
bootstrap_iters
=
10
,
bootstrap_iters
=
10
,
description_dict
=
None
,
)
)
# check that caching is working
# check that caching is working
...
...
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