Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Libraries:
Datasets
Dask
roshansh commited on
Commit
a21f128
1 Parent(s): 6f44c4b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +48 -0
README.md ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - split: validation_other
12
+ path: data/validation_other-*
13
+ - split: test_other
14
+ path: data/test_other-*
15
+ dataset_info:
16
+ features:
17
+ - name: text
18
+ dtype: string
19
+ - name: audio_codes
20
+ sequence: string
21
+ - name: id
22
+ dtype: string
23
+ - name: speaker_id
24
+ dtype: int64
25
+ - name: chapter_id
26
+ dtype: int64
27
+ splits:
28
+ - name: train
29
+ num_bytes: 1246247156
30
+ num_examples: 281241
31
+ - name: validation
32
+ num_bytes: 7052458
33
+ num_examples: 2703
34
+ - name: test
35
+ num_bytes: 7062964
36
+ num_examples: 2620
37
+ - name: validation_other
38
+ num_bytes: 6706447
39
+ num_examples: 2864
40
+ - name: test_other
41
+ num_bytes: 6987808
42
+ num_examples: 2939
43
+ download_size: 254541270
44
+ dataset_size: 1274056833
45
+ ---
46
+ # Dataset Card for "librispeech960-wavlm-large-km1000_asr"
47
+
48
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)