Duplicated from nvidia/stt_ar_fastconformer_hybrid_large_pcd_v1.0
How to use Vedika35/Vedika_stt with NeMo:
import nemo.collections.asr as nemo_asr asr_model = nemo_asr.models.ASRModel.from_pretrained("Vedika35/Vedika_stt") transcriptions = asr_model.transcribe(["file.wav"])
The community tab is the place to discuss and collaborate with the HF community!