Commit 05a7d1da authored by haileyschoelkopf's avatar haileyschoelkopf
Browse files

rename test_description.py

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