diff options
author | Marvin Borner | 2023-08-18 13:09:04 +0200 |
---|---|---|
committer | Marvin Borner | 2023-08-18 13:09:04 +0200 |
commit | e28c8327baad8af6893c816d127593d1a9ab3609 (patch) | |
tree | 3cf8ba88cf9303ffef2fdd20b3c1d07fc76d7489 | |
parent | ff574af3cfb4ebfc2c1faf8cdc4bf87560dd8373 (diff) |
Switched to Polish
-rw-r--r-- | swr2_asr/train.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swr2_asr/train.py b/swr2_asr/train.py index cfdef6b..34b61ad 100644 --- a/swr2_asr/train.py +++ b/swr2_asr/train.py @@ -7,7 +7,7 @@ from AudioLoader.speech.mls import MultilingualLibriSpeech def main(): - dataset = MultilingualLibriSpeech("./data", "mls_german_opus", "dev", download=True) + dataset = MultilingualLibriSpeech("./data", "mls_polish_opus", "dev", download=True) print(dataset[1]) |