How to use salesken/Hindi-FastConformer-Streaming-ASR with NeMo:
import nemo.collections.asr as nemo_asr asr_model = nemo_asr.models.ASRModel.from_pretrained("salesken/Hindi-FastConformer-Streaming-ASR") transcriptions = asr_model.transcribe(["file.wav"])
hey , loved the model ! it's working really well !! can i know how many epochs/how many hours u trained it and what was the training techniques
· Sign up or log in to comment