Datasets:
Tasks:
Text Classification
Formats:
csv
Sub-tasks:
sentiment-classification
Languages:
English
Size:
10K - 100K
License:
Francisco Castillo
commited on
Commit
·
e1f213c
1
Parent(s):
fd8ac40
wip
Browse files- reviews_with_drift.py +2 -2
reviews_with_drift.py
CHANGED
@@ -157,8 +157,8 @@ class ReviewsWithDrift(datasets.GeneratorBasedBuilder):
|
|
157 |
prediction_ts,age,gender,context,text,label = row
|
158 |
print(type(prediction_ts))
|
159 |
yield id_, {
|
160 |
-
"prediction_ts":
|
161 |
-
"age":
|
162 |
"gender":gender,
|
163 |
"context":context,
|
164 |
"text": text,
|
|
|
157 |
prediction_ts,age,gender,context,text,label = row
|
158 |
print(type(prediction_ts))
|
159 |
yield id_, {
|
160 |
+
"prediction_ts":33.33,
|
161 |
+
"age":15,
|
162 |
"gender":gender,
|
163 |
"context":context,
|
164 |
"text": text,
|