Yijun Xiao commited on
Commit
f5ea9ab
·
1 Parent(s): b11f1fe

Fixed date field in Toxicity

Browse files
Files changed (1) hide show
  1. qb.py +1 -1
qb.py CHANGED
@@ -22,7 +22,7 @@ _URLS = {
22
  _FIELDS = {
23
  "amazon": ["date", "rating", "reviewText", "summary"],
24
  "ccd": ["date", "product", "subproduct", "issue", "subissue", "text"],
25
- "toxicity": ["rev_id", "toxicity", "year", "comment", "sample"],
26
  }
27
 
28
  _LABELS = {
 
22
  _FIELDS = {
23
  "amazon": ["date", "rating", "reviewText", "summary"],
24
  "ccd": ["date", "product", "subproduct", "issue", "subissue", "text"],
25
+ "toxicity": ["rev_id", "toxicity", "date", "comment", "sample"],
26
  }
27
 
28
  _LABELS = {