Automatic Speech Recognition
NeMo
PyTorch
German
speech
audio
Transducer
FastConformer
CTC
Transformer
NeMo
hf-asr-leaderboard
Eval Results (legacy)
Instructions to use nvidia/stt_de_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_de_fastconformer_hybrid_large_pc with NeMo:
import nemo.collections.asr as nemo_asr asr_model = nemo_asr.models.ASRModel.from_pretrained("nvidia/stt_de_fastconformer_hybrid_large_pc") transcriptions = asr_model.transcribe(["file.wav"]) - Notebooks
- Google Colab
- Kaggle
Added the model card template
#2
by kunaldhawan - opened
Added the model card template from https://huggingface.co/nvidia/stt_en_conformer_transducer_xlarge
kunaldhawan changed pull request status to merged