Instructions to use speechbrain/asr-crdnn-switchboard with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- speechbrain
How to use speechbrain/asr-crdnn-switchboard with speechbrain:
from speechbrain.pretrained import EncoderDecoderASR model = EncoderDecoderASR.from_hparams( "speechbrain/asr-crdnn-switchboard" ) model.transcribe_file("file.wav") - Notebooks
- Google Colab
- Kaggle
crdnn-model
#1
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,
Many thanks for the PR!
Some minor things to change please:
- Please add an example.wav file in the repository.
- Replace
'path/to/your/audiofile'tospeechbrain/asr-crdnn-switchboard/example.wav
Thanks.
Hi @Adel-Moumen ,
I added an example.wav file and changed the README accordingly.
Did the same thing in asr-wav2vec2-switchboard and asr-transformer-switchboard.
Hello,
This PR lgtm! Thanks. :)
Adel-Moumen changed pull request status to merged