AI SeedbankHelp preserve open and free AI for humanity's future

← All models

eddiegulay_wav2vec2-large-xlsr-mvc-swahili

eddiegulay · View on Hugging Face ↗

Get this model

Download TorrentMagnet Link

Seeders: · Leechers:

Model card

The complete upstream card, rendered from this payload's README.md — the same hash-verified bytes the torrent distributes. Images and off-site links are removed; the original card on Hugging Face carries them.


license: apache-2.0 base_model: facebook/wav2vec2-large-xlsr-53 tags:

  • generated_from_trainer datasets:
  • common_voice_13_0 metrics:
  • wer model-index:
  • name: wav2vec2-large-xlsr-mvc-swahili results:
    • task: name: Automatic Speech Recognition type: automatic-speech-recognition dataset: name: common_voice_13_0 type: common_voice_13_0 config: sw split: test args: sw metrics:
      • name: Wer type: wer value: 0.2

language:

  • sw

wav2vec2-large-xlsr-mvc-swahili

This model is a finetuned version of facebook/wav2vec2-large-xlsr-53.

How to use the model

There was an issue with vocab, seems like there are special characters included and they were not considered during training
You could try

from transformers import AutoProcessor, AutoModelForCTC

repo_name = "eddiegulay/wav2vec2-large-xlsr-mvc-swahili"
processor = AutoProcessor.from_pretrained(repo_name)
model = AutoModelForCTC.from_pretrained(repo_name)

# if you have GPU
# move model to CUDA
model = model.to("cuda")


def transcribe(audio_path):
  # Load the audio file
  audio_input, sample_rate = torchaudio.load(audio_path)
  target_sample_rate = 16000
  audio_input = torchaudio.transforms.Resample(orig_freq=sample_rate, new_freq=target_sample_rate)(audio_input)

  # Preprocess the audio data
  input_dict = processor(audio_input[0], return_tensors="pt", padding=True, sampling_rate=16000)

  # Perform inference and transcribe
  logits = model(input_dict.input_values.to("cuda")).logits
  pred_ids = torch.argmax(logits, dim=-1)[0]
  transcription = processor.decode(pred_ids)

  return transcription

transcript = transcribe('your_audio.mp3')

Magnet link

Opens the swarm directly in your torrent client — no file download needed. Copy-paste works too:

magnet:?xt=urn:btih:b7a57f314d39e7278a27ab6c3b07eaeb78ca823c&dn=eddiegulay_wav2vec2-large-xlsr-mvc-swahili

Open magnet in torrent client · infohash b7a57f314d39e7278a27ab6c3b07eaeb78ca823c

Files & hashes

PathSizesha1sha256
README.md1.8 KB (1,865 B)85596340fe94287f9f6806809b3c201e64b808cc63785516ec8f15b6ec9408028f2411cd3b5fbab5b0f1db638e02d3e282bf5ca0
added_tokens.json30 B (30 B)86d99f78b71ce9100795141f9257c8edbba91a425dcb540585af2f040ad542835aed5839e8507c897ab49e80f99a59d28b7b86b8
config.json2.3 KB (2,318 B)19c424d55bf194767787ddf45a3e248d9a29f95a3eff5232f5de8108f0654d588224562a5f026e46a898bf401d9e2e1d5edc373f
inference.py887 B (887 B)a11d721c2fe8907f51aa5063051f73a1491c6074757d4581768b4ac17152eb25c39430ebc4a0aae04fcabe73f574afdca52c1676
model.safetensors1.18 GB (1,262,049,380 B)2df5905681e7c3afeafb439302340405d009715685f0fc528185a52a4abbb5c29cc6c1f3324c5af7aafd0a4812b64fdad6c1e624
preprocessor_config.json214 B (214 B)73caa151574001d3d495fae897e1d3896824971260ca5a31e13f69ee2fbf147504c8676db5f6398fd7a6b12294341dff838edfcf
runs/Nov06_21-17-21_8d905d1e3af6/events.out.tfevents.1699306553.8d905d1e3af6.1183.07.2 KB (7,350 B)5b4cb3ab1efa1ded4a4db8727e7fa6eb5a720591243673dcb000de51c1d046ff523a831b589b26fdbbdebf6a9877c7c2610ca0e3
runs/Nov06_22-52-07_8d905d1e3af6/events.out.tfevents.1699311700.8d905d1e3af6.1183.16.0 KB (6,098 B)4db9e21788c47080d3c2a197f9043d806dcea31451d8f6586636c94c91c141c3f0c38a89cf208de521da0af8031cbbaef23b01e8
runs/Nov06_23-24-19_8d905d1e3af6/events.out.tfevents.1699313622.8d905d1e3af6.3490.09.8 KB (10,085 B)4177551787aeff3fdee1652e1de7cce137fb9923dbad0e156e412a6f28a05a7bf7417a577102263b54a6d30d02643b93b42e8fbf
special_tokens_map.json519 B (519 B)fd57c7c90ef584d319ab8a9936e6702ea089d7edbae495caa58840b778b9bc28db52d5f2107684a8b002ae7cc485cb2499cc8c6d
tokenizer_config.json1.1 KB (1,153 B)9c7eb833c6322a449d73b16e706bbb7019363aed743112212124fbc61e1c4cd599d4f85d8c0c1021c7417b6426d4ab100e26dc5a
training_args.bin4.5 KB (4,600 B)8bf3e207d9b112e31b48533efcd2ff7a89850f410af7d2429472418f2bfecbe6d004d4e7df87e9acb841ae114198eec397f2606a
vocab.json657 B (657 B)e85555f83ee99c999cfd8a73a6fdd29d7e508173b6e9742468f178a5e4fdee18955ea5fe4790b445ff837868fd9eb9cc72297c5f

Cite this release

Canonical URL
https://aiseedbank.org/models/eddiegulay_wav2vec2-large-xlsr-mvc-swahili/
Slug
eddiegulay_wav2vec2-large-xlsr-mvc-swahili
Infohash
b7a57f314d39e7278a27ab6c3b07eaeb78ca823c
License
apache-2.0
Signing key fingerprint
85a3b32c3712427b

Every file carries a locally computed sha256 — verify a download against the signed sums: eddiegulay_wav2vec2-large-xlsr-mvc-swahili.SHA256SUMS (+ minisign signature).

Provenance

Upstream repositoryeddiegulay/wav2vec2-large-xlsr-mvc-swahili
Revision (pinned)fc0d824e4ebacc09562436993497d350e9ac97c3
Fetched at2026-09-03T22:23:38Z
License at fetchapache-2.0
Snapshot toolhuggingface · seedbank 0.1.0

Trackers

✓ verified · rehash-vs-hf-metadata at 2026-09-03T22:23:53Z

apache-2.01.18 GB (1,262,085,156 bytes)transformerstensorboardsafetensorswav2vec2automatic-speech-recognitiongenerated_from_trainermodel-indexendpoints_compatible1 language (sw)