Edit model card

You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

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
48
Unable to determine this model’s pipeline type. Check the docs .