Instructions to use speechbrain/asr-transformer-switchboard with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- speechbrain
How to use speechbrain/asr-transformer-switchboard with speechbrain:
from speechbrain.pretrained import EncoderDecoderASR model = EncoderDecoderASR.from_hparams( "speechbrain/asr-transformer-switchboard" ) model.transcribe_file("file.wav") - Notebooks
- Google Colab
- Kaggle
Commit History
Update hyperparams.yaml c3eaae3 verified
Update README.md 8dbfc21 verified
add-transformer (#2) 929f8fe
initial commit 1cab0e8
Adel Moumen commited on