Commit d34ae3cf authored by Jonathan Tow's avatar Jonathan Tow
Browse files

Add `description_dict` to results config

parent 70f92733
...@@ -62,7 +62,8 @@ def simple_evaluate(model, model_args, task_names, ...@@ -62,7 +62,8 @@ def simple_evaluate(model, model_args, task_names,
"device": device, "device": device,
"no_cache": no_cache, "no_cache": no_cache,
"limit": limit, "limit": limit,
"bootstrap_iters": bootstrap_iters "bootstrap_iters": bootstrap_iters,
"description_dict": description_dict
} }
return results return results
......
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