Datasets:
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
dataset_info:
|
| 3 |
+
- config_name: audiobooks
|
| 4 |
+
features:
|
| 5 |
+
- name: audio
|
| 6 |
+
dtype: audio
|
| 7 |
+
- name: text
|
| 8 |
+
dtype: string
|
| 9 |
+
- name: duration
|
| 10 |
+
dtype: float64
|
| 11 |
+
- name: id
|
| 12 |
+
dtype: string
|
| 13 |
+
- name: file_id
|
| 14 |
+
dtype: string
|
| 15 |
+
- name: source
|
| 16 |
+
dtype: string
|
| 17 |
+
- name: speaker_id
|
| 18 |
+
dtype: string
|
| 19 |
+
splits:
|
| 20 |
+
- name: train
|
| 21 |
+
configs:
|
| 22 |
+
- config_name: audiobooks
|
| 23 |
+
data_files:
|
| 24 |
+
- split: train
|
| 25 |
+
path: "*/train*.parquet"
|
| 26 |
+
language:
|
| 27 |
+
- tt
|
| 28 |
+
pretty_name: 'Tatar Audiobooks'
|
| 29 |
+
task_categories:
|
| 30 |
+
- text-to-speech
|
| 31 |
+
- automatic-speech-recognition
|
| 32 |
+
- audio-to-audio
|
| 33 |
+
tags:
|
| 34 |
+
- audio
|
| 35 |
+
- tts
|
| 36 |
+
- speech
|
| 37 |
+
- speech-to-speech
|
| 38 |
+
- translation
|
| 39 |
+
size_categories:
|
| 40 |
+
- 1K<n<10K
|
| 41 |
+
---
|