Spaces:
Running
Running
Commit
·
434dcf0
1
Parent(s):
d1a5194
ahhhh
Browse files- 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
|
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()
|