Datasets:
Splend1dchan
commited on
Commit
•
ddcb65a
1
Parent(s):
e85eb38
Update librispeech_asr_individual.py
Browse files
librispeech_asr_individual.py
CHANGED
@@ -358,8 +358,8 @@ class LibrispeechASR(datasets.GeneratorBasedBuilder):
|
|
358 |
datasets.SplitGenerator(
|
359 |
name="train.other.500",
|
360 |
gen_kwargs={
|
361 |
-
"local_extracted_archive": local_extracted_archive.get("train.
|
362 |
-
"files": dl_manager.iter_archive(archive_path["train.
|
363 |
},
|
364 |
),
|
365 |
]
|
|
|
358 |
datasets.SplitGenerator(
|
359 |
name="train.other.500",
|
360 |
gen_kwargs={
|
361 |
+
"local_extracted_archive": local_extracted_archive.get("train.other.500"),
|
362 |
+
"files": dl_manager.iter_archive(archive_path["train.other.500"]),
|
363 |
},
|
364 |
),
|
365 |
]
|