diff --git a/notebooks/mms-massively-multilingual-speech/mms-massively-multilingual-speech.ipynb b/notebooks/mms-massively-multilingual-speech/mms-massively-multilingual-speech.ipynb index a892f3b10b7..cc61aae42d6 100644 --- a/notebooks/mms-massively-multilingual-speech/mms-massively-multilingual-speech.ipynb +++ b/notebooks/mms-massively-multilingual-speech/mms-massively-multilingual-speech.ipynb @@ -1077,7 +1077,7 @@ "id": "92a36cd1-62a1-4a6e-85c3-f7b91008c1c3", "metadata": {}, "source": [ - "Load validation split of the same [MLS](https://huggingface.co/datasets/multilingual_librispeech) dataset for the selected language." + "Load dev split of the same [MLS](https://huggingface.co/datasets/facebook/multilingual_librispeech) dataset for the selected language." ] }, { @@ -1095,7 +1095,7 @@ "source": [ "%%skip not $to_quantize.value\n", "\n", - "mls_dataset = iter(load_dataset(\"facebook/multilingual_librispeech\", SAMPLE_LANG.value, split=\"validation\", streaming=True, trust_remote_code=True))\n", + "mls_dataset = iter(load_dataset(\"facebook/multilingual_librispeech\", SAMPLE_LANG.value, split=\"dev\", streaming=True, trust_remote_code=True))\n", "example = next(mls_dataset)" ] },