CoolFace
Modelpublic

CovianHive/next_bemba_ai

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes7downloads
Model Card

<p align="center"> <img src="https://huggingface.co/front/assets/huggingface_logo-noborder.svg" height="80" /> </p>

๐Ÿซข NextInnoMind / next\bemba\ai

Bemba Whisper ASR (Automatic Speech Recognition) Fine-tuned Whisper model for the Bemba language only. Developed and maintained by NextInnoMind, led by Chalwe Silas.


๐Ÿงช Model Type

WhisperForConditionalGeneration โ€” fine-tuned using openai/whisper-small Framework: Transformers Checkpoint Format: Safetensors Languages: Bemba


๐Ÿ“œ Model Description

This model is a Whisper Small variant fine-tuned exclusively for Bemba, a major Zambian language. It is designed to enhance local language ASR performance and promote indigenous language technology.


๐Ÿ“š Training Details

  • โ€”BembaSpeech (curated dataset of Bemba audio + transcripts)
  • โ€”Training Time: 8 epochs (\~45 hours on A100 GPU)
  • โ€”Learning Rate: 1e-5
  • โ€”Batch Size: 16
  • โ€”Framework: Transformers + Accelerate
  • โ€”Tokenizer: WhisperProcessor with task="transcribe" (no language token used)

๐Ÿš€ Usage

python
from transformers import pipeline

pipe = pipeline(
    "automatic-speech-recognition",
    model="NextInnoMind/next_bemba_ai",
    chunk_length_s=30,
    return_timestamps=True
)

# Example
result = pipe("path_to_audio.wav")
print(result["text"])
๐Ÿ“Œ Tip: No language token is required. The model is fine-tuned for Bemba only.

๐Ÿ” Applications

  • โ€”Education: Local language transcriptions and learning tools
  • โ€”Broadcast & Media: Transcribe Bemba radio and TV shows
  • โ€”Research: Bantu language documentation and analysis
  • โ€”Accessibility: Voice-to-text systems in local apps and platforms

โš ๏ธ Limitations & Biases

  • โ€”Trained only on Bemba: does not support English or other languages.
  • โ€”Accuracy may drop with heavy background noise or strong dialectal variation.
  • โ€”Not optimized for code-switching or informal speech styles.

๐Ÿ“Š Evaluation

LanguageWER (Word Error Rate)Dataset
Bemba\~16.7%BembaSpeech Eval Set

๐ŸŒฑ Environmental Impact

  • โ€”Hardware: A100 40GB x1
  • โ€”Training Time: \~45 hours
  • โ€”Carbon Emissions: Estimated \~20.4 kg COโ‚‚ (via [ML CO2 Impact](https://mlco2.github.io/impact))

๐Ÿ“„ Citation

bibtex
@misc{nextbembaai2025,
  title={NextInnoMind next_bemba_ai: Whisper-based ASR model for Bemba},
  author={Silas Chalwe and NextInnoMind},
  year={2025},
  howpublished={\url{https://huggingface.co/NextInnoMind/next_bemba_ai}},
}

๐Ÿง‘โ€๐Ÿ’ป Maintainers

  • โ€”Chalwe Silas (Lead Developer & Dataset Curator)
  • โ€”Team NextInnoMind

๐Ÿ“ฌ Contact:

๐Ÿ”— GitHub: SilasChalwe


๐Ÿ“Œ Related Resources


Fine tuned in Zambia.