mathemakitten commited on
Commit
b3f21b2
·
1 Parent(s): 733a570
Files changed (1) hide show
  1. evaluation-suite-ci.py +0 -1
evaluation-suite-ci.py CHANGED
@@ -7,7 +7,6 @@ class Suite(evaluate.EvaluationSuite):
7
  def __init__(self, name):
8
  super().__init__(name)
9
 
10
- def setup(self):
11
  self.preprocessor = lambda x: {"text": x["text"].lower()}
12
  self.suite = [
13
  SubTask(
 
7
  def __init__(self, name):
8
  super().__init__(name)
9
 
 
10
  self.preprocessor = lambda x: {"text": x["text"].lower()}
11
  self.suite = [
12
  SubTask(