mathemakitten commited on
Commit
4b0c5f1
·
1 Parent(s): 2211de3
Files changed (1) hide show
  1. glue-suite-v2.py +1 -0
glue-suite-v2.py CHANGED
@@ -8,6 +8,7 @@ class Suite(evaluate.EvaluationSuite):
8
  super().__init__(name)
9
 
10
  def setup(self):
 
11
  self.preprocessor = None #lambda x: x["text"].lower()
12
  self.suite = [
13
  SubTask(
 
8
  super().__init__(name)
9
 
10
  def setup(self):
11
+ self.task_type = "text-classification"
12
  self.preprocessor = None #lambda x: x["text"].lower()
13
  self.suite = [
14
  SubTask(