RaphaelOlivier
commited on
Commit
•
50a01e6
1
Parent(s):
ddf469d
Upload librispeech_asr_adversarial.py
Browse files
librispeech_asr_adversarial.py
CHANGED
@@ -101,7 +101,7 @@ class LibrispeechASR(datasets.GeneratorBasedBuilder):
|
|
101 |
_DL_URL)
|
102 |
return [
|
103 |
datasets.SplitGenerator(name=datasets.Split.VALIDATION, gen_kwargs={
|
104 |
-
"archive_path": archive_path
|
105 |
]
|
106 |
|
107 |
def _generate_examples(self, archive_path, split_name):
|
|
|
101 |
_DL_URL)
|
102 |
return [
|
103 |
datasets.SplitGenerator(name=datasets.Split.VALIDATION, gen_kwargs={
|
104 |
+
"archive_path": archive_path, "split_name": f"dev_{self.config.name}"}),
|
105 |
]
|
106 |
|
107 |
def _generate_examples(self, archive_path, split_name):
|