Instructions to use speechbrain/asr-wav2vec2-switchboard with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- speechbrain
How to use speechbrain/asr-wav2vec2-switchboard with speechbrain:
from speechbrain.pretrained import EncoderASR model = EncoderASR.from_hparams( "speechbrain/asr-wav2vec2-switchboard" ) model.transcribe_file("file.wav") - Notebooks
- Google Colab
- Kaggle
Ctrl+K