Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -19,8 +19,6 @@ task_categories:
|
|
19 |
task_ids: []
|
20 |
---
|
21 |
|
22 |
-
# Dataset Card for KSS_Dataset
|
23 |
-
|
24 |
## Dataset Description
|
25 |
|
26 |
- **Homepage:** [Korean Single Speaker Speech Dataset](https://www.kaggle.com/datasets/bryanpark/korean-single-speaker-speech-dataset)
|
@@ -81,4 +79,38 @@ You can contact me at kbpark.linguist@gmail.com.
|
|
81 |
|
82 |
April, 2018.
|
83 |
|
84 |
-
Kyubyong Park
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
task_ids: []
|
20 |
---
|
21 |
|
|
|
|
|
22 |
## Dataset Description
|
23 |
|
24 |
- **Homepage:** [Korean Single Speaker Speech Dataset](https://www.kaggle.com/datasets/bryanpark/korean-single-speaker-speech-dataset)
|
|
|
79 |
|
80 |
April, 2018.
|
81 |
|
82 |
+
Kyubyong Park
|
83 |
+
|
84 |
+
### Dataset Summary
|
85 |
+
|
86 |
+
12,853 Korean Audio files with transcription.
|
87 |
+
|
88 |
+
### Supported Tasks and Leaderboards
|
89 |
+
|
90 |
+
text-to-speech
|
91 |
+
|
92 |
+
### Languages
|
93 |
+
|
94 |
+
korean
|
95 |
+
|
96 |
+
## Dataset Structure
|
97 |
+
|
98 |
+
### Data Instances
|
99 |
+
|
100 |
+
```python
|
101 |
+
>>> dataset.features
|
102 |
+
{
|
103 |
+
'audio': Audio(sampling_rate=44100, mono=True, decode=True, id=None),
|
104 |
+
'original_script': Value(dtype='string', id=None),
|
105 |
+
'expanded_script': Value(dtype='string', id=None),
|
106 |
+
'decomposed_script': Value(dtype='string', id=None),
|
107 |
+
'duration': Value(dtype='float32', id=None),
|
108 |
+
'english_translation': Value(dtype='string', id=None)
|
109 |
+
}
|
110 |
+
```
|
111 |
+
|
112 |
+
### Data Splits
|
113 |
+
|
114 |
+
| | train |
|
115 |
+
|---------------|------:|
|
116 |
+
| # of examples | 12853 |
|