Yehor/opentts-uk
Viewer • Updated • 24k • 409 • 12
How to use theodotus/stt_ua_fastconformer_hybrid_large_pc with NeMo:
import nemo.collections.asr as nemo_asr
asr_model = nemo_asr.models.ASRModel.from_pretrained("theodotus/stt_ua_fastconformer_hybrid_large_pc")
transcriptions = asr_model.transcribe(["file.wav"])As initial checkpoint used stt_ua_fastconformer_hybrid_large_pc by NVIDIA licensed under CC-BY-4.0