How to use speechbrain/asr-crdnn-commonvoice-fr with speechbrain:
from speechbrain.pretrained import EncoderDecoderASR model = EncoderDecoderASR.from_hparams( "speechbrain/asr-crdnn-commonvoice-fr" ) model.transcribe_file("file.wav")
The community tab is the place to discuss and collaborate with the HF community!