mathemakitten commited on
Commit
434dcf0
1 Parent(s): d1a5194
Files changed (1) hide show
  1. glue-suite-v2.py +1 -1
glue-suite-v2.py CHANGED
@@ -16,7 +16,7 @@ class SubTask:
16
  args_for_task: Optional[dict] = None
17
 
18
 
19
- class EvaluationSuite(EvaluationModule):
20
 
21
  def __init__(self):
22
  self.preprocessor = None #lambda x: x["text"].lower()
 
16
  args_for_task: Optional[dict] = None
17
 
18
 
19
+ class Suite(EvaluationSuite):
20
 
21
  def __init__(self):
22
  self.preprocessor = None #lambda x: x["text"].lower()