Sunbird / asr-whisper-large-v3-salt

huggingface.co
Total runs: 1.2K
24-hour runs: -14
7-day runs: -14
30-day runs: -5.1K
Model's Last Updated: August 24 2026
automatic-speech-recognition

Introduction of asr-whisper-large-v3-salt

Model Details of asr-whisper-large-v3-salt

Whisper large for Ugandan languages

This model is an adaptation of whisper-large-v3 for the following languages widely spoken in Uganda: Luganda, Acholi, Lugbara, Ateso, Runyankole, Rutooro, Lumasaba, Swahili, Lusoga, Kinyarwanda and English (Ugandan accent).

Training

The model was trained with the SALT dataset, Common Voice (Luganda, Swahili, Kinyarwanda), Google FLEURS and Makerere Yogera datasets. To help with generalisation in practical settings, training used addition of random noise and random downsampling to 8kHz to simulate phone speech. Street noise sampled from urban locations in Uganda was added to improve robustness.

Usage

The model is used in a similar way to the base Whisper model. The model will attempt to auto-detect the language and provide a transcription. However, note that language detection is not always accurate and results may be improved by specifying it instead. The languages in this model are not supported by the base Whisper model, so the format is slightly different:

import transformers
import datasets
import torch

processor = transformers.WhisperProcessor.from_pretrained(
    "Sunbird/asr-whisper-large-v3-salt")
model = transformers.WhisperForConditionalGeneration.from_pretrained(
    "Sunbird/asr-whisper-large-v3-salt")

SALT_LANGUAGE_TOKENS_WHISPER = {
    'eng': 50259,  # English (Ugandan)
    'swa': 50318,  # Swahili
    'ach': 50357,  # Acholi
    'lgg': 50356,  # Lugbara
    'lug': 50355,  # Luganda
    'nyn': 50354,  # Runyankole
    'teo': 50353,  # Ateso
    'xog': 50352,  # Lusoga
    'ttj': 50351,  # Rutooro
    'kin': 50350,  # Kinyarwanda
    'myx': 50349,  # Lumasaba
}

# Get some test audio
ds = datasets.load_dataset('Sunbird/salt', 'multispeaker-lug', split='test')
audio = ds[0]['audio']
sample_rate = ds[0]['sample_rate']

# Specify a language from one of the above.
lang = 'lug'

# Apply the model
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
input_features = processor(
    audio, sampling_rate=sample_rate, return_tensors="pt").input_features
input_features = input_features.to(device)
predicted_ids = model.to(device).generate(
    input_features,
    # Optionally set language=None here instead to auto-detect.
    language=processor.tokenizer.decode(SALT_LANGUAGE_TOKENS_WHISPER[lang]),
    forced_decoder_ids=None)
transcription = processor.batch_decode(predicted_ids, skip_special_tokens=True)

print(transcription)
# Ekikoola kya kasooli kya kyenvu wabula langi yaakyo etera okuba eya kitaka wansi.
Performance Metrics

Evaluated on SALT text and held-out split from Common Voice (swa, kin) and Yogera (ttj, xog).

  • eval_WER_eng: 0.018
  • eval_WER_lug: 0.142
  • eval_WER_ach: 0.195
  • eval_WER_lgg: 0.189
  • eval_WER_teo: 0.202
  • eval_WER_nyn: 0.234
  • eval_WER_myx: 0.461
  • eval_WER_xog: 0.453
  • eval_WER_swa: 0.069
  • eval_WER_kin: 0.111
  • eval_WER_mean: 0.207
  • eval_CER_eng: 0.009
  • eval_CER_lug: 0.029
  • eval_CER_ach: 0.045
  • eval_CER_lgg: 0.045
  • eval_CER_teo: 0.051
  • eval_CER_nyn: 0.043
  • eval_CER_myx: 0.092
  • eval_CER_xog: 0.081
  • eval_CER_swa: 0.015
  • eval_CER_kin: 0.031
  • eval_CER_mean: 0.044

Runs of Sunbird asr-whisper-large-v3-salt on huggingface.co

1.2K
Total runs
-14
24-hour runs
-21
3-day runs
-14
7-day runs
-5.1K
30-day runs

More Information About asr-whisper-large-v3-salt huggingface.co Model

More asr-whisper-large-v3-salt license Visit here:

https://choosealicense.com/licenses/mit

asr-whisper-large-v3-salt huggingface.co

asr-whisper-large-v3-salt huggingface.co is an AI model on huggingface.co that provides asr-whisper-large-v3-salt's model effect (), which can be used instantly with this Sunbird asr-whisper-large-v3-salt model. huggingface.co supports a free trial of the asr-whisper-large-v3-salt model, and also provides paid use of the asr-whisper-large-v3-salt. Support call asr-whisper-large-v3-salt model through api, including Node.js, Python, http.

asr-whisper-large-v3-salt huggingface.co Url

https://huggingface.co/Sunbird/asr-whisper-large-v3-salt

Sunbird asr-whisper-large-v3-salt online free

asr-whisper-large-v3-salt huggingface.co is an online trial and call api platform, which integrates asr-whisper-large-v3-salt's modeling effects, including api services, and provides a free online trial of asr-whisper-large-v3-salt, you can try asr-whisper-large-v3-salt online for free by clicking the link below.

Sunbird asr-whisper-large-v3-salt online free url in huggingface.co:

https://huggingface.co/Sunbird/asr-whisper-large-v3-salt

asr-whisper-large-v3-salt install

asr-whisper-large-v3-salt is an open source model from GitHub that offers a free installation service, and any user can find asr-whisper-large-v3-salt on GitHub to install. At the same time, huggingface.co provides the effect of asr-whisper-large-v3-salt install, users can directly use asr-whisper-large-v3-salt installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

asr-whisper-large-v3-salt install url in huggingface.co:

https://huggingface.co/Sunbird/asr-whisper-large-v3-salt

Url of asr-whisper-large-v3-salt

asr-whisper-large-v3-salt huggingface.co Url

Provider of asr-whisper-large-v3-salt huggingface.co

Sunbird
ORGANIZATIONS

Other API from Sunbird

huggingface.co

Total runs: 3.3K
Run Growth: 2.0K
Growth Rate: 60.05%
Updated:October 09 2025
huggingface.co

Total runs: 2.1K
Run Growth: 321
Growth Rate: 15.29%
Updated:October 09 2025
huggingface.co

Total runs: 263
Run Growth: 0
Growth Rate: 0.00%
Updated:July 01 2024
huggingface.co

Total runs: 28
Run Growth: -116
Growth Rate: -414.29%
Updated:February 14 2025
huggingface.co

Total runs: 8
Run Growth: 0
Growth Rate: 0.00%
Updated:January 09 2023
huggingface.co

Total runs: 6
Run Growth: -1
Growth Rate: -25.00%
Updated:October 19 2023
huggingface.co

Total runs: 4
Run Growth: -1
Growth Rate: -25.00%
Updated:September 11 2023
huggingface.co

Total runs: 4
Run Growth: 0
Growth Rate: 0.00%
Updated:February 10 2023
huggingface.co

Total runs: 3
Run Growth: -1
Growth Rate: -33.33%
Updated:December 14 2023
huggingface.co

Total runs: 3
Run Growth: 0
Growth Rate: 0.00%
Updated:October 19 2023
huggingface.co

Total runs: 1
Run Growth: -43
Growth Rate: -4300.00%
Updated:October 19 2023
huggingface.co

Total runs: 1
Run Growth: 1
Growth Rate: 100.00%
Updated:February 10 2025
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:February 08 2021