Yehor/openstt-uk
Updated • 104 • 1
How to use theodotus/stt_uk_contextnet_512 with NeMo:
import nemo.collections.asr as nemo_asr
asr_model = nemo_asr.models.ASRModel.from_pretrained("theodotus/stt_uk_contextnet_512")
transcriptions = asr_model.transcribe(["file.wav"])As initial checkpoint used stt_en_contextnet_512 by NVIDIA licensed under CC-BY-4.0