Logo Lanfrica
  • Home
  • Atlas
  • Insights
  • Docs
  • Sign in

© 2026 Lanfrica. All rights reserved. All copyrights of the resources shown on the Lanfrica website belong to the original copyright holders, unless explicitly stated otherwise.

paulinenyaboe/swahili_zen_model

Domain:

natural language processing

Record type:

dataset
Creator:
pau
Host:
model: huggingface.co from transformers import AutoModelForSpeechSeq2Seq, AutoProcessor import torch import librosa import numpy as np model_id = "zenlm/zen3-asr" processor = AutoProcessor.from_pretrained(model_id) model = AutoModelForSpeechSeq2Seq.from_pretrained(model_id, torch_dtype=torch.float16, device_map="auto") def transcribe(audio_path): audio, sr = librosa.load(audio_path, sr=16000)

Visit

huggingface.co

Tasks

automatic speech recognitionspeech processing

Languages

Swahili