Duplicated from nvidia/parakeet-tdt-0.6b-v2
How to use Compumacy/parakett with NeMo:
import nemo.collections.asr as nemo_asr asr_model = nemo_asr.models.ASRModel.from_pretrained("Compumacy/parakett") transcriptions = asr_model.transcribe(["file.wav"])
The community tab is the place to discuss and collaborate with the HF community!