Instructions to use speechbrain/asr-crdnn-transformerlm-librispeech with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- speechbrain
How to use speechbrain/asr-crdnn-transformerlm-librispeech with speechbrain:
from speechbrain.pretrained import EncoderDecoderASR model = EncoderDecoderASR.from_hparams( "speechbrain/asr-crdnn-transformerlm-librispeech" ) model.transcribe_file("file.wav") - Notebooks
- Google Colab
- Kaggle
anonym commited on
Commit ·
7c33c04
1
Parent(s): fbf47e5
update normalizer
Browse files- normalizer.ckpt +0 -0
normalizer.ckpt
CHANGED
|
Binary files a/normalizer.ckpt and b/normalizer.ckpt differ
|
|
|