update: remove default config
Browse files- agro-nt-tasks.py +0 -6
agro-nt-tasks.py
CHANGED
@@ -77,12 +77,6 @@ class AgroNtTasks(datasets.GeneratorBasedBuilder):
|
|
77 |
BUILDER_CONFIGS = [AgroNtTasksConfig(task_name=TASK_NAME) for TASK_NAME
|
78 |
in _TASK_NAMES]
|
79 |
|
80 |
-
print(_TASK_NAMES)
|
81 |
-
for config in BUILDER_CONFIGS:
|
82 |
-
print(config.name)
|
83 |
-
|
84 |
-
DEFAULT_CONFIG_NAME = _TASK_NAMES[0]
|
85 |
-
|
86 |
def _info(self):
|
87 |
|
88 |
if self.config.task_type == 'binary':
|
|
|
77 |
BUILDER_CONFIGS = [AgroNtTasksConfig(task_name=TASK_NAME) for TASK_NAME
|
78 |
in _TASK_NAMES]
|
79 |
|
|
|
|
|
|
|
|
|
|
|
|
|
80 |
def _info(self):
|
81 |
|
82 |
if self.config.task_type == 'binary':
|