Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,30 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
tags:
|
8 |
-
- audio
|
9 |
-
- text-to-speech
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
|
|
1 |
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: full
|
6 |
+
path: data/*.wav
|
7 |
+
dataset_info:
|
8 |
+
features:
|
9 |
+
- name: audio
|
10 |
+
dtype: audio
|
11 |
+
- name: description
|
12 |
+
dtype: string
|
13 |
+
splits:
|
14 |
+
- name: full
|
15 |
+
num_bytes: 364935976 # Toplam veri boyutunu buraya ekleyin
|
16 |
+
num_examples: 199 # Örnek sayısını buraya ekleyin
|
17 |
+
download_size: 364935976 # İndirme boyutunu buraya ekleyin
|
18 |
+
dataset_size: 364935976 # Veri boyutunu buraya ekleyin
|
19 |
tags:
|
20 |
+
- audio
|
21 |
+
- text-to-speech
|
22 |
+
- turkish
|
23 |
+
- custom-dataset
|
24 |
+
language:
|
25 |
+
- tr
|
26 |
+
task_categories:
|
27 |
+
- text-to-speech
|
28 |
+
license: cc-by-nc-4.0
|
29 |
+
pretty_name: Turkish Custom Voice Dataset
|
30 |
---
|