Sh1man/golos_opus
Dataset Description GOLOS is a Russian dataset for speech research. This is the OPUS version of the GOLOS dataset. Usage from datasets import load_dataset, Audio dataset = load_dataset("Sh1man/golos_opus", "crowd", split="train") print(dataset[0]['opus']) Dataset Statistics Dataset structure Domain Train files Train hours Test files Test hours Crowd 979 796 1 095 9 994 11.2 Farfield 124 003 132.4 1 916 1.4 Total 1 103… See the full description on the dataset page: https://huggingface.co/datasets/Sh1man/golos_opus.
Dataset Description
GOLOS is a Russian dataset for speech research. This is the OPUS version of the GOLOS dataset.
Usage
from datasets import load_dataset, Audio
dataset = load_dataset("Sh1man/golos_opus", "crowd", split="train")
print(dataset[0]['opus'])Dataset Statistics
Dataset structure
📊 Сводная статистика аудио-датасетов
📈 Общая статистика по всем датасетам
Распределение объема данных по датасетам
crowd ███████████████████████████████████ 88.7%
farfield ████ 11.3%Датасет: crowd
Информация по сплитам
🔹 Тренировочный набор (train)
🔹 Тестовый набор (test)
📊 Общая статистика датасета
Распределение данных по сплитам
train ███████████████████████████████████████ 99.0%
test 1.0%Датасет: farfield
Информация по сплитам
🔹 Тренировочный набор (train)
🔹 Тестовый набор (test)
📊 Общая статистика датасета
Распределение данных по сплитам
train ███████████████████████████████████████ 98.5%
test 1.5%License
English Version: https://github.com/salute-developers/golos/blob/master/license/en_us.pdf
Russian Version: https://github.com/salute-developers/golos/blob/master/license/ru.pdf
Citation
@inproceedings{karpov21_interspeech,
author={Nikolay Karpov and Alexander Denisenko and Fedor Minkin},
title={{Golos: Russian Dataset for Speech Research}},
year=2021,
booktitle={Proc. Interspeech 2021},
pages={1419--1423},
doi={10.21437/Interspeech.2021-462}
}