Instructions to use Saidakmal/ASR_nvidia_fastconformer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- NeMo
How to use Saidakmal/ASR_nvidia_fastconformer with NeMo:
import nemo.collections.asr as nemo_asr asr_model = nemo_asr.models.ASRModel.from_pretrained("Saidakmal/ASR_nvidia_fastconformer") transcriptions = asr_model.transcribe(["file.wav"]) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,7 +7,7 @@ language:
|
|
| 7 |
metrics:
|
| 8 |
- wer
|
| 9 |
base_model:
|
| 10 |
-
- nvidia/
|
| 11 |
pipeline_tag: automatic-speech-recognition
|
| 12 |
---
|
| 13 |
WER
|
|
|
|
| 7 |
metrics:
|
| 8 |
- wer
|
| 9 |
base_model:
|
| 10 |
+
- nvidia/stt_en_fastconformer_transducer_large
|
| 11 |
pipeline_tag: automatic-speech-recognition
|
| 12 |
---
|
| 13 |
WER
|