Spaces:
Running
Running
Commit
·
dadf583
1
Parent(s):
6d7d1e3
ahhhh
Browse files- glue-suite-v2.py +0 -1
glue-suite-v2.py
CHANGED
|
@@ -29,7 +29,6 @@ class Suite(EvaluationSuite):
|
|
| 29 |
citation="insert citation here",
|
| 30 |
features=Features({"predictions": Value("int64"), "references": Value("int64")}))
|
| 31 |
|
| 32 |
-
|
| 33 |
def __init__(self):
|
| 34 |
self.preprocessor = None #lambda x: x["text"].lower()
|
| 35 |
|
|
|
|
| 29 |
citation="insert citation here",
|
| 30 |
features=Features({"predictions": Value("int64"), "references": Value("int64")}))
|
| 31 |
|
|
|
|
| 32 |
def __init__(self):
|
| 33 |
self.preprocessor = None #lambda x: x["text"].lower()
|
| 34 |
|