Skip to content

Commit

Permalink
update dataset split for mms quantization (#2331)
Browse files Browse the repository at this point in the history
  • Loading branch information
eaidova authored Aug 28, 2024
1 parent d8c2317 commit d109522
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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."
]
},
{
Expand All @@ -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)"
]
},
Expand Down

0 comments on commit d109522

Please sign in to comment.