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
9fa3b3f4
Commit
9fa3b3f4
authored
Jun 10, 2024
by
lintangsutawika
Browse files
change how aggregate_metric is loaded
parent
80d0f412
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lm_eval/api/task.py
lm_eval/api/task.py
+1
-1
No files found.
lm_eval/api/task.py
View file @
9fa3b3f4
...
@@ -69,7 +69,7 @@ class GroupConfig(dict):
...
@@ -69,7 +69,7 @@ class GroupConfig(dict):
group_alias
:
Optional
[
str
]
=
None
group_alias
:
Optional
[
str
]
=
None
task
:
Optional
[
Union
[
str
,
list
]]
=
None
task
:
Optional
[
Union
[
str
,
list
]]
=
None
tag_to_task
:
Optional
[
str
]
=
False
tag_to_task
:
Optional
[
str
]
=
False
aggregate_metric
_list
:
Optional
[
aggregate_metric
:
Optional
[
Union
[
List
[
AggMetricConfig
],
AggMetricConfig
,
dict
]
Union
[
List
[
AggMetricConfig
],
AggMetricConfig
,
dict
]
]
=
None
]
=
None
metadata
:
Optional
[
metadata
:
Optional
[
...
...
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