oluwatosin adewumi
commited on
Commit
·
8fcd209
1
Parent(s):
4c4c68f
commented out the config settings
Browse files- Taskmaster.py +6 -6
Taskmaster.py
CHANGED
@@ -81,12 +81,12 @@ class Taskmaster(datasets.GeneratorBasedBuilder):
|
|
81 |
# You will be able to load one or the other configurations in the following list with
|
82 |
# data = datasets.load_dataset('my_dataset', 'first_domain')
|
83 |
# data = datasets.load_dataset('my_dataset', 'second_domain')
|
84 |
-
BUILDER_CONFIGS = [
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
]
|
90 |
|
91 |
DEFAULT_CONFIG_NAME = "TaskmasterConfig" # It's not mandatory to have a default configuration. Just use one if it makes sense.
|
92 |
|
|
|
81 |
# You will be able to load one or the other configurations in the following list with
|
82 |
# data = datasets.load_dataset('my_dataset', 'first_domain')
|
83 |
# data = datasets.load_dataset('my_dataset', 'second_domain')
|
84 |
+
# BUILDER_CONFIGS = [
|
85 |
+
# #datasets.BuilderConfig(name="train", version=VERSION, description="training set"),
|
86 |
+
# datasets.TaskmasterConfig(name="train", version=VERSION, description="training set"),
|
87 |
+
# datasets.TaskmasterConfig(name="dev", version=VERSION, description="dev set"),
|
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 |
|