mathemakitten commited on
Commit
1254e56
1 Parent(s): ec0b829

get rid of setup

Browse files
Files changed (1) hide show
  1. glue-suite-v2.py +0 -2
glue-suite-v2.py CHANGED
@@ -6,8 +6,6 @@ class Suite(evaluate.EvaluationSuite):
6
 
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(
 
6
 
7
  def __init__(self, name):
8
  super().__init__(name)
 
 
9
  self.preprocessor = lambda x: {"text": x["text"].lower()}
10
  self.suite = [
11
  SubTask(