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

← All models

ai-sage_GigaAM-Multilingual

ai-sage · 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: mit language:

  • ru
  • en
  • kk
  • ky
  • uz pipeline_tag: automatic-speech-recognition

GigaAM Multilingual

GigaAM Multilingual is a family of Conformer-based foundation models (220M / 600M parameters) pre-trained with a HuBERT-style objective on 2M hours of speech across 70+ languages and fine-tuned for speech recognition with character-wise CTC decoders on 50K hours.

The models provide best-in-class open-source quality on Russian, Kazakh, Kyrgyz, and Uzbek, and moderate quality on English.

GigaAM Multilingual includes the following model variants:

  • ssl — 220M self-supervised encoder
  • ctc — 220M ASR model with a character-wise CTC decoder
  • large_ssl — 600M self-supervised encoder
  • large_ctc — 600M ASR model with a character-wise CTC decoder

Model Performance

Word Error Rate (%) on Common Voice (CV), FLEURS, and internal in-the-wild test sets. Utterances longer than 30 s and references containing digits are excluded; references/hypotheses are normalized (lowercasing, punctuation removal, numerals→words); greedy decoding. Best per row in bold.

Language Dataset GigaAM Multilingual GigaAM Multilingual Large Omnilingual 1B (LLM) Seamless M4T large v2 Whisper large v3
English CV 26.0 21.5 24.7 16.2 20.0
English FLEURS 12.2 9.4 7.1 5.8 3.9
Russian CV 7.1 5.1 13.6 9.2 9.1
Russian FLEURS 4.4 3.0 6.4 4.6 3.1
Russian Internal 7.6 6.0 14.6 16.1 10.1
Kazakh CV 17.2 13.8 23.7 23.8 57.8
Kazakh FLEURS 5.2 4.4 6.6 6.8 32.4
Kazakh Internal 18.8 15.8 32.2 62.9 65.2
Kyrgyz CV 12.5 10.2 21.6 14.3 95.2
Kyrgyz FLEURS 7.0 5.5 8.1 9.5 86.3
Kyrgyz Internal 11.1 9.8 25.0 78.3 102.2
Uzbek CV 11.3 9.2 32.8 25.1 109.9
Uzbek FLEURS 10.0 7.3 15.4 11.9 105.4
Uzbek Internal 13.8 12.7 30.2 40.0 120.6

Usage

from transformers import AutoModel

revision = "ctc"  # any variant: ssl, ctc, large_ssl, large_ctc
model = AutoModel.from_pretrained(
    "ai-sage/GigaAM-Multilingual",
    revision=revision,
    trust_remote_code=True,
)

transcription = model.transcribe("example.wav")
print(transcription)

Recommended versions:

  • torch==2.10.*, torchaudio==2.10.*
  • transformers==5.*
  • (any) hydra-core, omegaconf

Full usage guide can be found in the example.

Fine-tuning to a new language

The ssl / large_ssl backbones can be adapted to a new language — see the fine-tuning guide and the example notebook.

Citation

@misc{gigaam_multilingual,
      title={GigaAM Multilingual: Foundation Model for Underrepresented Languages},
      author={Andrei Kuzmenko and Alexandr Maximenko and Aleksandr Kutsakov and Georgii Gospodinov and Dmitrii Bolotov and Oleg Kutuzov and Pavel Bogomolov and Fyodor Minkin},
      year={2026},
      eprint={2607.10371},
      archivePrefix={arXiv},
      primaryClass={eess.AS},
      url={https://arxiv.org/abs/2607.10371}
}

Magnet link

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

magnet:?xt=urn:btih:a4d6d1498d9919b0a69adc13783b6883ff2f1c18&dn=ai-sage_GigaAM-Multilingual

Open magnet in torrent client · infohash a4d6d1498d9919b0a69adc13783b6883ff2f1c18

Files & hashes

PathSizesha1sha256
README.md4.3 KB (4,454 B)8b03cc3f9b67ff7ee3ebd5c07e5a0480793590f2097997908f232ec01f47f5155a462ad0b5aa9f1383594827903f46290e6b57bc
config.json2.6 KB (2,623 B)056ee1175f04f4a202750b4d7bee431c6401dd4fc830232c7d51688a630a221517b52585ab5ee57e1d3c21bcbae01759351d2653
modeling_gigaam.py71.1 KB (72,778 B)c50962bdb5c66d12b780b59719fc3c752a42e74f6d02e640fbb5738ab11c030520a68654ef32f4ff363723db10534cf8b5d5c0e7
pytorch_model.bin842.3 MB (883,170,115 B)f5e32787ae6ddb29425b18a7294973946d8f5215e1db43873ec5e296f229572e06e2470fc157ac9f8d4aacabda295630b9b91728

Cite this release

Canonical URL
https://aiseedbank.org/models/ai-sage_GigaAM-Multilingual/
Slug
ai-sage_GigaAM-Multilingual
Infohash
a4d6d1498d9919b0a69adc13783b6883ff2f1c18
License
mit
Signing key fingerprint
85a3b32c3712427b

Every file carries a locally computed sha256 — verify a download against the signed sums: ai-sage_GigaAM-Multilingual.SHA256SUMS (+ minisign signature).

Provenance

Upstream repositoryai-sage/GigaAM-Multilingual
Revision (pinned)2f8a57144e6ec3adfd32fe0484d9ea9913305bc8
Fetched at2026-09-03T20:50:01Z
License at fetchmit
Snapshot toolhuggingface · seedbank 0.1.0

Trackers

✓ verified · rehash-vs-hf-metadata at 2026-09-03T20:50:11Z

mit842.3 MB (883,249,970 bytes)pytorchgigaamautomatic-speech-recognitioncustom_code5 languages (ru, en, kk …)paper: 2607.10371