Datasets:
Tasks:
Text Classification
Sub-tasks:
sentiment-classification
Languages:
English
Size:
10K<n<100K
License:
Francisco Castillo
commited on
Commit
·
aedcd54
1
Parent(s):
41f2d15
Update data files
Browse files- ecommerce_reviews_language_drift.py +2 -1
- production.csv +2 -2
- training.csv +2 -2
- validation.csv +2 -2
ecommerce_reviews_language_drift.py
CHANGED
@@ -89,7 +89,8 @@ class EcommerceReviewsWithLanguageDrift(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 = ["very negative", "negative", "neutral", "positive", "very positive"]
|
|
|
93 |
# This method specifies the datasets.DatasetInfo object which contains informations and typings for the dataset
|
94 |
features = datasets.Features(
|
95 |
# These are the features of your dataset like images, labels ...
|
|
|
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 = ["very negative", "negative", "neutral", "positive", "very 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(
|
96 |
# These are the features of your dataset like images, labels ...
|
production.csv
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2c65ac28b1637a06ea6fb7bcd9b1ba0c359d0b5dbefa4cce42ff71ee5d03ab3f
|
3 |
+
size 22812900
|
training.csv
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:825a8f8f0c65709dadcec67c43a2fdae5dd1e5274bee35e94ce050b16aec9c49
|
3 |
+
size 5686048
|
validation.csv
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2c520d15b3d69dd5c794467b1034b4dd8503b6a073546f6fa9fae0bdc07cc0e5
|
3 |
+
size 1425275
|