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

← All models

ai-sage_GigaAM-v3

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 pipeline_tag: automatic-speech-recognition

GigaAM-v3

GigaAM-v3 is a Conformer-based foundation model with 220–240M parameters, pretrained on diverse Russian speech data using the HuBERT-CTC objective. It is the third generation of the GigaAM family and provides state-of-the-art performance on Russian ASR across a wide range of domains.

GigaAM-v3 includes the following model variants:

  • ssl — self-supervised HuBERT–CTC encoder pre-trained on 700,000 hours of Russian speech
  • ctc — ASR model fine-tuned with a CTC decoder
  • rnnt — ASR model fine-tuned with an RNN-T decoder
  • e2e_ctc — end-to-end CTC model with punctuation and text normalization
  • e2e_rnnt — end-to-end RNN-T model with punctuation and text normalization

GigaAM-v3 training incorporates new internal datasets: callcenter conversations, speech with background music, natural speech, and speech with atypical characteristics. the models perform on average 30% better on these new domains, while maintaining the same quality as previous GigaAM generations on public benchmarks.

The table below reports the Word Error Rate (%) for GigaAM-v3 and other existing models over diverse domains.

Set Name V3_CTC V3_RNNT T-One + LM Whisper
Open Datasets 3.0 2.6 5.7 12.0
Golos Farfield 4.5 3.9 12.2 16.7
Natural Speech 7.8 6.9 14.5 13.6
Disordered Speech 20.6 19.2 51.0 59.3
Callcenter 10.3 9.5 13.5 23.9
Average 9.2 8.4 19.4 25.1

The end-to-end ASR models (e2e_ctc and e2e_rnnt) produce punctuated, normalized text directly. In end-to-end ASR comparisons of e2e_ctc and e2e_rnnt against Whisper-large-v3, using Gemini 2.5 Pro as an LLM-as-a-judge, GigaAM-v3 models win by an average margin of 70:30.

For detailed results, see metrics.

Usage

from transformers import AutoModel

revision = "e2e_rnnt"  # can be any v3 model: ssl, ctc, rnnt, e2e_ctc, e2e_rnnt
model = AutoModel.from_pretrained(
    "ai-sage/GigaAM-v3",
    revision=revision,
    trust_remote_code=True,
)

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

Recommended versions:

  • torch==2.8.0, torchaudio==2.8.0
  • transformers==4.57.1
  • pyannote-audio==4.0.0, torchcodec==0.7.0
  • (any) hydra-core, omegaconf, sentencepiece

Full usage guide can be found in the example.

License: MIT

Paper: GigaAM: Efficient Self-Supervised Learner for Speech Recognition (InterSpeech 2025)

Magnet link

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

magnet:?xt=urn:btih:40a05aef725ce93010f404e55c80de1cf5780463&dn=ai-sage_GigaAM-v3

Open magnet in torrent client · infohash 40a05aef725ce93010f404e55c80de1cf5780463

Files & hashes

PathSizesha1sha256
README.md2.9 KB (2,928 B)a2a122b942e7707c3af2c0f5726705cc0f81fb773ab6af20323939ff821d6865eec3128d3abac4666c369b02b4969a4fec30b86d
config.json1.8 KB (1,867 B)1a435114bb773fddfe73877cbc6da836ef2d651002361ba9cafd6c3ec66fcdd73494c3b562a60eb2a2d1b13f3cb04ae440d93e52
modeling_gigaam.py48.0 KB (49,135 B)36221634c2c0dd0043eb26454b79e0e7aa061b25269be43b635b1e510115baa2a843c5cbaa052e8adf0be30dc133a2ba5b5f2d86
pytorch_model.bin428.1 MB (448,928,167 B)ff9a0cdcbeacc0f82783f8020541f55daea696edafc6dcbae8320ea56f2cddebc0f13fbf62c9d59b6ddcad899782623c8610826a
tokenizer.model249.4 KB (255,336 B)86bf9588e70d1a4947a0d58388532915fa208fc7828c12c991019eef952a960661f25a92d6ad279591e2ea466b4aeddf1d20a18a

Cite this release

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

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

Provenance

Upstream repositoryai-sage/GigaAM-v3
Revision (pinned)ec1dc1f01d0d627ab2c0d3acc1e235702300d95e
Fetched at2026-09-03T20:50:12Z
License at fetchmit
Snapshot toolhuggingface · seedbank 0.1.0

Trackers

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

mit428.4 MB (449,237,433 bytes)pytorchgigaamautomatic-speech-recognitioncustom_code2 languages (ru, en)paper: 2506.01192