Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -3,7 +3,12 @@ language:
|
|
3 |
- ar
|
4 |
license: cc-by-4.0
|
5 |
version: 1
|
|
|
|
|
|
|
|
|
6 |
dataset_info:
|
|
|
7 |
features:
|
8 |
- name: audio_id
|
9 |
dtype: string
|
@@ -21,13 +26,6 @@ dataset_info:
|
|
21 |
dtype: string
|
22 |
- name: transcript
|
23 |
dtype: string
|
24 |
-
configs:
|
25 |
-
- config_name: AmenyKH
|
26 |
-
data_files:
|
27 |
-
- split: train
|
28 |
-
path: data/AmenyKH/train/train-*
|
29 |
-
- split: test
|
30 |
-
path: data/AmenyKH/test/test-*
|
31 |
splits:
|
32 |
- name: train
|
33 |
num_bytes: 584244660.742
|
@@ -37,12 +35,24 @@ configs:
|
|
37 |
num_examples: 44
|
38 |
download_size: 659775733
|
39 |
dataset_size: 592631620,742
|
40 |
-
- config_name:
|
41 |
-
|
42 |
-
-
|
43 |
-
|
44 |
-
-
|
45 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
splits:
|
47 |
- name: train
|
48 |
num_bytes: 584244660.742
|
@@ -52,4 +62,17 @@ configs:
|
|
52 |
num_examples: 44
|
53 |
download_size: 659775733
|
54 |
dataset_size: 592631620,742
|
55 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
- ar
|
4 |
license: cc-by-4.0
|
5 |
version: 1
|
6 |
+
task_categories:
|
7 |
+
- automatic-speech-recognition
|
8 |
+
- text-to-speech
|
9 |
+
- text-to-audio
|
10 |
dataset_info:
|
11 |
+
- config_name: default
|
12 |
features:
|
13 |
- name: audio_id
|
14 |
dtype: string
|
|
|
26 |
dtype: string
|
27 |
- name: transcript
|
28 |
dtype: string
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
splits:
|
30 |
- name: train
|
31 |
num_bytes: 584244660.742
|
|
|
35 |
num_examples: 44
|
36 |
download_size: 659775733
|
37 |
dataset_size: 592631620,742
|
38 |
+
- config_name: AmenyKH
|
39 |
+
features:
|
40 |
+
- name: audio_id
|
41 |
+
dtype: string
|
42 |
+
- name: audio
|
43 |
+
dtype: audio
|
44 |
+
- name: segments
|
45 |
+
list:
|
46 |
+
- name: end
|
47 |
+
dtype: float64
|
48 |
+
- name: start
|
49 |
+
dtype: float64
|
50 |
+
- name: transcript
|
51 |
+
dtype: string
|
52 |
+
- name: transcript_raw
|
53 |
+
dtype: string
|
54 |
+
- name: transcript
|
55 |
+
dtype: string
|
56 |
splits:
|
57 |
- name: train
|
58 |
num_bytes: 584244660.742
|
|
|
62 |
num_examples: 44
|
63 |
download_size: 659775733
|
64 |
dataset_size: 592631620,742
|
65 |
+
configs:
|
66 |
+
- config_name: default
|
67 |
+
data_files:
|
68 |
+
- split: train
|
69 |
+
path: data/*/train/train-*
|
70 |
+
- split: test
|
71 |
+
path: data/*/test/test-*
|
72 |
+
- config_name: AmenyKH
|
73 |
+
data_files:
|
74 |
+
- split: train
|
75 |
+
path: data/AmenyKH/train/train-*
|
76 |
+
- split: test
|
77 |
+
path: data/AmenyKH/test/test-*
|
78 |
+
---
|