daniel-de-leon commited on
Commit
17ee47c
·
1 Parent(s): 06973e4

forgot info

Browse files
Files changed (1) hide show
  1. glue-suite-v2.py +3 -3
glue-suite-v2.py CHANGED
@@ -10,11 +10,11 @@ class Suite(evaluate.EvaluationSuite):
10
  self.suite = [
11
  SubTask(
12
  task_type="text-classification",
13
- data="hate_speech",
14
- split="test[:10]",
15
  args_for_task={
16
  "metric": "accuracy",
17
- "input_column": "sentence",
18
  "label_column": "label",
19
  "label_mapping": {
20
  "noHate": 0.0,
 
10
  self.suite = [
11
  SubTask(
12
  task_type="text-classification",
13
+ data="hate_speech18",
14
+ split="train[:10]",
15
  args_for_task={
16
  "metric": "accuracy",
17
+ "input_column": "text",
18
  "label_column": "label",
19
  "label_mapping": {
20
  "noHate": 0.0,