sanchit-gandhi
commited on
Commit
·
48657ef
1
Parent(s):
3ec6213
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: file
|
5 |
+
dtype: string
|
6 |
+
- name: audio
|
7 |
+
dtype:
|
8 |
+
audio:
|
9 |
+
sampling_rate: 16000
|
10 |
+
- name: text
|
11 |
+
dtype: string
|
12 |
+
- name: speaker_id
|
13 |
+
dtype: int64
|
14 |
+
- name: chapter_id
|
15 |
+
dtype: int64
|
16 |
+
- name: id
|
17 |
+
dtype: string
|
18 |
+
splits:
|
19 |
+
- name: train.clean.100
|
20 |
+
num_bytes: 6623027227.062
|
21 |
+
num_examples: 28539
|
22 |
+
- name: train.clean.360
|
23 |
+
num_bytes: 23910449107.828
|
24 |
+
num_examples: 104014
|
25 |
+
- name: train.other.500
|
26 |
+
num_bytes: 31827722515.584
|
27 |
+
num_examples: 148688
|
28 |
+
- name: validation.clean
|
29 |
+
num_bytes: 359889672.966
|
30 |
+
num_examples: 2703
|
31 |
+
- name: validation.other
|
32 |
+
num_bytes: 337620033.648
|
33 |
+
num_examples: 2864
|
34 |
+
- name: test.clean
|
35 |
+
num_bytes: 368013946.42
|
36 |
+
num_examples: 2620
|
37 |
+
- name: test.other
|
38 |
+
num_bytes: 352742113.154
|
39 |
+
num_examples: 2939
|
40 |
+
download_size: 61829574809
|
41 |
+
dataset_size: 63779464616.662
|
42 |
+
---
|
43 |
+
# Dataset Card for "librispeech-data"
|
44 |
+
|
45 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|