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