Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

unofficial mirror of LSVSC dataset (novel large-scale Vietnamese speech corpus)

official announcement: https://www.mdpi.com/2079-9292/13/5/977

official download: https://drive.google.com/drive/folders/1tiPKaIOC7bt6isv5qFqf61O_2jFK8ZOI

100h, 57k samples

pre-process: see my code: https://github.com/phineas-pta/fine-tune-whisper-vi/blob/main/misc/clean-lsvsc.py

need to do: check misspelling, restore foreign words phonetised to vietnamese

usage with HuggingFace:

# pip install -q "datasets[audio]"
from datasets import load_dataset
from torch.utils.data import DataLoader

dataset = load_dataset("doof-ferb/LSVSC", split="train", streaming=True)
dataset.set_format(type="torch", columns=["audio", "transcription"])
dataloader = DataLoader(dataset, batch_size=4)
Downloads last month
797

Models trained or fine-tuned on doof-ferb/LSVSC

Collection including doof-ferb/LSVSC