Spaces:
Running
Running
Commit
·
cfe3626
1
Parent(s):
e2828b6
ahhhh
Browse files- glue-suite-v2.py +3 -2
glue-suite-v2.py
CHANGED
|
@@ -11,8 +11,9 @@ class Suite(evaluate.EvaluationSuite):
|
|
| 11 |
citation="insert citation here",
|
| 12 |
features=Features({"predictions": Value("int64"), "references": Value("int64")}))
|
| 13 |
|
| 14 |
-
def
|
| 15 |
-
|
|
|
|
| 16 |
self.preprocessor = None #lambda x: x["text"].lower()
|
| 17 |
|
| 18 |
self.suite = [
|
|
|
|
| 11 |
citation="insert citation here",
|
| 12 |
features=Features({"predictions": Value("int64"), "references": Value("int64")}))
|
| 13 |
|
| 14 |
+
def temp(self):
|
| 15 |
+
# def __init__(self):
|
| 16 |
+
# super().__init__()
|
| 17 |
self.preprocessor = None #lambda x: x["text"].lower()
|
| 18 |
|
| 19 |
self.suite = [
|