Datasets:

Modalities:
Audio
Text
Formats:
parquet
Libraries:
Datasets
Dask
wanchichen commited on
Commit
9149434
1 Parent(s): 92c97dc

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: string
20
+ splits:
21
+ - name: train
22
+ num_bytes: 17516134402.625
23
+ num_examples: 28539
24
+ download_size: 17031540623
25
+ dataset_size: 17516134402.625
26
+ configs:
27
+ - config_name: default
28
+ data_files:
29
+ - split: train
30
+ path: data/train-*
31
+ ---
32
+ # Dataset Card for "wavlm-large_layer21-librispeech-asr100h"
33
+
34
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)