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

← All models

speechbrain_lang-id-voxlingua107-ecapa

speechbrain · View on Hugging Face ↗

Get this model

Download TorrentMagnet Link

Seeders: 1 · Leechers: 0

Observed 2026-09-02T13:56:39Z via announce.aitorrent.org:7070.

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.


language:

  • multilingual
  • ab
  • af
  • am
  • ar
  • as
  • az
  • ba
  • be
  • bg
  • bi
  • bo
  • br
  • bs
  • ca
  • ceb
  • cs
  • cy
  • da
  • de
  • el
  • en
  • eo
  • es
  • et
  • eu
  • fa
  • fi
  • fo
  • fr
  • gl
  • gn
  • gu
  • gv
  • ha
  • haw
  • hi
  • hr
  • ht
  • hu
  • hy
  • ia
  • id
  • is
  • it
  • he
  • ja
  • jv
  • ka
  • kk
  • km
  • kn
  • ko
  • la
  • lm
  • ln
  • lo
  • lt
  • lv
  • mg
  • mi
  • mk
  • ml
  • mn
  • mr
  • ms
  • mt
  • my
  • ne
  • nl
  • nn
  • no
  • oc
  • pa
  • pl
  • ps
  • pt
  • ro
  • ru
  • sa
  • sco
  • sd
  • si
  • sk
  • sl
  • sn
  • so
  • sq
  • sr
  • su
  • sv
  • sw
  • ta
  • te
  • tg
  • th
  • tk
  • tl
  • tr
  • tt
  • uk
  • ud
  • uz
  • vi
  • war
  • yi
  • yo
  • zh thumbnail: tags:
  • audio-classification
  • speechbrain
  • embeddings
  • Language
  • Identification
  • pytorch
  • ECAPA-TDNN
  • TDNN
  • VoxLingua107 license: "apache-2.0" datasets:
  • VoxLingua107 metrics:
  • Accuracy widget:
  • example_title: English Sample src: https://cdn-media.huggingface.co/speech_samples/LibriSpeech_61-70968-0000.flac

VoxLingua107 ECAPA-TDNN Spoken Language Identification Model

Model description

This is a spoken language recognition model trained on the VoxLingua107 dataset using SpeechBrain. The model uses the ECAPA-TDNN architecture that has previously been used for speaker recognition. However, it uses more fully connected hidden layers after the embedding layer, and cross-entropy loss was used for training. We observed that this improved the performance of extracted utterance embeddings for downstream tasks.

The system is trained with recordings sampled at 16kHz (single channel). The code will automatically normalize your audio (i.e., resampling + mono channel selection) when calling classify_file if needed.

The model can classify a speech utterance according to the language spoken. It covers 107 different languages ( Abkhazian, Afrikaans, Amharic, Arabic, Assamese, Azerbaijani, Bashkir, Belarusian, Bulgarian, Bengali, Tibetan, Breton, Bosnian, Catalan, Cebuano, Czech, Welsh, Danish, German, Greek, English, Esperanto, Spanish, Estonian, Basque, Persian, Finnish, Faroese, French, Galician, Guarani, Gujarati, Manx, Hausa, Hawaiian, Hindi, Croatian, Haitian, Hungarian, Armenian, Interlingua, Indonesian, Icelandic, Italian, Hebrew, Japanese, Javanese, Georgian, Kazakh, Central Khmer, Kannada, Korean, Latin, Luxembourgish, Lingala, Lao, Lithuanian, Latvian, Malagasy, Maori, Macedonian, Malayalam, Mongolian, Marathi, Malay, Maltese, Burmese, Nepali, Dutch, Norwegian Nynorsk, Norwegian, Occitan, Panjabi, Polish, Pushto, Portuguese, Romanian, Russian, Sanskrit, Scots, Sindhi, Sinhala, Slovak, Slovenian, Shona, Somali, Albanian, Serbian, Sundanese, Swedish, Swahili, Tamil, Telugu, Tajik, Thai, Turkmen, Tagalog, Turkish, Tatar, Ukrainian, Urdu, Uzbek, Vietnamese, Waray, Yiddish, Yoruba, Mandarin Chinese).

Intended uses & limitations

The model has two uses:

  • use 'as is' for spoken language recognition
  • use as an utterance-level feature (embedding) extractor, for creating a dedicated language ID model on your own data

The model is trained on automatically collected YouTube data. For more information about the dataset, see here.

How to use

pip install git+https://github.com/speechbrain/speechbrain.git@develop
import torchaudio
from speechbrain.inference.classifiers import EncoderClassifier
language_id = EncoderClassifier.from_hparams(source="speechbrain/lang-id-voxlingua107-ecapa", savedir="tmp")
# Download Thai language sample from Omniglot and cvert to suitable form
signal = language_id.load_audio("speechbrain/lang-id-voxlingua107-ecapa/udhr_th.wav")
prediction =  language_id.classify_batch(signal)
print(prediction)
#  (tensor([[-2.8646e+01, -3.0346e+01, -2.0748e+01, -2.9562e+01, -2.2187e+01,
#         -3.2668e+01, -3.6677e+01, -3.3573e+01, -3.2545e+01, -2.4365e+01,
#         -2.4688e+01, -3.1171e+01, -2.7743e+01, -2.9918e+01, -2.4770e+01,
#         -3.2250e+01, -2.4727e+01, -2.6087e+01, -2.1870e+01, -3.2821e+01,
#         -2.2128e+01, -2.2822e+01, -3.0888e+01, -3.3564e+01, -2.9906e+01,
#         -2.2392e+01, -2.5573e+01, -2.6443e+01, -3.2429e+01, -3.2652e+01,
#         -3.0030e+01, -2.4607e+01, -2.2967e+01, -2.4396e+01, -2.8578e+01,
#         -2.5153e+01, -2.8475e+01, -2.6409e+01, -2.5230e+01, -2.7957e+01,
#         -2.6298e+01, -2.3609e+01, -2.5863e+01, -2.8225e+01, -2.7225e+01,
#         -3.0486e+01, -2.1185e+01, -2.7938e+01, -3.3155e+01, -1.9076e+01,
#         -2.9181e+01, -2.2160e+01, -1.8352e+01, -2.5866e+01, -3.3636e+01,
#         -4.2016e+00, -3.1581e+01, -3.1894e+01, -2.7834e+01, -2.5429e+01,
#         -3.2235e+01, -3.2280e+01, -2.8786e+01, -2.3366e+01, -2.6047e+01,
#         -2.2075e+01, -2.3770e+01, -2.2518e+01, -2.8101e+01, -2.5745e+01,
#         -2.6441e+01, -2.9822e+01, -2.7109e+01, -3.0225e+01, -2.4566e+01,
#         -2.9268e+01, -2.7651e+01, -3.4221e+01, -2.9026e+01, -2.6009e+01,
#         -3.1968e+01, -3.1747e+01, -2.8156e+01, -2.9025e+01, -2.7756e+01,
#         -2.8052e+01, -2.9341e+01, -2.8806e+01, -2.1636e+01, -2.3992e+01,
#         -2.3794e+01, -3.3743e+01, -2.8332e+01, -2.7465e+01, -1.5085e-02,
#         -2.9094e+01, -2.1444e+01, -2.9780e+01, -3.6046e+01, -3.7401e+01,
#         -3.0888e+01, -3.3172e+01, -1.8931e+01, -2.2679e+01, -3.0225e+01,
#         -2.4995e+01, -2.1028e+01]]), tensor([-0.0151]), tensor([94]), ['th'])
# The scores in the prediction[0] tensor can be interpreted as log-likelihoods that
# the given utterance belongs to the given language (i.e., the larger the better)
# The linear-scale likelihood can be retrieved using the following:
print(prediction[1].exp())
#  tensor([0.9850])
# The identified language ISO code is given in prediction[3]
print(prediction[3])
#  ['th: Thai']
  
# Alternatively, use the utterance embedding extractor:
emb =  language_id.encode_batch(signal)
print(emb.shape)
# torch.Size([1, 1, 256])

To perform inference on the GPU, add run_opts={"device":"cuda"} when calling the from_hparams method.

The system is trained with recordings sampled at 16kHz (single channel). The code will automatically normalize your audio (i.e., resampling + mono channel selection) when calling classify_file if needed. Make sure your input tensor is compliant with the expected sampling rate if you use encode_batch and classify_batch.

Warning: In the dataset and in the defaults of this model (see label_encoder.txt, the used ISO language code for Hebrew is obsolete (should be he instead of iw). The ISO language code for Javanese is incorrect (should be jv instead of jw). See issue #2396.

Limitations and bias

Since the model is trained on VoxLingua107, it has many limitations and biases, some of which are:

  • Probably it's accuracy on smaller languages is quite limited
  • Probably it works worse on female speech than male speech (because YouTube data includes much more male speech)
  • Based on subjective experiments, it doesn't work well on speech with a foreign accent
  • Probably it doesn't work well on children's speech and on persons with speech disorders

Training data

The model is trained on VoxLingua107.

VoxLingua107 is a speech dataset for training spoken language identification models. The dataset consists of short speech segments automatically extracted from YouTube videos and labeled according the language of the video title and description, with some post-processing steps to filter out false positives.

VoxLingua107 contains data for 107 languages. The total amount of speech in the training set is 6628 hours. The average amount of data per language is 62 hours. However, the real amount per language varies a lot. There is also a seperate development set containing 1609 speech segments from 33 languages, validated by at least two volunteers to really contain the given language.

Training procedure

See the SpeechBrain recipe.

Evaluation results

Error rate: 6.7% on the VoxLingua107 development dataset

Referencing SpeechBrain

@misc{speechbrain,
  title={{SpeechBrain}: A General-Purpose Speech Toolkit},
  author={Mirco Ravanelli and Titouan Parcollet and Peter Plantinga and Aku Rouhe and Samuele Cornell and Loren Lugosch and Cem Subakan and Nauman Dawalatabad and Abdelwahab Heba and Jianyuan Zhong and Ju-Chieh Chou and Sung-Lin Yeh and Szu-Wei Fu and Chien-Feng Liao and Elena Rastorgueva and François Grondin and William Aris and Hwidong Na and Yan Gao and Renato De Mori and Yoshua Bengio},
  year={2021},
  eprint={2106.04624},
  archivePrefix={arXiv},
  primaryClass={eess.AS},
  note={arXiv:2106.04624}
}

Referencing VoxLingua107

@inproceedings{valk2021slt,
  title={{VoxLingua107}: a Dataset for Spoken Language Recognition},
  author={J{\"o}rgen Valk and Tanel Alum{\"a}e},
  booktitle={Proc. IEEE SLT Workshop},
  year={2021},
}

About SpeechBrain

SpeechBrain is an open-source and all-in-one speech toolkit. It is designed to be simple, extremely flexible, and user-friendly. Competitive or state-of-the-art performance is obtained in various domains. Website: https://speechbrain.github.io/ GitHub: https://github.com/speechbrain/speechbrain

Magnet link

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

magnet:?xt=urn:btih:572dda13a16e50e5ad6fdcb873fb7a81e64e4a7c&dn=speechbrain_lang-id-voxlingua107-ecapa

Open magnet in torrent client · infohash 572dda13a16e50e5ad6fdcb873fb7a81e64e4a7c

Files & hashes

PathSizesha1sha256
README.md9.3 KB (9,538 B)a40a50dc26b99cbc5c0e44d3155755ff5c261b35e2a24d3c912f3c02bc104abb86904271bacc245e55b9f856220e71c7d96eaf4c
classifier.ckpt744.7 KB (762,555 B)e0032a66f76e477dd939b481221d8648c82b413aa50d9024ff58d317031c9787d4c6c614d454a87a8ef32f9d36338cd3ff57adbc
config.json51 B (51 B)6fad8e826fd6808012326b33e4beb8d4e083d808a861f8fbc2e23c0fc0823b3c0fd2b3d1e839563c2d4e3f9663a1237cce62bc89
embedding_model.ckpt80.6 MB (84,474,355 B)fe8cf3ffe65ede4ccaffe715531d16b37e15a95fab750d5c06d713477045fa798fab5d33e959dbc0dfe4de510a9a47844c79a19a
hyperparams.yaml1.5 KB (1,519 B)27d80047d277c45575779937a92cb829d415852888fec9791a8416a152fb10834327e18d38e5bf7a351e9b714e08cdc4af05de6f
label_encoder.txt2.2 KB (2,204 B)addb319892122ba2e7ddb4d01e0c87c4833dab389f566d83c4f19168be4a0bf86c0c7dac7d3264a95105bcbf33a7c32b83ccc17f
normalizer.ckpt1.0 KB (1,063 B)cc76cf14add5ffaf2e038ed17711f374ced385a6c369e01dfa2e0d84c6b116f33c7b94f1fe28c061642086538e93cde3d97c26ef
udhr_th.wav1.1 MB (1,146,684 B)5e02fd264f5047488e47ed309018dd925c6651605bdc3a0a686eed58c6ccff264c5605a3c245e6598610dcc6e355104758acc6d7

Cite this release

Canonical URL
https://aiseedbank.org/models/speechbrain_lang-id-voxlingua107-ecapa/
Slug
speechbrain_lang-id-voxlingua107-ecapa
Infohash
572dda13a16e50e5ad6fdcb873fb7a81e64e4a7c
License
apache-2.0
Signing key fingerprint
85a3b32c3712427b

Every file carries a locally computed sha256 — verify a download against the signed sums: speechbrain_lang-id-voxlingua107-ecapa.SHA256SUMS (+ minisign signature).

Provenance

Upstream repositoryspeechbrain/lang-id-voxlingua107-ecapa
Revision (pinned)0253049ae131d6a4be1c4f0d8b0ff483a0f8c8e9
Fetched at2026-09-02T05:47:02Z
License at fetchapache-2.0
Snapshot toolhuggingface · seedbank 0.1.0

Trackers

✓ verified · rehash-vs-hf-metadata at 2026-09-02T05:47:04Z

apache-2.082.4 MB (86,397,969 bytes)speechbrainaudio-classificationembeddingsLanguageIdentificationpytorchECAPA-TDNNTDNNVoxLingua107multilingualcebhawscowar103 languages (ab, af, am …)paper: 2106.04624