Overview of GigaAM model families
mainGigaAM is a family of acoustic models based on the Conformer architecture (220M–600M parameters). The models are pre-trained on diverse speech data and can be used for Automatic Speech Recognition (ASR) or emotion recognition.
There are four main model lineages:
- v1: Pre-trained using Wav2vec 2.0 (50k hours). Available versions:
v1_ssl,emo,v1_ctc,v1_rnnt. - v2: Pre-trained using HuBERT–CTC (50k hours). Available versions:
v2_ssl,v2_ctc,v2_rnnt. - v3: Pre-trained using HuBERT–CTC (700k hours). Available versions:
v3_ssl,v3_ctc,v3_rnnt,v3_e2e_ctc,v3_e2e_rnnt. Note thatv3_e2e_ctcandv3_e2e_rnntsupport punctuation and text normalization. - multilingual: Pre-trained using HuBERT-style methods (2M hours). Available versions:
multilingual_ssl,multilingual_large_ssl,multilingual_ctc,multilingual_large_ctc. These provide SSL encoders (220M/600M parameters) and character-level CTC ASR models supporting 70+ languages.