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
Commit History
Update README.md 177a941 verified
w2v-model (#1) 328bf2e
initial commit d8e97b0
Adel Moumen commited on