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
bf6cf1de
Commit
bf6cf1de
authored
Nov 17, 2023
by
lintangsutawika
Browse files
format
parent
b4c1ba30
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
lm_eval/evaluator.py
lm_eval/evaluator.py
+5
-3
No files found.
lm_eval/evaluator.py
View file @
bf6cf1de
...
...
@@ -238,9 +238,11 @@ def evaluate(
if
"task_alias"
in
configs
[
task_name
]:
task_group_alias
[
task_name
]
=
configs
[
task_name
][
"task_alias"
]
if
(
"group_alias"
in
configs
[
task_name
])
and
(
group_name
not
in
task_group_alias
)
and
(
group_name
!=
None
):
if
(
(
"group_alias"
in
configs
[
task_name
])
and
(
group_name
not
in
task_group_alias
)
and
(
group_name
is
not
None
)
):
task_group_alias
[
group_name
]
=
configs
[
task_name
][
"group_alias"
]
if
limit
is
not
None
:
...
...
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