daniel-de-leon commited on
Commit
46074bc
·
1 Parent(s): 7aa6f86
Files changed (1) hide show
  1. test-suite.py +2 -2
test-suite.py CHANGED
@@ -33,8 +33,8 @@ class Suite(evaluate.EvaluationSuite):
33
  "input_column": "text",
34
  "label_column": "label",
35
  "label_mapping": {
36
- "not toxic": 1.0,
37
- "toxic": 1.0
38
  }
39
  }
40
  )
 
33
  "input_column": "text",
34
  "label_column": "label",
35
  "label_mapping": {
36
+ "NO_HATE": 0.0,
37
+ "HATE": 1.0
38
  }
39
  }
40
  )