Unverified Commit d33149c5 authored by Lintang Sutawika's avatar Lintang Sutawika Committed by GitHub
Browse files

Update task.py

parent c4594d27
...@@ -81,7 +81,6 @@ class TaskConfig(dict): ...@@ -81,7 +81,6 @@ class TaskConfig(dict):
should_decontaminate: bool = False should_decontaminate: bool = False
doc_to_decontamination_query: str = None doc_to_decontamination_query: str = None
weight_by_size: bool = False weight_by_size: bool = False
metadata: Union[ metadata: Union[
str, list str, list
] = None # by default, not used in the code. allows for users to pass arbitrary info to tasks ] = None # by default, not used in the code. allows for users to pass arbitrary info to tasks
......
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