mathemakitten commited on
Commit
3dd9c3b
·
1 Parent(s): c6f1559
Files changed (1) hide show
  1. glue-suite-v2.py +1 -1
glue-suite-v2.py CHANGED
@@ -19,7 +19,7 @@ class Suite(evaluate.EvaluationSuite):
19
  SubTask(
20
  data="imdb",
21
  split="test",
22
- data_preprocessor=self.preprocessor,
23
  args_for_task={
24
  "metric": "accuracy",
25
  "input_column": "text",
 
19
  SubTask(
20
  data="imdb",
21
  split="test",
22
+ data_preprocessor=lambda x: x["text"].lower(),#self.preprocessor,
23
  args_for_task={
24
  "metric": "accuracy",
25
  "input_column": "text",