--- 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