samuelcahyawijaya
commited on
Commit
•
662b283
1
Parent(s):
19fc13c
Update nusaparagraph_rhetoric.py
Browse files
nusaparagraph_rhetoric.py
CHANGED
@@ -90,7 +90,7 @@ class NusaParagraphRhetoric(datasets.GeneratorBasedBuilder):
|
|
90 |
nusantara_config_constructor("", "source", _SOURCE_VERSION),
|
91 |
nusantara_config_constructor("", "nusantara_text", _NUSANTARA_VERSION)
|
92 |
])
|
93 |
-
DEFAULT_CONFIG_NAME = "
|
94 |
def _info(self) -> datasets.DatasetInfo:
|
95 |
if self.config.schema == "source":
|
96 |
features = datasets.Features({
|
|
|
90 |
nusantara_config_constructor("", "source", _SOURCE_VERSION),
|
91 |
nusantara_config_constructor("", "nusantara_text", _NUSANTARA_VERSION)
|
92 |
])
|
93 |
+
DEFAULT_CONFIG_NAME = "nusaparagraph_rhetoric_nusantara_text"
|
94 |
def _info(self) -> datasets.DatasetInfo:
|
95 |
if self.config.schema == "source":
|
96 |
features = datasets.Features({
|