How to use Gastron/lp-initial-aed-short with speechbrain:
from speechbrain.pretrained import EncoderDecoderASR model = EncoderDecoderASR.from_hparams( "Gastron/lp-initial-aed-short" ) model.transcribe_file("file.wav")