Instructions to use speechbrain/asr-crdnn-rnnlm-librispeech with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- speechbrain
How to use speechbrain/asr-crdnn-rnnlm-librispeech with speechbrain:
from speechbrain.pretrained import EncoderDecoderASR model = EncoderDecoderASR.from_hparams( "speechbrain/asr-crdnn-rnnlm-librispeech" ) model.transcribe_file("file.wav") - Notebooks
- Google Colab
- Kaggle
Commit History
Update hyperparams.yaml 0e7fdb9 verified
Update README.md 107e64f verified
Rename hyerparams_develop.yaml to hyperparams_develop.yaml a57f70f verified
Create hyerparams_develop.yaml 4c782b8 verified
Update README.md d9760a0
Update hyperparams.yaml 1c858d6
Titouan Parcollet commited on
Update hyperparams.yaml 7eca2a8
Titouan Parcollet commited on
Create config.json 53a2f6c
Titouan Parcollet commited on
Update hyperparams.yaml 158ba91
Update hyperparams.yaml a698f88
Update hyperparams.yaml 6af7bf0
Update README.md 51b1a22
Update hyperparams.yaml 1588f3e
Update hyperparams.yaml e5eaeff
Update README.md 040ce9d
Update README.md 0dbb9e3
Update README.md 3ddfc96
Update README.md 5b11ecc
Update README.md 0930397
Update README.md 5daa6bb
Update README.md e974bc6
Update README.md 44212e8
Update README.md 6a6d157
Update README.md 7c834dc
Update README.md e0c5619
Update README.md 08b70bf
Update README.md 1ae06c5
Merge branch 'main' of https://huggingface.co/speechbrain/asr-crdnn-rnnlm-librispeech into main 9a35b05
EncoderDecoderASR update ec90d09
Update README.md bb30032
Update tag to surface model in correct task b0818f4
Update README.md e054a7a
add example 642bdd1
mirco commited on