mathemakitten commited on
Commit
d085278
1 Parent(s): 47ba2bd
Files changed (1) hide show
  1. glue-suite-v2.py +1 -1
glue-suite-v2.py CHANGED
@@ -8,7 +8,7 @@ class Suite(evaluate.EvaluationSuite):
8
  super().__init__(name)
9
 
10
  def setup(self):
11
- self.preprocessor = lambda x: {"text": x["text"].lower()} # dataset.map(lambda example, idx: {"sentence2": f"{idx}: " + example["sentence2"]}, with_indices=True)
12
  self.suite = [
13
  SubTask(
14
  task_type="text-classification",
 
8
  super().__init__(name)
9
 
10
  def setup(self):
11
+ self.preprocessor = lambda x: {"text": x["text"].lower()}
12
  self.suite = [
13
  SubTask(
14
  task_type="text-classification",