Datasets:
GEM
/

Modalities:
Text
Languages:
English
ArXiv:
Libraries:
Datasets
License:
oluwatosin adewumi commited on
Commit
f271bd2
·
1 Parent(s): 0bd9aef

BuilderConfig adjustment to python script added

Browse files
Files changed (1) hide show
  1. 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 = "TaskmasterConfigName" # 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
 
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