roshansh commited on
Commit
67ffbe4
1 Parent(s): 13d3cb8

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +45 -0
README.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: validation
8
+ path: data/validation-*
9
+ - split: test
10
+ path: data/test-*
11
+ dataset_info:
12
+ features:
13
+ - name: file
14
+ dtype: string
15
+ - name: audio
16
+ dtype:
17
+ audio:
18
+ sampling_rate: 24000
19
+ - name: text
20
+ dtype: string
21
+ - name: speaker_id
22
+ dtype: int64
23
+ - name: chapter_id
24
+ dtype: int64
25
+ - name: id
26
+ dtype: string
27
+ - name: audio_codes
28
+ sequence:
29
+ sequence: int64
30
+ splits:
31
+ - name: train
32
+ num_bytes: 17829358082.086
33
+ num_examples: 28539
34
+ - name: validation
35
+ num_bytes: 955281891.125
36
+ num_examples: 2703
37
+ - name: test
38
+ num_bytes: 958024726.5
39
+ num_examples: 2620
40
+ download_size: 18911689702
41
+ dataset_size: 19742664699.711
42
+ ---
43
+ # Dataset Card for "encodec_24khz-librispeech_asr100h"
44
+
45
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)