mlx.data.datasets.load_librispeech#
- mlx.data.datasets.load_librispeech(root=None, split='dev-clean', quiet=False, validate_download=True)#
Load the librispeech dataset directly from the TAR archive.
- Parameters:
root (Path or str, optional) – The The directory to load/save the data. If none is given the
~/.cache/mlx.data/librispeech
is used.split (str) – The split to use. It should be one of dev-clean, dev-other, test-clean, test-other, train-clean-100, train-clean-360, train-other-500 .
quiet (bool) – If true do not show download (and possibly decompression) progress.