Datasets:
Tasks:
Automatic Speech Recognition
Formats:
parquet
Languages:
English
Size:
10M - 100M
ArXiv:
License:
Update README.md
Browse files
README.md
CHANGED
@@ -103,7 +103,6 @@ Made of 6 subsets:
|
|
103 |
1. **large** contains 25,000 hours of read / spontaneous and clean / noisy transcribed speech.
|
104 |
2. **medium** contains 2,500 hours of read / spontaneous and clean / noisy transcribed speech.
|
105 |
3. **small** contains 250 hours of read / spontaneous and clean / noisy transcribed speech.
|
106 |
-
4. **clean** contains 13,000 hours of read and clean / less noisy transcribed speech.
|
107 |
5. **dev** contains 15 hours (more details in the next section).
|
108 |
6. **test** contains 21 hours (more details in the next section).
|
109 |
|
@@ -123,6 +122,11 @@ import torchaudio
|
|
123 |
wav_tensor = torchaudio.load(BytesIO(ds["train"][0]["wav"][bytes]))
|
124 |
```
|
125 |
|
|
|
|
|
|
|
|
|
|
|
126 |
## Data description (Following information are directly copy-pasted from the SpeechBrain data preparation README)
|
127 |
|
128 |
TLS is a mix of 5 existing dataset with permissive licences. The way it is mixed
|
@@ -133,7 +137,7 @@ is described in the following table:
|
|
133 |
| VoxPopuli | 550/500/50/5/7 | CC0 |
|
134 |
| LibriHeavy | 11,000/500/50/0/0 | CC BY 4.0 |
|
135 |
| Librispeech (dev-/test-other) | 0/0/0/5/7 | CC BY 4.0 |
|
136 |
-
| yodas | 6,100/500/50/
|
137 |
| people's speech | 5,900/500/50/1.5/1.5 | CC-BY 4.0 |
|
138 |
| CommonVoice 18.0 | 1660/500/50/5/7 | CC0 |
|
139 |
|
|
|
103 |
1. **large** contains 25,000 hours of read / spontaneous and clean / noisy transcribed speech.
|
104 |
2. **medium** contains 2,500 hours of read / spontaneous and clean / noisy transcribed speech.
|
105 |
3. **small** contains 250 hours of read / spontaneous and clean / noisy transcribed speech.
|
|
|
106 |
5. **dev** contains 15 hours (more details in the next section).
|
107 |
6. **test** contains 21 hours (more details in the next section).
|
108 |
|
|
|
122 |
wav_tensor = torchaudio.load(BytesIO(ds["train"][0]["wav"][bytes]))
|
123 |
```
|
124 |
|
125 |
+
## Training recipe
|
126 |
+
|
127 |
+
A full conformer ASR training recipe is available [here](https://github.com/speechbrain/speechbrain/pull/2806).
|
128 |
+
|
129 |
+
|
130 |
## Data description (Following information are directly copy-pasted from the SpeechBrain data preparation README)
|
131 |
|
132 |
TLS is a mix of 5 existing dataset with permissive licences. The way it is mixed
|
|
|
137 |
| VoxPopuli | 550/500/50/5/7 | CC0 |
|
138 |
| LibriHeavy | 11,000/500/50/0/0 | CC BY 4.0 |
|
139 |
| Librispeech (dev-/test-other) | 0/0/0/5/7 | CC BY 4.0 |
|
140 |
+
| yodas | 6,100/500/50/1.5/1.5 | CC BY 3.0 |
|
141 |
| people's speech | 5,900/500/50/1.5/1.5 | CC-BY 4.0 |
|
142 |
| CommonVoice 18.0 | 1660/500/50/5/7 | CC0 |
|
143 |
|