Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -19,3 +19,17 @@ configs:
|
|
| 19 |
- split: train
|
| 20 |
path: data/train-*
|
| 21 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
- split: train
|
| 20 |
path: data/train-*
|
| 21 |
---
|
| 22 |
+
|
| 23 |
+
# Dataset Details
|
| 24 |
+
|
| 25 |
+
Synthetic audio dataset, created using Azure text-to-speech service. The bilingual text is a portion of the Wikimedia dataset
|
| 26 |
+
It comprises two sets of audio data, one with a female voice (OrlaNeural) and the other with a male voice (ColmNeural).
|
| 27 |
+
|
| 28 |
+
|
| 29 |
+
## Dataset Structure
|
| 30 |
+
|
| 31 |
+
Dataset({
|
| 32 |
+
features: ['audio', 'text_ga', 'text_en'],
|
| 33 |
+
num_rows: 15090
|
| 34 |
+
})
|
| 35 |
+
|