Datasets:
Tasks:
Automatic Speech Recognition
Formats:
parquet
Languages:
Korean
Size:
10K - 100K
Tags:
speech-recognition
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,19 +1,25 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
dataset_info:
|
| 3 |
features:
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
|
|
|
|
|
|
| 8 |
splits:
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
download_size:
|
| 13 |
-
dataset_size:
|
| 14 |
configs:
|
| 15 |
-
- config_name: default
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
---
|
|
|
|
| 1 |
+
language:
|
| 2 |
+
- kor
|
| 3 |
+
task_categories:
|
| 4 |
+
- automatic-speech-recognition
|
| 5 |
+
tags:
|
| 6 |
+
- speech-recognition
|
| 7 |
dataset_info:
|
| 8 |
features:
|
| 9 |
+
- name: audio
|
| 10 |
+
dtype: audio
|
| 11 |
+
- name: 'Unnamed: 0'
|
| 12 |
+
dtype: int64
|
| 13 |
+
- name: transcription
|
| 14 |
+
dtype: string
|
| 15 |
splits:
|
| 16 |
+
- name: train
|
| 17 |
+
num_bytes: 2023669729.6
|
| 18 |
+
num_examples: 1370
|
| 19 |
+
download_size: 1994634885
|
| 20 |
+
dataset_size: 2023669729.6
|
| 21 |
configs:
|
| 22 |
+
- config_name: default
|
| 23 |
+
data_files:
|
| 24 |
+
- split: train
|
| 25 |
+
path: data/train-*
|
|
|