VietENT-Text — Vietnamese ENT clinical sentence corpus
20,908 unique Vietnamese ear-nose-throat clinical sentences and a 235-term ENT
catalogue, written to train and evaluate speech recognition on ENT consultations.
from datasets import load_dataset
ds = load_dataset("diepduclai/VietENT-Text", split="train")
ds[0]["text"]
Why this exists
Vietnamese ASR handles general speech well and medical terminology badly, and the
failures are the dangerous kind. Measured on… See the full description on the dataset page: https://huggingface.co/datasets/diepduclai/VietENT-Text.