Datasets:

Modalities:
Audio
Text
Formats:
parquet
Libraries:
Datasets
Dask
roshansh commited on
Commit
5a18e6c
1 Parent(s): 1d69411

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: file
5
+ dtype: string
6
+ - name: audio
7
+ dtype:
8
+ audio:
9
+ sampling_rate: 24000
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: audio_codes
19
+ sequence: int64
20
+ splits:
21
+ - name: test
22
+ num_bytes: 935300282.5
23
+ num_examples: 2620
24
+ download_size: 915321514
25
+ dataset_size: 935300282.5
26
+ configs:
27
+ - config_name: default
28
+ data_files:
29
+ - split: test
30
+ path: data/test-*
31
+ ---
32
+ # Dataset Card for "encodec_24khz-b24.0-librispeech_asr-features"
33
+
34
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)