podMBANemo
收藏资源简介:
该数据集是一个用于自动语音识别(ASR)任务的NeMo风格清单数据集,由pod_mba生成。数据集包含泰米尔语(ta)的音频剪辑,以WAV文件形式存储,这些文件被剪切并组织在编号的wavs/子文件夹中(例如wavs/000/...wav),每个文件夹最多容纳1000个文件。数据集提供了两个JSONL清单文件:train_manifest.json和test_manifest.json,用于训练和测试,其中测试集约占总体数据的1%。每个数据样本包括四个字段:audio_filepath(音频文件的相对路径)、duration(剪辑持续时间,以秒为单位)、text(转录文本)和target_lang(目标语言标签,固定为ta-IN)。音频文件为单声道,已重采样至16000 Hz。该数据集适用于基于NeMo框架的泰米尔语ASR模型训练和评估。
This dataset is a NeMo-style manifest dataset for automatic speech recognition (ASR) tasks, generated by pod_mba. It consists of Tamil (ta) audio clips stored in WAV format, which are segmented and organized into numbered subfolders within the wavs/ directory (e.g., wavs/000/...wav), with each subfolder holding up to 1000 files. Two JSONL manifest files, train_manifest.json and test_manifest.json, are provided for model training and testing, where the test set accounts for roughly 1% of the total dataset. Each data sample contains four fields: audio_filepath (relative path to the audio file), duration (clip duration in seconds), text (transcribed text), and target_lang (target language tag, fixed as ta-IN). All audio files are single-channel and resampled to 16000 Hz. This dataset is designed for training and evaluating Tamil ASR models built on the NeMo framework.
- 数据集名称: Audio Clips Dataset
- 任务类别: 自动语音识别 (Automatic Speech Recognition)
- 语言: 泰米尔语 (ta)
- 标签: audio, speech, nemo, manifest
- 数据集结构:
- 数据集包含两个子集:
train(训练集)和test(测试集)。 - 测试集约占总体数据的 1%,其余为训练集。
- 数据集包含两个子集:
- 数据特征:
audio_filepath: 字符串类型,WAV 文件的相对路径。duration: 浮点数类型,音频片段时长(秒)。text: 字符串类型,转录文本。target_lang: 字符串类型,目标语言标签,固定为ta-IN。
- 数据存储与格式:
- WAV 文件按编号子文件夹存储(如
wavs/000/...wav、wavs/001/...wav),每文件夹最多 1000 个文件。 - 清单文件为 JSONL 格式:训练清单
train_manifest.json,测试清单test_manifest.json。
- WAV 文件按编号子文件夹存储(如
- 音频处理:
- 单声道音频,重采样至 16000 Hz。
- 使用方式:
- 建议通过 NeMo 训练脚本调用,示例命令:
bash python your_nemo_training_script.py --train_manifest train_manifest.json --test_manifest test_manifest.json
- 建议通过 NeMo 训练脚本调用,示例命令:




