Datasets:
Languages:
Indonesian
License:
Update indo_story_cloze.py
Browse files- 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}
|