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
4587b718
Unverified
Commit
4587b718
authored
May 11, 2022
by
Niklas Muennighoff
Committed by
GitHub
May 11, 2022
Browse files
Add bootstrap_iters kwarg
parent
a2cada5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
lm_eval/evaluator.py
lm_eval/evaluator.py
+1
-0
No files found.
lm_eval/evaluator.py
View file @
4587b718
...
@@ -91,6 +91,7 @@ def simple_evaluate(
...
@@ -91,6 +91,7 @@ def simple_evaluate(
task_dict
=
task_dict
,
task_dict
=
task_dict
,
num_fewshot
=
num_fewshot
,
num_fewshot
=
num_fewshot
,
limit
=
limit
,
limit
=
limit
,
bootstrap_iters
=
bootstrap_iters
,
description_dict
=
description_dict
,
description_dict
=
description_dict
,
decontamination_ngrams_path
=
decontamination_ngrams_path
,
decontamination_ngrams_path
=
decontamination_ngrams_path
,
)
)
...
...
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