Datasets:
Tasks:
Text Classification
Sub-tasks:
sentiment-classification
Languages:
English
Size:
10K<n<100K
License:
Francisco Castillo
commited on
Commit
·
4c26874
1
Parent(s):
0e9b755
Update loading script
Browse files
ecommerce_reviews_language_drift.py
CHANGED
@@ -66,7 +66,7 @@ _URLS = {
|
|
66 |
|
67 |
|
68 |
# TODO: Name of the dataset usually match the script name with CamelCase instead of snake_case
|
69 |
-
class
|
70 |
"""TODO: Short description of my dataset."""
|
71 |
|
72 |
VERSION = datasets.Version("1.0.0")
|
|
|
66 |
|
67 |
|
68 |
# TODO: Name of the dataset usually match the script name with CamelCase instead of snake_case
|
69 |
+
class EcommerceReviewsWithLanguageDrift(datasets.GeneratorBasedBuilder):
|
70 |
"""TODO: Short description of my dataset."""
|
71 |
|
72 |
VERSION = datasets.Version("1.0.0")
|