indolem commited on
Commit
defebf8
·
1 Parent(s): 6dc0bff

Update indo_story_cloze.py

Browse files
Files changed (1) hide show
  1. indo_story_cloze.py +1 -1
indo_story_cloze.py CHANGED
@@ -40,7 +40,7 @@ class IndoStoryClozeConfig(datasets.BuilderConfig):
40
  class IndoStoryCloze(datasets.GeneratorBasedBuilder):
41
  """The Indo_Story_Cloze Datasets."""
42
 
43
- BUILDER_CONFIGS = IndoStoryClozeConfig()
44
 
45
  def _info(self):
46
  features = {feature: datasets.Value("string") for feature in self.config.features}
 
40
  class IndoStoryCloze(datasets.GeneratorBasedBuilder):
41
  """The Indo_Story_Cloze Datasets."""
42
 
43
+ BUILDER_CONFIGS = [IndoStoryClozeConfig()]
44
 
45
  def _info(self):
46
  features = {feature: datasets.Value("string") for feature in self.config.features}