THCHS-30 : A Free Chinese Speech Corpus
Paper • 1512.01882 • Published
Error code: RowsPostProcessingError
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.
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
THCHS-30 test split for Mandarin Chinese speech recognition benchmarking.
from datasets import load_dataset
# After uploading to HuggingFace
dataset = load_dataset("your-username/thchs30-test")
# Example
print(dataset['train'][0])
# {
# 'audio': {'array': [...], 'sampling_rate': 16000, 'path': 'audio/D11_750.wav'},
# 'text': '东北军 的 一些 爱国 将士 马 占 山 李杜 唐 聚 伍 苏 炳 艾 邓 铁梅 等 也 奋起 抗战'
# }
Tested with FluidAudio CTC zh-CN model (parakeet-ctc-0.6b-zh-cn):
@article{wang2015thchs,
title={THCHS-30: A Free Chinese Speech Corpus},
author={Wang, Dong and Zhang, Xuewei},
journal={arXiv preprint arXiv:1512.01882},
year={2015}
}
This repository contains only the test split for easier benchmarking.