Datasets:
Tasks:
Text Classification
Sub-tasks:
sentiment-classification
Languages:
English
Size:
1K - 10K
License:
Update etpc.py
Browse files
etpc.py
CHANGED
@@ -58,7 +58,7 @@ _URLS = [
|
|
58 |
class ETPC(datasets.GeneratorBasedBuilder):
|
59 |
"""ETPC dataset."""
|
60 |
|
61 |
-
VERSION = datasets.Version("0.95")
|
62 |
|
63 |
def _info(self):
|
64 |
features = datasets.Features(
|
|
|
58 |
class ETPC(datasets.GeneratorBasedBuilder):
|
59 |
"""ETPC dataset."""
|
60 |
|
61 |
+
VERSION = datasets.Version("0.95.0")
|
62 |
|
63 |
def _info(self):
|
64 |
features = datasets.Features(
|