How to use YosefA/wave2vec2_amharic_stt with speechbrain:
from speechbrain.pretrained import EncoderASR model = EncoderASR.from_hparams( "YosefA/wave2vec2_amharic_stt" ) model.transcribe_file("file.wav")
What is a pickle import?