Fix split name
Browse files- imdb_pt.py +1 -1
imdb_pt.py
CHANGED
@@ -73,7 +73,7 @@ class Imdb(datasets.GeneratorBasedBuilder):
|
|
73 |
name=datasets.Split.TEST, gen_kwargs={"filepath": test_path, "split": "test"}
|
74 |
),
|
75 |
datasets.SplitGenerator(
|
76 |
-
name="
|
77 |
),
|
78 |
]
|
79 |
|
|
|
73 |
name=datasets.Split.TEST, gen_kwargs={"filepath": test_path, "split": "test"}
|
74 |
),
|
75 |
datasets.SplitGenerator(
|
76 |
+
name="test_all", gen_kwargs={"filepath": test_all_path, "split": "test_all"}
|
77 |
),
|
78 |
]
|
79 |
|