Automatic Speech Recognition
speechbrain
PyTorch
English
CTC
Attention
Transformer
Conformer
hf-asr-leaderboard
Eval Results
Instructions to use speechbrain/asr-conformer-loquacious with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- speechbrain
How to use speechbrain/asr-conformer-loquacious with speechbrain:
from speechbrain.pretrained import EncoderDecoderASR model = EncoderDecoderASR.from_hparams( "speechbrain/asr-conformer-loquacious" ) model.transcribe_file("file.wav") - Notebooks
- Google Colab
- Kaggle
Add Open ASR Leaderboard evaluation results
#1
by SaylorTwift HF Staff - opened
No description provided.