asr_test_100_samples
收藏资源简介:
该数据集是一个多模态数据集,包含音频和文本数据。数据集中共有100个训练样本。每个样本包含以下主要字段:原始音频(audio)和去噪后的音频(denoised_audio),采样率均为16kHz;对应的原始文本(text)、规范化文本(normalized_text)以及去除数字和单词的规范化文本(normalized_text_numbers_words);此外,还包含去噪前后的转录文本(denoised_transcribtion, transcribtion_without_denoise)。数据集标注了方言信息(DIALECTS_)、样本所属的数据集来源(dataset_name)、样本ID(id)以及一个分类标签(label)。一个关键特征是标注了是否存在语码转换现象(code_switching,布尔类型)。基于其数据结构,该数据集可能适用于语音识别、方言分析、语码转换检测或音频去噪等相关任务的研究与开发。
This is a multimodal dataset encompassing audio and text data, with a total of 100 training samples. Each sample includes the following core fields: original audio (audio) and denoised audio (denoised_audio), both with a sampling rate of 16 kHz; corresponding original text (text), normalized text (normalized_text), and normalized text with numbers and words removed (normalized_text_numbers_words); additionally, it contains transcriptions before and after denoising (denoised_transcribtion, transcribtion_without_denoise). The dataset is annotated with dialect information (DIALECTS_), the source dataset of the sample (dataset_name), sample ID (id), and a classification label (label). A key feature is the annotation of whether code-switching exists (code_switching, boolean type). Based on its data structure, this dataset is suitable for research and development of related tasks such as speech recognition, dialect analysis, code-switching detection, and audio denoising.
数据集概述
数据集名称:asr_test_100_samples
数据集地址:https://huggingface.co/datasets/nadsoft/asr_test_100_samples
数据集大小:下载大小约50.38 MB,数据集总大小约51.83 MB
数据特点
- 样本数量:训练集包含100个样本。
- 音频采样率:所有音频数据(包括原始音频和降噪后音频)的采样率均为16 kHz。
- 语言与方言:包含语码转换标记(
code_switching)和方言字段(DIALECTS_),表明数据可能涉及多语言或方言场景。 - 文本标注:提供原始文本、标准化文本(
normalized_text)、包含数字与单词的标准化文本(normalized_text_numbers_words)、去噪前后的转录文本(transcribtion_without_denoise和denoised_transcribtion)以及标签(label)字段。
数据字段说明
| 字段名 | 数据类型 | 描述 |
|---|---|---|
code_switching |
bool | 是否包含语码转换 |
text |
string | 原始文本 |
dataset_name |
string | 数据集名称 |
audio |
audio (16 kHz) | 原始音频文件 |
normalized_text |
string | 标准化后的文本 |
DIALECTS_ |
string | 方言信息 |
id |
int64 | 样本唯一标识 |
normalized_text_numbers_words |
string | 包含数字和单词的标准化文本 |
label |
string | 样本标签 |
denoised_audio |
audio (16 kHz) | 降噪后的音频 |
transcribtion_without_denoise |
string | 未降噪音频的转录文本 |
denoised_transcribtion |
string | 降噪后音频的转录文本 |
数据划分
- 训练集(train):包含100个样本,占用约51.83 MB。
文件结构
- 数据集配置文件为
default,训练数据文件路径为data/train-*。




