samuelcahyawijaya
commited on
Commit
·
193eb1d
1
Parent(s):
6440581
Update nusaparagraph_topic.py
Browse files- nusaparagraph_topic.py +1 -1
nusaparagraph_topic.py
CHANGED
@@ -112,7 +112,7 @@ class NusaParagraphTopic(datasets.GeneratorBasedBuilder):
|
|
112 |
nusantara_config_constructor("", "nusantara_text", _NUSANTARA_VERSION)
|
113 |
])
|
114 |
|
115 |
-
DEFAULT_CONFIG_NAME = "
|
116 |
|
117 |
def _info(self) -> datasets.DatasetInfo:
|
118 |
if self.config.schema == "source":
|
|
|
112 |
nusantara_config_constructor("", "nusantara_text", _NUSANTARA_VERSION)
|
113 |
])
|
114 |
|
115 |
+
DEFAULT_CONFIG_NAME = "nusaparagraph_topic_nusantara_text"
|
116 |
|
117 |
def _info(self) -> datasets.DatasetInfo:
|
118 |
if self.config.schema == "source":
|