How to use TalTechNLP/espnet2_estonian with ESPnet:
from espnet2.bin.asr_inference import Speech2Text model = Speech2Text.from_pretrained( "TalTechNLP/espnet2_estonian" ) speech, rate = soundfile.read("speech.wav") text, *_ = model(speech)[0]
The community tab is the place to discuss and collaborate with the HF community!