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
0b99c7d2
Commit
0b99c7d2
authored
Sep 11, 2023
by
haileyschoelkopf
Browse files
update evaluator docstring
parent
095d12f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lm_eval/evaluator.py
lm_eval/evaluator.py
+1
-1
No files found.
lm_eval/evaluator.py
View file @
0b99c7d2
...
@@ -185,7 +185,7 @@ def evaluate(
...
@@ -185,7 +185,7 @@ def evaluate(
:param lm: obj
:param lm: obj
Language Model
Language Model
:param task_dict: dict[str, Task]
:param task_dict: dict[str, Task]
Dictionary of tasks. Tasks will be taken to have name t
ask.EVAL_HARNESS_NAME if defined and type(task).__name__ otherwise
.
Dictionary of tasks. Tasks will be taken to have name t
ype(task).config.task
.
:param limit: int, optional
:param limit: int, optional
Limit the number of examples per task (only use this for testing)
Limit the number of examples per task (only use this for testing)
:param bootstrap_iters:
:param bootstrap_iters:
...
...
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