Commit dd7002d6 authored by lintangsutawika's avatar lintangsutawika
Browse files

add task and group alias

parent 21cf6508
......@@ -52,7 +52,9 @@ ALL_OUTPUT_TYPES = [
class TaskConfig(dict):
# task naming/registry
task: str = None
task_alias: str = None
group: Union[str, list] = None
group_alias: Union[str, list] = None
# HF dataset options.
# which dataset to use,
# and what splits for what purpose
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment