samuelcahyawijaya
commited on
Commit
•
a46354e
1
Parent(s):
c84d97b
Update nusaparagraph_emot.py
Browse files- nusaparagraph_emot.py +1 -1
nusaparagraph_emot.py
CHANGED
@@ -90,7 +90,7 @@ class NusaParagraphEmot(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_emot_nusantara_text"
|
94 |
def _info(self) -> datasets.DatasetInfo:
|
95 |
if self.config.schema == "source":
|
96 |
features = datasets.Features({
|