Spaces:
Running
Running
Commit
·
20130cb
1
Parent(s):
cfe3626
ahhhh
Browse files- glue-suite-v2.py +2 -2
glue-suite-v2.py
CHANGED
@@ -17,7 +17,7 @@ class Suite(evaluate.EvaluationSuite):
|
|
17 |
self.preprocessor = None #lambda x: x["text"].lower()
|
18 |
|
19 |
self.suite = [
|
20 |
-
evaluate.SubTask(
|
21 |
data="imdb",
|
22 |
split="test",
|
23 |
data_preprocessor=self.preprocessor,
|
@@ -31,7 +31,7 @@ class Suite(evaluate.EvaluationSuite):
|
|
31 |
}
|
32 |
}
|
33 |
),
|
34 |
-
evaluate.SubTask(
|
35 |
data="sst2",
|
36 |
split="test[:10]",
|
37 |
data_preprocessor=self.preprocessor,
|
|
|
17 |
self.preprocessor = None #lambda x: x["text"].lower()
|
18 |
|
19 |
self.suite = [
|
20 |
+
evaluate.evaluation_suite.SubTask(
|
21 |
data="imdb",
|
22 |
split="test",
|
23 |
data_preprocessor=self.preprocessor,
|
|
|
31 |
}
|
32 |
}
|
33 |
),
|
34 |
+
evaluate.evaluation_suite.SubTask(
|
35 |
data="sst2",
|
36 |
split="test[:10]",
|
37 |
data_preprocessor=self.preprocessor,
|