Commit
·
816cc91
1
Parent(s):
3d47690
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,9 +1,36 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: cc-by-nc-4.0
|
3 |
task_categories:
|
4 |
- automatic-speech-recognition
|
5 |
-
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
---
|
8 |
|
9 |
# MegaBNSpeech
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- bn
|
4 |
license: cc-by-nc-4.0
|
5 |
task_categories:
|
6 |
- automatic-speech-recognition
|
7 |
+
dataset_info:
|
8 |
+
features:
|
9 |
+
- name: audio
|
10 |
+
struct:
|
11 |
+
- name: array
|
12 |
+
sequence: float32
|
13 |
+
- name: sample_rate
|
14 |
+
dtype: int64
|
15 |
+
- name: text
|
16 |
+
dtype: string
|
17 |
+
- name: duration
|
18 |
+
dtype: float64
|
19 |
+
- name: category
|
20 |
+
dtype: string
|
21 |
+
- name: source
|
22 |
+
dtype: string
|
23 |
+
splits:
|
24 |
+
- name: train
|
25 |
+
num_bytes: 437750203
|
26 |
+
num_examples: 1753
|
27 |
+
download_size: 212943271
|
28 |
+
dataset_size: 437750203
|
29 |
+
configs:
|
30 |
+
- config_name: default
|
31 |
+
data_files:
|
32 |
+
- split: train
|
33 |
+
path: data/train-*
|
34 |
---
|
35 |
|
36 |
# MegaBNSpeech
|