Francisco Castillo commited on
Commit
4c93abd
1 Parent(s): 412a02e
Files changed (1) hide show
  1. reviews_with_drift.py +5 -5
reviews_with_drift.py CHANGED
@@ -166,10 +166,10 @@ class ReviewsWithDrift(datasets.GeneratorBasedBuilder):
166
  # print(label)
167
  if id_==0:
168
  continue
169
- print("CACA\n\n")
170
- print(label)
171
- print(type(label))
172
- print("\n\nCACA\n\n")
173
  yield id_, {
174
  "prediction_ts":prediction_ts,
175
  "age":age,
@@ -178,4 +178,4 @@ class ReviewsWithDrift(datasets.GeneratorBasedBuilder):
178
  "text": text,
179
  "label":label,
180
  }
181
- break
 
166
  # print(label)
167
  if id_==0:
168
  continue
169
+ # print("CACA\n\n")
170
+ # print(label)
171
+ # print(type(label))
172
+ # print("\n\nCACA\n\n")
173
  yield id_, {
174
  "prediction_ts":prediction_ts,
175
  "age":age,
 
178
  "text": text,
179
  "label":label,
180
  }
181
+ # break