Datasets:
Tasks:
Text Classification
Sub-tasks:
sentiment-classification
Languages:
English
Size:
10K<n<100K
License:
Francisco Castillo
commited on
Commit
·
0223753
1
Parent(s):
7beac22
wip
Browse files
beer_reviews_label_drift_neg.py
CHANGED
@@ -89,7 +89,7 @@ class BeerReviewsLabelDriftNeg(datasets.GeneratorBasedBuilder):
|
|
89 |
DEFAULT_CONFIG_NAME = "default" # It's not mandatory to have a default configuration. Just use one if it make sense.
|
90 |
|
91 |
def _info(self):
|
92 |
-
#class_names = ["
|
93 |
class_names = ["negative", "neutral", "positive"]
|
94 |
# This method specifies the datasets.DatasetInfo object which contains informations and typings for the dataset
|
95 |
features = datasets.Features(
|
|
|
89 |
DEFAULT_CONFIG_NAME = "default" # It's not mandatory to have a default configuration. Just use one if it make sense.
|
90 |
|
91 |
def _info(self):
|
92 |
+
#class_names = ["negative", "neutral", "positive"]
|
93 |
class_names = ["negative", "neutral", "positive"]
|
94 |
# This method specifies the datasets.DatasetInfo object which contains informations and typings for the dataset
|
95 |
features = datasets.Features(
|