Hugo Abonizio
commited on
Commit
·
6ae9381
1
Parent(s):
984d258
Fix docstring
Browse files- sst2_pt.py +1 -1
sst2_pt.py
CHANGED
@@ -27,7 +27,7 @@ _HOMEPAGE = "https://nlp.stanford.edu/sentiment/"
|
|
27 |
_DOWNLOAD_URL = "https://huggingface.co/datasets/maritaca-ai/sst2_pt/resolve/main"
|
28 |
|
29 |
class SST2(datasets.GeneratorBasedBuilder):
|
30 |
-
"""The Stanford Sentiment Treebank to Portuguese."""
|
31 |
|
32 |
def _info(self):
|
33 |
return datasets.DatasetInfo(
|
|
|
27 |
_DOWNLOAD_URL = "https://huggingface.co/datasets/maritaca-ai/sst2_pt/resolve/main"
|
28 |
|
29 |
class SST2(datasets.GeneratorBasedBuilder):
|
30 |
+
"""The Stanford Sentiment Treebank translated to Portuguese."""
|
31 |
|
32 |
def _info(self):
|
33 |
return datasets.DatasetInfo(
|