Datasets:
metadata
dataset_info:
features:
- name: audio
dtype:
audio:
sampling_rate: 48000
- name: sentence
dtype: string
- name: translation
dtype: string
splits:
- name: train
num_bytes: 173449111.273
num_examples: 5627
download_size: 141418406
dataset_size: 173449111.273
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
Dataset Card for Dataset Name
This is the Irish portion of the Spoken Words dataset "MLCommons/ml_spoken_words", with merged splits "train", "validation", "test" and "other". The Irish sentences are automatically translated into English using Google Translation API.
Dataset Structure
Dataset({
features: ['keyword', 'audio', 'translation'],
num_rows: 10925
})
Citation
@inproceedings{mazumder2021multilingual,
title={Multilingual Spoken Words Corpus},
author={Mazumder, Mark and Chitlangia, Sharad and Banbury, Colby and Kang, Yiping and Ciro, Juan Manuel and Achorn, Keith and Galvez, Daniel and Sabini, Mark and Mattson, Peter and Kanter, David and others},
booktitle={Thirty-fifth Conference on Neural Information Processing Systems Datasets and Benchmarks Track (Round 2)},
year={2021}
}