mathemakitten commited on
Commit
224f9f8
·
1 Parent(s): 5be8698
Files changed (1) hide show
  1. evaluation-suite-ci.py +2 -2
evaluation-suite-ci.py CHANGED
@@ -16,7 +16,7 @@ class Suite(evaluate.EvaluationSuite):
16
  data_preprocessor=self.preprocessor,
17
  args_for_task={
18
  "metric": "accuracy",
19
- "input_column": "sentence",
20
  "label_column": "label",
21
  "label_mapping": {"negative": 0, "positive": 1}
22
  }
@@ -28,7 +28,7 @@ class Suite(evaluate.EvaluationSuite):
28
  data_preprocessor=None,
29
  args_for_task={
30
  "metric": "accuracy",
31
- "input_column": "sentence",
32
  "label_column": "label",
33
  "label_mapping": {"negative": 0, "positive": 1}
34
  }
 
16
  data_preprocessor=self.preprocessor,
17
  args_for_task={
18
  "metric": "accuracy",
19
+ "input_column": "text",
20
  "label_column": "label",
21
  "label_mapping": {"negative": 0, "positive": 1}
22
  }
 
28
  data_preprocessor=None,
29
  args_for_task={
30
  "metric": "accuracy",
31
+ "input_column": "text",
32
  "label_column": "label",
33
  "label_mapping": {"negative": 0, "positive": 1}
34
  }