The dataset viewer is not available for this subset.
Extraction protocol for TAR archives like 'https://huggingface.co/datasets/speech-seq2seq/ami/resolve/main/audio/ihm/train/EN2001a.tar.gz' is not implemented in streaming mode. Please use `dl_manager.iter_archive` instead. Example usage: url = dl_manager.download(url) tar_archive_iterator = dl_manager.iter_archive(url) for filename, file in tar_archive_iterator: ...

Need help to make the dataset viewer work? Open a discussion for direct support.

YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/datasets-cards)

Unormalized AMI

from datasets import load_dataset

ami = load_dataset("speech-seq2seq/ami", "ihm")

TODO(PVP) - explain exactly what normalization was accepted what wasn't

Downloads last month
5