This commit is contained in:
Patrick von Platen
2021-10-14 15:46:22 +02:00
committed by GitHub
parent 7604557e44
commit 7fb2a8b3d9
20 changed files with 35 additions and 35 deletions

View File

@@ -910,7 +910,7 @@ class Wav2Vec2ModelIntegrationTest(unittest.TestCase):
batch["speech"] = speech
return batch
ds = load_dataset("patrickvonplaten/librispeech_asr_dummy", "clean", split="validation")
ds = load_dataset("hf-internal-testing/librispeech_asr_dummy", "clean", split="validation")
ds = ds.filter(lambda x: x["id"] in ids).sort("id").map(map_to_array)