chnage readme
Browse files
README.md
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
---
|
2 |
license: cc-by-sa-4.0
|
3 |
dataset_info:
|
|
|
4 |
features:
|
5 |
- name: utterance_id
|
6 |
dtype: string
|
@@ -14,13 +15,32 @@ dataset_info:
|
|
14 |
dtype: string
|
15 |
- name: num_frames
|
16 |
dtype: int32
|
17 |
-
config_name: all
|
18 |
splits:
|
19 |
- name: train
|
20 |
-
num_bytes:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
num_examples: 157905
|
22 |
download_size: 5978669282
|
23 |
-
dataset_size:
|
24 |
---
|
25 |
|
26 |
# Dataset Card for OpenSLR Nepali Large ASR Cleaned
|
|
|
1 |
---
|
2 |
license: cc-by-sa-4.0
|
3 |
dataset_info:
|
4 |
+
- config_name: original
|
5 |
features:
|
6 |
- name: utterance_id
|
7 |
dtype: string
|
|
|
15 |
dtype: string
|
16 |
- name: num_frames
|
17 |
dtype: int32
|
|
|
18 |
splits:
|
19 |
- name: train
|
20 |
+
num_bytes: 40925646
|
21 |
+
num_examples: 157905
|
22 |
+
download_size: 9340083067
|
23 |
+
dataset_size: 40925646
|
24 |
+
- config_name: cleaned
|
25 |
+
features:
|
26 |
+
- name: utterance_id
|
27 |
+
dtype: string
|
28 |
+
- name: speaker_id
|
29 |
+
dtype: string
|
30 |
+
- name: utterance
|
31 |
+
dtype:
|
32 |
+
audio:
|
33 |
+
sampling_rate: 16000
|
34 |
+
- name: transcription
|
35 |
+
dtype: string
|
36 |
+
- name: num_frames
|
37 |
+
dtype: int32
|
38 |
+
splits:
|
39 |
+
- name: train
|
40 |
+
num_bytes: 40925646
|
41 |
num_examples: 157905
|
42 |
download_size: 5978669282
|
43 |
+
dataset_size: 40925646
|
44 |
---
|
45 |
|
46 |
# Dataset Card for OpenSLR Nepali Large ASR Cleaned
|