"test/srt/openai_server/basic/test_openai_server.py" did not exist on "91a066ec6a4a70e1db60237576b4d6023fe614b3"
Commit 0b99c7d2 authored by haileyschoelkopf's avatar haileyschoelkopf
Browse files

update evaluator docstring

parent 095d12f7
......@@ -185,7 +185,7 @@ def evaluate(
:param lm: obj
Language Model
:param task_dict: dict[str, Task]
Dictionary of tasks. Tasks will be taken to have name task.EVAL_HARNESS_NAME if defined and type(task).__name__ otherwise.
Dictionary of tasks. Tasks will be taken to have name type(task).config.task .
:param limit: int, optional
Limit the number of examples per task (only use this for testing)
:param bootstrap_iters:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment