Fine-tuned version of
nvidia/parakeet-tdt-0.6b-v3 on LibriSpeech train-clean-100, using NVIDIA NeMo. Fine-tuned with a warm start from the base model, a low learning rate (1e-4), and learning-rate warmup.
Raw and normalized WER are nearly identical, indicating the model transcribes accurately including punctuation and casing (no formatting inflation).
1import nemo.collections.asr as nemo_asr
2model = nemo_asr.models.ASRModel.from_pretrained("bhaveshsoni0023/parakeet-tdt-0.6b-librispeech100-ft")
3print(model.transcribe(["audio.wav"])[0].text) # 16 kHz mono
Released under CC-BY-4.0, inherited from the base model and LibriSpeech.
Base model: nvidia/parakeet-tdt-0.6b-v3 (NVIDIA), CC-BY-4.0. Attribution required.
Data: LibriSpeech (Panayotov et al., 2015), CC-BY-4.0.
Framework: NVIDIA NeMo —
https://github.com/NVIDIA-NeMo/Speech