Automatic Speech Recognition
speechbrain
PyTorch
French
wav2vec2
CTC
Transformer
hf-asr-leaderboard
Eval Results (legacy)
Instructions to use speechbrain/asr-wav2vec2-commonvoice-fr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- speechbrain
How to use speechbrain/asr-wav2vec2-commonvoice-fr with speechbrain:
from speechbrain.pretrained import EncoderASR model = EncoderASR.from_hparams( "speechbrain/asr-wav2vec2-commonvoice-fr" ) model.transcribe_file("file.wav") - Notebooks
- Google Colab
- Kaggle
Ctrl+K