ASR-Train-Processed
收藏资源简介:
该数据集包含六个子配置,分别来自 Google FLEURS 和 Naija Voices 项目,涵盖豪萨语(Hausa)、伊博语(Igbo)和约鲁巴语(Yoruba)三种语言。每个样本包含两个字段:input_features(float32 类型的列表,表示音频特征)和 labels(int64 类型的列表,表示标签)。所有数据均以训练集分片形式提供,无验证或测试集。各子集样本规模如下:google_fleurs_hausa 共 1000 个样本(5 分片,每片 200 个);google_fleurs_igbo 共 1000 个样本(10 分片,每片 100 个);google_fleurs_yoruba 共 2339 个样本(12 分片,前 11 片每片 200 个,最后一片 139 个);naijavoices_hausa、naijavoices_igbo 和 naijavoices_yoruba 各 15000 个样本(每片 500 个,共 30 分片)。数据集可用于语音识别、语音分类或相关任务。
This dataset contains six sub-configurations from the Google FLEURS and Naija Voices projects, covering three languages: Hausa, Igbo, and Yoruba. Each sample includes two fields: input_features (a list of float32 representing audio features) and labels (a list of int64 representing labels). All data are provided as training splits with no validation or test sets. The sample sizes for each subset are as follows: google_fleurs_hausa has 1000 samples (5 shards, 200 each); google_fleurs_igbo has 1000 samples (10 shards, 100 each); google_fleurs_yoruba has 2339 samples (12 shards, first 11 shards of 200 each, last shard of 139); naijavoices_hausa, naijavoices_igbo, and naijavoices_yoruba each have 15000 samples (30 shards of 500 each). The dataset can be used for speech recognition, speech classification, or related tasks.
数据集 ASR-Train-Processed 详情总结
概述
该数据集是一个面向自动语音识别(ASR)任务训练的预处理数据集,包含尼日利亚三种主要语言:豪萨语(Hausa)、伊博语(Igbo) 和 约鲁巴语(Yoruba)。数据来源于两个语音语料库:Google FLEURS 和 NaijaVices。
数据配置(Configs)
数据集共包含 6 个配置,按来源和语言划分:
- google_fleurs_hausa
- google_fleurs_igbo
- google_fleurs_yoruba
- naijavoices_hausa
- naijavoices_igbo
- naijavoices_yoruba
特征(Features)
每个配置均包含两个特征(字段):
- input_features: 类型为
list<float32>,存储语音的输入特征(音频特征表示) - labels: 类型为
list<int64>,存储对应的标签(文本转录标签)
数据划分与规模
Google FLEURS 子集
| 配置 | 分片数 | 样本总数 | 数据集大小 |
|---|---|---|---|
| google_fleurs_hausa | 5(train_shard_0-4) | 1,000 | ~960.75 MB |
| google_fleurs_igbo | 10(train_shard_0-9) | 1,000 | ~960.85 MB |
| google_fleurs_yoruba | 12(train_shard_0-11) | 2,139 | ~2.25 GB |
NaijaVices 子集
| 配置 | 分片数 | 样本总数 | 数据集大小 |
|---|---|---|---|
| naijavoices_hausa | 30(train_shard_0-29) | 15,000 | ~14.41 GB |
| naijavoices_igbo | 30(train_shard_0-29) | 15,000 | ~14.41 GB |
| naijavoices_yoruba | 30(train_shard_0-29) | 15,000 | ~14.41 GB |
- FLEURS 来源的豪萨语每分片 200 个样本,伊博语每分片 100 个样本
- NaijaVices 来源的每个分片均为 500 个样本
- 约鲁巴语(FLEURS)最后一个分片(shard_11)仅有 139 个样本,其余分片为 200 个
下载与总规模
- 各配置下载大小:FLEURS 豪萨语约 984.5 MB、FLEURS 伊博语约 540.3 MB、FLEURS 约鲁巴语约 1.2 GB;NaijaVices 各语言约 1.8-2.0 GB
- 数据集整体总量约 49,139 个样本,总数据规模逾 36 GB(处理后)




