CristianaLazar commited on
Commit
3e25b25
·
1 Parent(s): 238f447

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - name: input_features
19
+ sequence:
20
+ sequence: float32
21
+ - name: labels
22
+ sequence: int64
23
+ splits:
24
+ - name: validation
25
+ num_bytes: 3218361347.125
26
+ num_examples: 2703
27
+ download_size: 1286686337
28
+ dataset_size: 3218361347.125
29
+ ---
30
+ # Dataset Card for "librispeech-augmentated-validation-prepared"
31
+
32
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)