How to use moumeneb1/testing with speechbrain:
from speechbrain.pretrained import EncoderDecoderASR model = EncoderDecoderASR.from_hparams( "moumeneb1/testing" ) model.transcribe_file("file.wav")