oluwatosin adewumi
commited on
Commit
·
34de73c
1
Parent(s):
e64033a
commented out default config
Browse files- Taskmaster.py +1 -1
Taskmaster.py
CHANGED
@@ -88,7 +88,7 @@ class Taskmaster(datasets.GeneratorBasedBuilder):
|
|
88 |
# datasets.TaskmasterConfig(name="test", version=VERSION, description="test set"),
|
89 |
# ]
|
90 |
|
91 |
-
DEFAULT_CONFIG_NAME = "
|
92 |
|
93 |
def _info(self):
|
94 |
# TODO: This method specifies the datasets.DatasetInfo object which contains informations and typings for the dataset
|
|
|
88 |
# datasets.TaskmasterConfig(name="test", version=VERSION, description="test set"),
|
89 |
# ]
|
90 |
|
91 |
+
#DEFAULT_CONFIG_NAME = "TaskmasterConfig" # It's not mandatory to have a default configuration. Just use one if it makes sense.
|
92 |
|
93 |
def _info(self):
|
94 |
# TODO: This method specifies the datasets.DatasetInfo object which contains informations and typings for the dataset
|