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,
"device": device,
"no_cache": no_cache,
"limit": limit,
"bootstrap_iters": bootstrap_iters
"bootstrap_iters": bootstrap_iters,
"description_dict": description_dict
}
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