Francisco Castillo commited on
Commit
5826a30
1 Parent(s): b1daa1b

Update dataset description

Browse files
Files changed (1) hide show
  1. reviews_with_drift.py +1 -1
reviews_with_drift.py CHANGED
@@ -40,7 +40,7 @@ _CITATION = ""
40
  # TODO: Add description of the dataset here
41
  # You can copy an official description
42
  _DESCRIPTION = """\
43
- This new dataset is designed to solve this great NLP task and is crafted with a lot of care.
44
  """
45
 
46
  # TODO: Add a link to an official homepage for the dataset here
40
  # TODO: Add description of the dataset here
41
  # You can copy an official description
42
  _DESCRIPTION = """\
43
+ This dataset was crafted to be used in our tutorial [Link to the tutorial when ready]. It consists on a large Movie Review Dataset mixed with some reviews from a Hotel Review Dataset. The training/validation set are purely obtained from the Movie Review Dataset while the production set is mixed. Some other features have been added (age, gender, context) as well as a made up timestamp prediction_ts of when the inference took place.
44
  """
45
 
46
  # TODO: Add a link to an official homepage for the dataset here