voidful commited on
Commit
5f03051
1 Parent(s): bf1d929

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +46 -0
README.md ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: text
5
+ dtype: string
6
+ - name: speaker_id
7
+ dtype: int64
8
+ - name: chapter_id
9
+ dtype: int64
10
+ - name: id
11
+ dtype: string
12
+ - name: audio_0
13
+ dtype: audio
14
+ - name: audio_1
15
+ dtype: audio
16
+ - name: audio_2
17
+ dtype: audio
18
+ - name: audio_3
19
+ dtype: audio
20
+ - name: audio_4
21
+ dtype: audio
22
+ - name: audio_5
23
+ dtype: audio
24
+ - name: audio_6
25
+ dtype: audio
26
+ - name: audio_7
27
+ dtype: audio
28
+ - name: audio_8
29
+ dtype: audio
30
+ - name: audio_9
31
+ dtype: audio
32
+ - name: audio_10
33
+ dtype: audio
34
+ splits:
35
+ - name: test.clean
36
+ num_bytes: 6819850294.02
37
+ num_examples: 2620
38
+ - name: train.clean.100
39
+ num_bytes: 126297137700.482
40
+ num_examples: 28539
41
+ download_size: 87782578496
42
+ dataset_size: 133116987994.502
43
+ ---
44
+ # Dataset Card for "librispeech_unit_speech"
45
+
46
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)