Commit 3f4ad961 authored by Baber's avatar Baber
Browse files

nit

parent e464ba3b
......@@ -129,7 +129,7 @@ class DatasetConfig:
@dataclass
class TaskConfig(dict):
# task naming/registry
task: Optional[str] = None
task: str
task_alias: Optional[str] = None
tag: Optional[Union[str, list]] = None
# HF dataset options.
......
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