|
--- |
|
dataset_info: |
|
features: |
|
- name: audio |
|
dtype: audio |
|
- name: text_ga |
|
dtype: string |
|
- name: text_en |
|
dtype: string |
|
splits: |
|
- name: train |
|
num_bytes: 306559968.44649196 |
|
num_examples: 3966 |
|
download_size: 200660391 |
|
dataset_size: 306559968.44649196 |
|
configs: |
|
- config_name: default |
|
data_files: |
|
- split: train |
|
path: data/train-* |
|
--- |
|
|
|
# Dataset Details |
|
|
|
Synthetic audio dataset, created using Azure text-to-speech service. The bilingual text is a portion of the Tatoeba dataset. |
|
It comprises two sets of audio data, one with a female voice (OrlaNeural) and the other with a male voice (ColmNeural). |
|
|
|
|
|
## Dataset Structure |
|
|
|
``` |
|
Dataset({ |
|
features: ['audio', 'text_ga', 'text_en'], |
|
num_rows: 3966 |
|
}) |
|
``` |
|
|