Commit 37a46351 authored by lintangsutawika's avatar lintangsutawika
Browse files

reformat

parent 525afc17
...@@ -91,7 +91,9 @@ class TaskConfig(dict): ...@@ -91,7 +91,9 @@ class TaskConfig(dict):
should_decontaminate: bool = False should_decontaminate: bool = False
doc_to_decontamination_query: str = None doc_to_decontamination_query: str = None
metadata: Union[str, list] = None # by default, not used in the code. allows for users to pass arbitrary info to tasks metadata: Union[
str, list
] = None # by default, not used in the code. allows for users to pass arbitrary info to tasks
def __post_init__(self) -> None: def __post_init__(self) -> None:
if self.dataset_path and ("." in self.dataset_path): if self.dataset_path and ("." in self.dataset_path):
......
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