Spaces:
Running
Running
Commit
·
a50a4bc
1
Parent(s):
2682fbb
more data?
Browse files- evaluation-suite-ci.py +2 -2
evaluation-suite-ci.py
CHANGED
@@ -12,7 +12,7 @@ class Suite(evaluate.EvaluationSuite):
|
|
12 |
SubTask(
|
13 |
task_type="text-classification",
|
14 |
data="imdb",
|
15 |
-
split="test[:
|
16 |
data_preprocessor=self.preprocessor,
|
17 |
args_for_task={
|
18 |
"metric": "accuracy",
|
@@ -27,7 +27,7 @@ class Suite(evaluate.EvaluationSuite):
|
|
27 |
SubTask(
|
28 |
task_type="text-classification",
|
29 |
data="imdb",
|
30 |
-
split="test[:
|
31 |
data_preprocessor=None,
|
32 |
args_for_task={
|
33 |
"metric": "accuracy",
|
|
|
12 |
SubTask(
|
13 |
task_type="text-classification",
|
14 |
data="imdb",
|
15 |
+
split="test[:2]",
|
16 |
data_preprocessor=self.preprocessor,
|
17 |
args_for_task={
|
18 |
"metric": "accuracy",
|
|
|
27 |
SubTask(
|
28 |
task_type="text-classification",
|
29 |
data="imdb",
|
30 |
+
split="test[:2]",
|
31 |
data_preprocessor=None,
|
32 |
args_for_task={
|
33 |
"metric": "accuracy",
|