"server/vscode:/vscode.git/clone" did not exist on "053739d19fa38d2e9aa1257ed3b2a956820b5638"
Commit 05a7d1da authored by haileyschoelkopf's avatar haileyschoelkopf
Browse files

rename test_description.py

parent 194a806d
...@@ -3,7 +3,7 @@ import lm_eval.tasks ...@@ -3,7 +3,7 @@ import lm_eval.tasks
import lm_eval.models import lm_eval.models
def test_description_dict(): def test_description():
seed = 42 seed = 42
num_examples = 1 num_examples = 1
task_names = ["hellaswag", "winogrande"] task_names = ["hellaswag", "winogrande"]
...@@ -37,6 +37,5 @@ def test_description_dict(): ...@@ -37,6 +37,5 @@ def test_description_dict():
doc=doc, doc=doc,
num_fewshot=1, num_fewshot=1,
rnd=rnd, rnd=rnd,
description=description,
) )
assert description in ctx assert description in ctx
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