Spaces:
Running
Running
Commit
·
146c951
1
Parent(s):
9f79b29
WIP
Browse files- glue-suite-v2.py +0 -7
glue-suite-v2.py
CHANGED
|
@@ -19,13 +19,6 @@ class Suite(evaluate.EvaluationSuite):
|
|
| 19 |
|
| 20 |
def __init__(self, name):
|
| 21 |
super().__init__(name)
|
| 22 |
-
#
|
| 23 |
-
# def _info(self):
|
| 24 |
-
# return EvaluationModuleInfo(
|
| 25 |
-
# module_type="evaluation_suite",
|
| 26 |
-
# description="dummy metric for tests",
|
| 27 |
-
# citation="insert citation here",
|
| 28 |
-
# features=Features({"predictions": Value("int64"), "references": Value("int64")}))
|
| 29 |
|
| 30 |
def setup(self):
|
| 31 |
self.preprocessor = None #lambda x: x["text"].lower()
|
|
|
|
| 19 |
|
| 20 |
def __init__(self, name):
|
| 21 |
super().__init__(name)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
|
| 23 |
def setup(self):
|
| 24 |
self.preprocessor = None #lambda x: x["text"].lower()
|