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")
The community tab is the place to discuss and collaborate with the HF community!