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
add-transformer
#2
by dwgnr - opened
No description provided.
Added all model files.
The README still needs some updates.
Updated the README. I think this can be merged.
dwgnr changed pull request status to open
Hello,
LGTM! Thanks.
Adel-Moumen changed pull request status to merged