Instructions to use nvidia/stt_pt_fastconformer_hybrid_large_pc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- NeMo
How to use nvidia/stt_pt_fastconformer_hybrid_large_pc with NeMo:
import nemo.collections.asr as nemo_asr asr_model = nemo_asr.models.ASRModel.from_pretrained("nvidia/stt_pt_fastconformer_hybrid_large_pc") transcriptions = asr_model.transcribe(["file.wav"]) - Notebooks
- Google Colab
- Kaggle
modified model_config.yaml, replaced '???' with '/placeholder/path' to overcome problamatic early validations in nemo framework.
2
#2 opened about 1 year ago
by
Eyalo
Error while trying to finetune via Nemo speech_to_text_finetune.py
#1 opened about 1 year ago
by
Eyalo