Spaces:
Running
Running
Commit
·
d085278
1
Parent(s):
47ba2bd
WIP
Browse files- 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()}
|
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",
|