mathemakitten commited on
Commit
d28c578
·
1 Parent(s): cc0f4a7

more data?

Browse files
Files changed (1) hide show
  1. evaluation-suite-ci.py +2 -2
evaluation-suite-ci.py CHANGED
@@ -16,8 +16,8 @@ class Suite(evaluate.EvaluationSuite):
16
  data_preprocessor=self.preprocessor,
17
  args_for_task={
18
  "metric": "accuracy",
19
- "input_column": "text",
20
- "label_column": "label",
21
  "label_mapping": {
22
  "LABEL_0": 0.0,
23
  "LABEL_1": 1.0
 
16
  data_preprocessor=self.preprocessor,
17
  args_for_task={
18
  "metric": "accuracy",
19
+ # "input_column": "text",
20
+ # "label_column": "label",
21
  "label_mapping": {
22
  "LABEL_0": 0.0,
23
  "LABEL_1": 1.0