Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
lm-evaluation-harness
Commits
d34ae3cf
Commit
d34ae3cf
authored
Dec 21, 2021
by
Jonathan Tow
Browse files
Add `description_dict` to results config
parent
70f92733
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lm_eval/evaluator.py
lm_eval/evaluator.py
+2
-1
No files found.
lm_eval/evaluator.py
View file @
d34ae3cf
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment