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

← All models

nguyenvulebinh_wav2vec2-base-vi-vlsp2020

nguyenvulebinh · 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.


language: vi datasets:

  • vlsp-asr-2020 tags:
  • audio
  • automatic-speech-recognition license: cc-by-nc-4.0

Model description

Our models use wav2vec2 architecture, pre-trained on 13k hours of Vietnamese youtube audio (un-label data) and fine-tuned on 250 hours labeled of VLSP ASR dataset on 16kHz sampled speech audio. You can find more description here

Benchmark WER result on VLSP T1 testset:

base model large model
without LM 8.66 6.90
with 5-grams LM 6.53 5.32

Usage

#pytorch
#!pip install transformers==4.20.0
#!pip install https://github.com/kpu/kenlm/archive/master.zip
#!pip install pyctcdecode==0.4.0
#!pip install huggingface_hub==0.10.0

from transformers.file_utils import cached_path, hf_bucket_url
from importlib.machinery import SourceFileLoader
from transformers import Wav2Vec2ProcessorWithLM
from IPython.lib.display import Audio
import torchaudio
import torch

# Load model & processor
model_name = "nguyenvulebinh/wav2vec2-base-vi-vlsp2020"
model = SourceFileLoader("model", cached_path(hf_bucket_url(model_name,filename="model_handling.py"))).load_module().Wav2Vec2ForCTC.from_pretrained(model_name)
processor = Wav2Vec2ProcessorWithLM.from_pretrained(model_name)

# Load an example audio (16k)
audio, sample_rate = torchaudio.load(cached_path(hf_bucket_url(model_name, filename="t2_0000006682.wav")))
input_data = processor.feature_extractor(audio[0], sampling_rate=16000, return_tensors='pt')

# Infer
output = model(**input_data)

# Output transcript without LM
print(processor.tokenizer.decode(output.logits.argmax(dim=-1)[0].detach().cpu().numpy()))

# Output transcript with LM
print(processor.decode(output.logits.cpu().detach().numpy()[0], beam_width=100).text)

Model Parameters License

The ASR model parameters are made available for non-commercial use only, under the terms of the Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0) license. You can find details at: https://creativecommons.org/licenses/by-nc/4.0/legalcode

Contact

[email protected]

Magnet link

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

magnet:?xt=urn:btih:355f99e399e6fe8f7ca7de57bdb5d4f38edf695c&dn=nguyenvulebinh_wav2vec2-base-vi-vlsp2020

Open magnet in torrent client · infohash 355f99e399e6fe8f7ca7de57bdb5d4f38edf695c

Files & hashes

PathSizesha1sha256
README.md2.5 KB (2,594 B)92e969d503bc01abe9e7232c3023f503d460c184d295d555d81d5326bc1727f30b272be1b29502160f4a1c26fe611192ea6e4783
added_tokens.json30 B (30 B)890f55d790f5bcc4a1b1a7982f222ab51167aa602a414043a349f4e700923daad59bf62a4a760bce33863d8fe5057e25a4f0ad2d
alphabet.json863 B (863 B)2794f77d208cae6bb1ddb8862b565bb8c1fee12fd525851a0539796120f0606e882d0341a9455aa980bd487df443f11380e3ca2d
config.json2.0 KB (2,070 B)15cfeae8704d095cdea9716431caeaf1606cc9997ad1f5a8de0c54c9df0510db80779a13a306b36307197f06c80bb08423b2d00d
language_model/attrs.json78 B (78 B)3c07595c2b465df3c14531dbc2d1c52bf11f166df5ffd02e1ceef6517476e72ebe7997ddef7e92d27cb5a23d6695d64c4317d6ad
language_model/unigrams.txt0 B (0 B)e69de29bb2d1d6434b8b29ae775ad8c2e48c5391e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
language_model/vi_lm_5grams.bin2.30 GB (2,471,072,676 B)45461227d499f2886a5ad0faf6f30faa6991db6ba2e3e3264950427d249876ac3dd24c0f506b06f1cca3e2c4095e0f95e50b3133
model_handling.py6.6 KB (6,768 B)ac8ff84b1c74275d8a6c12f2801a69d43e11fa5fed4178006be431a3f5b51558ec36e3e3557d51dd83e181d5c0d91c312537f83b
preprocessor_config.json263 B (263 B)c8dc1849940ef5548a419c2eb562215dadda917b0fe637f769a755763e83127effe7034a1bfb51620361893f265f3f86fd930839
pytorch_model.bin367.2 MB (384,987,309 B)dd1f0c0c397333ef94177540341797a6a68c090f0e85ff35346e235b16fbe3821091323c377113828e8fdffd1c151c928035530b
quangnam.wav155.7 KB (159,404 B)f7b2509f4806c9b73ea88216f977e1ab50d279d306a65d90eaef5d174751693b4ae0383c472ff95267713fb01c08802c56b143e2
special_tokens_map.json2.5 KB (2,590 B)dcbf97742b18d8f733b00aa773af58a8d6762fa23bc2262731c0b1e7daa3025ce4f2879c0932183d1d02e6ec196907989f29d1e7
t2_0000006682.wav48.5 KB (49,644 B)81de6b21adf5e1f981f83597f3eceb63b7d3a07b8e6821f71b608ec9fa947571af7f631cad1f9d45b22287e22e70e7411c62b802
tokenizer_config.json396 B (396 B)fe0af6ccb6470f7c4469aa19b26ed44cf91b1852a3a663074285787f0e8940c1e528c05ac612324507815a4c0a1b524e078c1e55
vocab.json1.1 KB (1,169 B)349b5c82eae9811c1808ba23c5b179c548842f8b4339e2cb5c97554f089fe317120e794efce3f7626ad205fb496d34bddd2c6ae7

Cite this release

Canonical URL
https://aiseedbank.org/models/nguyenvulebinh_wav2vec2-base-vi-vlsp2020/
Slug
nguyenvulebinh_wav2vec2-base-vi-vlsp2020
Infohash
355f99e399e6fe8f7ca7de57bdb5d4f38edf695c
License
cc-by-nc-4.0
Signing key fingerprint
85a3b32c3712427b

Every file carries a locally computed sha256 — verify a download against the signed sums: nguyenvulebinh_wav2vec2-base-vi-vlsp2020.SHA256SUMS (+ minisign signature).

Provenance

Upstream repositorynguyenvulebinh/wav2vec2-base-vi-vlsp2020
Revision (pinned)50a30dadb3ec98a0d4cdb1eb1ea315aff538f7c2
Fetched at2026-09-04T03:18:33Z
License at fetchcc-by-nc-4.0
Snapshot toolhuggingface · seedbank 0.1.0

Trackers

✓ verified · rehash-vs-hf-metadata at 2026-09-04T03:19:05Z

cc-by-nc-4.0non-commercial use only2.66 GB (2,856,285,854 bytes)transformerspytorchwav2vec2automatic-speech-recognitionaudioendpoints_compatible1 language (vi)