brthor commited on
Commit
007a9e8
·
verified ·
1 Parent(s): 7f7a55e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -1
README.md CHANGED
@@ -4,6 +4,7 @@ language:
4
  license: cc-by-4.0
5
  task_categories:
6
  - automatic-speech-recognition
 
7
  pretty_name: LibriSpeech-PC 44kHz Opus
8
  dataset_info:
9
  features:
@@ -25,6 +26,42 @@ dataset_info:
25
  dtype: int64
26
  - name: id
27
  dtype: string
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  ---
29
 
30
  # LibriSpeech-PC 44kHz Opus
@@ -84,4 +121,4 @@ Split names and configs mirror `openslr/librispeech_asr`. Some rows may be absen
84
 
85
  - LibriSpeech-PC (SLR145): https://www.openslr.org/145/
86
  - LibriSpeech (SLR12): https://www.openslr.org/12
87
- - Hugging Face LibriSpeech ASR parquet source: https://huggingface.co/datasets/openslr/librispeech_asr
 
4
  license: cc-by-4.0
5
  task_categories:
6
  - automatic-speech-recognition
7
+ - text-to-speech
8
  pretty_name: LibriSpeech-PC 44kHz Opus
9
  dataset_info:
10
  features:
 
26
  dtype: int64
27
  - name: id
28
  dtype: string
29
+ configs:
30
+ - config_name: clean
31
+ data_files:
32
+ - split: test
33
+ path: clean/test/*.parquet
34
+ - split: train.100
35
+ path: clean/train.100/*.parquet
36
+ - split: train.360
37
+ path: clean/train.360/*.parquet
38
+ - split: validation
39
+ path: clean/validation/*.parquet
40
+ - config_name: other
41
+ data_files:
42
+ - split: test
43
+ path: other/test/*.parquet
44
+ - split: train.500
45
+ path: other/train.500/*.parquet
46
+ - split: validation
47
+ path: other/validation/*.parquet
48
+ - config_name: all
49
+ default: true
50
+ data_files:
51
+ - split: test.clean
52
+ path: all/test.clean/*.parquet
53
+ - split: test.other
54
+ path: all/test.other/*.parquet
55
+ - split: train.clean.100
56
+ path: all/train.clean.100/*.parquet
57
+ - split: train.clean.360
58
+ path: all/train.clean.360/*.parquet
59
+ - split: train.other.500
60
+ path: all/train.other.500/*.parquet
61
+ - split: validation.clean
62
+ path: all/validation.clean/*.parquet
63
+ - split: validation.other
64
+ path: all/validation.other/*.parquet
65
  ---
66
 
67
  # LibriSpeech-PC 44kHz Opus
 
121
 
122
  - LibriSpeech-PC (SLR145): https://www.openslr.org/145/
123
  - LibriSpeech (SLR12): https://www.openslr.org/12
124
+ - Hugging Face LibriSpeech ASR parquet source: https://huggingface.co/datasets/openslr/librispeech_asr