Commit
·
d0698ff
1
Parent(s):
a5466c0
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,23 @@
|
|
1 |
---
|
2 |
license: cc-by-nd-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
1 |
---
|
2 |
license: cc-by-nd-4.0
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: audio
|
6 |
+
dtype:
|
7 |
+
audio:
|
8 |
+
sampling_rate: 16000
|
9 |
+
- name: transcription
|
10 |
+
dtype: string
|
11 |
+
splits:
|
12 |
+
- name: train
|
13 |
+
num_bytes: 2249963091.9404793
|
14 |
+
num_examples: 3548
|
15 |
+
- name: validation
|
16 |
+
num_bytes: 317718223.72
|
17 |
+
num_examples: 501
|
18 |
+
- name: test
|
19 |
+
num_bytes: 79778102.95952095
|
20 |
+
num_examples: 126
|
21 |
+
download_size: 2609724072
|
22 |
+
dataset_size: 2647459418.6200004
|
23 |
---
|