daniel-de-leon commited on
Commit
b75744c
·
1 Parent(s): 00682f2

update label names

Browse files
Files changed (1) hide show
  1. test-suite.py +4 -4
test-suite.py CHANGED
@@ -17,10 +17,10 @@ class Suite(evaluate.EvaluationSuite):
17
  "input_column": "text",
18
  "label_column": "label",
19
  "label_mapping": {
20
- "noHate": 0.0,
21
- "hate": 1.0,
22
- "relation": 1.0,
23
- "idk/skip": 1.0
24
  }
25
  }
26
  )
 
17
  "input_column": "text",
18
  "label_column": "label",
19
  "label_mapping": {
20
+ "NO_HATE": 0.0,
21
+ "HATE": 1.0,
22
+ "RELATION": 1.0,
23
+ "IDK": 1.0
24
  }
25
  }
26
  )