Commit
·
7fb9d0a
1
Parent(s):
2c1bad9
Update test.py
Browse files
test.py
CHANGED
@@ -296,7 +296,7 @@ class Test(datasets.GeneratorBasedBuilder):
|
|
296 |
for placeholder_key in ("test")
|
297 |
))
|
298 |
|
299 |
-
print(mapped_paths)
|
300 |
|
301 |
# tmp_paths = dl_manager.extract_and_download(
|
302 |
|
@@ -319,13 +319,13 @@ class Test(datasets.GeneratorBasedBuilder):
|
|
319 |
# print(mapped_paths)
|
320 |
|
321 |
return [
|
322 |
-
datasets.SplitGenerator(
|
323 |
-
|
324 |
-
|
325 |
-
|
326 |
-
|
327 |
-
|
328 |
-
),
|
329 |
datasets.SplitGenerator(
|
330 |
name="test",
|
331 |
gen_kwargs={
|
|
|
296 |
for placeholder_key in ("test")
|
297 |
))
|
298 |
|
299 |
+
#print(mapped_paths)
|
300 |
|
301 |
# tmp_paths = dl_manager.extract_and_download(
|
302 |
|
|
|
319 |
# print(mapped_paths)
|
320 |
|
321 |
return [
|
322 |
+
# datasets.SplitGenerator(
|
323 |
+
# name="train",
|
324 |
+
# gen_kwargs={
|
325 |
+
# "paths": mapped_paths["placeholder"],
|
326 |
+
# "meta_paths": metadata,
|
327 |
+
# },
|
328 |
+
# ),
|
329 |
datasets.SplitGenerator(
|
330 |
name="test",
|
331 |
gen_kwargs={
|