CristianaLazar commited on
Commit
cd0134d
1 Parent(s): 1feadb5

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: train.360
25
+ num_bytes: 6796635145.0
26
+ num_examples: 5000
27
+ download_size: 3988908181
28
+ dataset_size: 6796635145.0
29
+ ---
30
+ # Dataset Card for "librispeech5k_train"
31
+
32
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)