How to Get Started with the Model

Use the code below to get started with the model.

from nemo.collections.asr.models.ctc_bpe_models import EncDecCTCModelBPE

asr_model = EncDecCTCModelBPE.from_pretrained("DigitalUmuganda/afrivoice_kinyarwanda_health_domain_stt")

transcription = asr_model.transcribe(paths2audio_files: List[str], batch_size: int=4, logprobs: bool=False, return_hypotheses: bool=False, num_workers: int=0)
Downloads last month
9
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support