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
2a2566e6
"sims/mem/vscode:/vscode.git/clone" did not exist on "2ad19dc5ae055c664a2fdb68e6f192645ff1dcd6"
Commit
2a2566e6
authored
Apr 23, 2024
by
lintangsutawika
Browse files
add greoup_config arg
parent
7852985b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
lm_eval/api/task.py
lm_eval/api/task.py
+1
-0
No files found.
lm_eval/api/task.py
View file @
2a2566e6
...
@@ -58,6 +58,7 @@ class TaskConfig(dict):
...
@@ -58,6 +58,7 @@ class TaskConfig(dict):
task_alias
:
Optional
[
str
]
=
None
task_alias
:
Optional
[
str
]
=
None
group
:
Optional
[
Union
[
str
,
list
]]
=
None
group
:
Optional
[
Union
[
str
,
list
]]
=
None
group_alias
:
Optional
[
Union
[
str
,
list
]]
=
None
group_alias
:
Optional
[
Union
[
str
,
list
]]
=
None
group_config
:
Optional
[
dict
]
=
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