Datasets:
Tasks:
Text Classification
Formats:
csv
Sub-tasks:
sentiment-classification
Languages:
English
Size:
10K - 100K
License:
Francisco Castillo
commited on
Commit
·
fd8ac40
1
Parent(s):
c14ca44
wip
Browse files- reviews_with_drift.py +1 -1
reviews_with_drift.py
CHANGED
@@ -89,7 +89,7 @@ class ReviewsWithDrift(datasets.GeneratorBasedBuilder):
|
|
89 |
features = datasets.Features(
|
90 |
# These are the features of your dataset like images, labels ...
|
91 |
{
|
92 |
-
"prediction_ts": datasets.Value("
|
93 |
"age":datasets.Value("int16"),
|
94 |
"gender":datasets.Value("string"),
|
95 |
"context":datasets.Value("string"),
|
|
|
89 |
features = datasets.Features(
|
90 |
# These are the features of your dataset like images, labels ...
|
91 |
{
|
92 |
+
"prediction_ts": datasets.Value("float16"),
|
93 |
"age":datasets.Value("int16"),
|
94 |
"gender":datasets.Value("string"),
|
95 |
"context":datasets.Value("string"),
|