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

more data?

Browse files
Files changed (1) hide show
  1. evaluation-suite-ci.py +15 -15
evaluation-suite-ci.py CHANGED
@@ -24,19 +24,19 @@ class Suite(evaluate.EvaluationSuite):
24
  }
25
  }
26
  ),
27
- SubTask(
28
- task_type="text-classification",
29
- data="imdb",
30
- split="test[:2]",
31
- data_preprocessor=None,
32
- args_for_task={
33
- "metric": "accuracy",
34
- "input_column": "text",
35
- "label_column": "label",
36
- "label_mapping": {
37
- "LABEL_0": 0.0,
38
- "LABEL_1": 1.0
39
- }
40
- }
41
- )
42
  ]
 
24
  }
25
  }
26
  ),
27
+ # SubTask(
28
+ # task_type="text-classification",
29
+ # data="imdb",
30
+ # split="test[:2]",
31
+ # data_preprocessor=None,
32
+ # args_for_task={
33
+ # "metric": "accuracy",
34
+ # "input_column": "text",
35
+ # "label_column": "label",
36
+ # "label_mapping": {
37
+ # "LABEL_0": 0.0,
38
+ # "LABEL_1": 1.0
39
+ # }
40
+ # }
41
+ # )
42
  ]