g-group-ai-lab/vi-asr-tech-test
Vietnamese ASR Test Set - Technology A Vietnamese speech-recognition benchmark for the technology domain (Công nghệ), released by G-Group AI Lab. Audio is real-world Vietnamese speech covering consumer electronics reviews, software tutorials, programming and IT walkthroughs — dense in English loanwords and product names. Listen & explore Every utterance is playable inline in the viewer above — hit play on any row to stream the clip. For full-text search across… See the full description on the dataset page: https://huggingface.co/datasets/g-group-ai-lab/vi-asr-tech-test.
Vietnamese ASR Test Set - Technology
A Vietnamese speech-recognition benchmark for the technology domain (Công nghệ), released by G-Group AI Lab.
Audio is real-world Vietnamese speech covering consumer electronics reviews, software tutorials, programming and IT walkthroughs — dense in English loanwords and product names.
Listen & explore
Every utterance is playable inline in the viewer above — hit play on any row to stream the clip. For full-text search across transcripts, duration filters and a DuckDB SQL console over the whole split, open [Data Studio →](https://huggingface.co/datasets/g-group-ai-lab/vi-asr-tech-test/viewer/default/test).
At a glance
Usage
from datasets import load_dataset
ds = load_dataset("g-group-ai-lab/vi-asr-tech-test", split="test")
print(ds[0]["text"])
print(ds[0]["audio"]["sampling_rate"]) # 16000Stream it without downloading the whole set:
ds = load_dataset("g-group-ai-lab/vi-asr-tech-test", split="test", streaming=True)
print(next(iter(ds))["text"])Fields
Related test sets
License
Released under CC BY-NC 4.0 — free for non-commercial use with attribution.
Citation
@misc{vi_asr_tech_test_2026,
title = {Vietnamese ASR Test Set - Technology},
author = {G-Group AI Lab},
year = {2026},
url = {https://huggingface.co/datasets/g-group-ai-lab/vi-asr-tech-test}
}