Datasets:
File size: 592 Bytes
31a3286 6a98216 31a3286 48ea645 31a3286 48ea645 8ec3992 48ea645 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
---
tags:
- "audio"
configs:
- config_name: default
data_files:
- split: train
path: "data/train.parquet"
---
### About dataset
It is a dataset of ukrainian audiobooks
Each sample contain an approximately 8 seconds od ukrainian speech
### Loading script
'''
>>> load_dataset("Zarakun/audiobooks_ua_test")
'''
### Dataset structure
**Every example has the following:
**audio** - the waveform
**rate** - the sampling rate of the waveform
**file_id** - the id of the speaker
**duration** - the duration of the video in seconds
**sentence** - the transcript of the video
|