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
dd7002d6
Commit
dd7002d6
authored
Nov 01, 2023
by
lintangsutawika
Browse files
add task and group alias
parent
21cf6508
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
lm_eval/api/task.py
lm_eval/api/task.py
+2
-0
No files found.
lm_eval/api/task.py
View file @
dd7002d6
...
@@ -52,7 +52,9 @@ ALL_OUTPUT_TYPES = [
...
@@ -52,7 +52,9 @@ ALL_OUTPUT_TYPES = [
class
TaskConfig
(
dict
):
class
TaskConfig
(
dict
):
# task naming/registry
# task naming/registry
task
:
str
=
None
task
:
str
=
None
task_alias
:
str
=
None
group
:
Union
[
str
,
list
]
=
None
group
:
Union
[
str
,
list
]
=
None
group_alias
:
Union
[
str
,
list
]
=
None
# HF dataset options.
# HF dataset options.
# which dataset to use,
# which dataset to use,
# and what splits for what purpose
# and what splits for what purpose
...
...
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